Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Arch Linux
archlinux-docker
Commits
0fe58099
Commit
0fe58099
authored
Jul 01, 2021
by
Arch Linux Docker release bot
Browse files
Release 20210701.0.27806
parent
4d584211
Pipeline
#9303
passed with stages
in 1 minute and 18 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
0fe58099
...
...
@@ -11,9 +11,9 @@
FROM alpine:3.12 AS verify
RUN apk add --no-cache curl bash
SHELL ["/bin/bash", "-c"]
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v20210
630
.0.27
59
6
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/112
1
/download)" && \
sha256sum -c <<< "
1eb29a469927b376e0e7583b611276fd71600bb39ca2610c173d18037a6b7554
base-20210
630
.0.27
59
6.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v20210
701
.0.27
80
6
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/112
5
/download)" && \
sha256sum -c <<< "
f8de130dc641699076ba4b8bdfe81067073e5f3dac26962ab0e0f8ae5221d8c7
base-20210
701
.0.27
80
6.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
0fe58099
...
...
@@ -11,9 +11,9 @@
FROM alpine:3.12 AS verify
RUN apk add --no-cache curl bash
SHELL ["/bin/bash", "-c"]
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v20210
630
.0.27
59
6
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/112
3
/download)" && \
sha256sum -c <<< "
d1a554bf0ac980c73ac79067f0550cea
623a
6c6c315b767586a18cea7f7a9455
base-devel-20210
630
.0.27
59
6.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v20210
701
.0.27
80
6
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/112
7
/download)" && \
sha256sum -c <<< "
57e15797b01b152df6dbf0de80ab5cf84f0497c
62
8
3a
b13f160707704e50315d
base-devel-20210
701
.0.27
80
6.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment