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
8b4b8fc6
Commit
8b4b8fc6
authored
Apr 24, 2022
by
Arch Linux Docker release bot
Browse files
Release 20220424.0.54084
parent
6705fa27
Pipeline
#17755
passed with stages
in 1 minute and 5 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
8b4b8fc6
...
...
@@ -11,9 +11,9 @@
FROM alpine:3.12 AS verify
RUN apk add --no-cache curl tar zstd
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2022042
3
.0.540
3
4
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/239
0
/download")" && \
echo "
e2c94dba21daf795aab32b7c82e353994f2c58a62a8c1391ee38412f6b5756d6
base-2022042
3
.0.540
3
4.tar.zst" > /tmp/rootfs.tar.sha256 && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2022042
4
.0.540
8
4
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/239
4
/download")" && \
echo "
d78ec7ee4a8cdde386d9206af71ab0c9e88e0a9f75d129457c1976a7ece0194d
base-2022042
4
.0.540
8
4.tar.zst" > /tmp/rootfs.tar.sha256 && \
cat /tmp/rootfs.tar.sha256 && \
sha256sum -c /tmp/rootfs.tar.sha256 && \
mkdir /rootfs && \
...
...
Dockerfile.base-devel
View file @
8b4b8fc6
...
...
@@ -11,9 +11,9 @@
FROM alpine:3.12 AS verify
RUN apk add --no-cache curl tar zstd
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2022042
3
.0.540
3
4
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/239
2
/download")" && \
echo "
5a6c79f1b70495e39df2338a5e5de7bf737db01ca9e53925061e3837737ec1cf
base-devel-2022042
3
.0.540
3
4.tar.zst" > /tmp/rootfs.tar.sha256 && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2022042
4
.0.540
8
4
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/239
6
/download")" && \
echo "
a167bd527b4ab6bfe4665cc751d04a69b4d8afac24ccd1771357fc99fd602b60
base-devel-2022042
4
.0.540
8
4.tar.zst" > /tmp/rootfs.tar.sha256 && \
cat /tmp/rootfs.tar.sha256 && \
sha256sum -c /tmp/rootfs.tar.sha256 && \
mkdir /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