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
927e2f39
Commit
927e2f39
authored
Apr 30, 2022
by
Arch Linux Docker release bot
Browse files
Release 20220430.0.54754
parent
34e508b6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
927e2f39
...
...
@@ -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/v202204
29
.0.54
659
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/24
18
/download")" && \
echo "
85e0b1e1a08b5943ffc0c8e070cdabee7628198858c2a66f3696014c9d7482a9
base-202204
29
.0.54
659
.tar.zst" > /tmp/rootfs.tar.sha256 && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v202204
30
.0.54
754
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/24
22
/download")" && \
echo "
6decf72bec9079b90bec3c066a3109bd5d1f4eca2a98e06e53e88d656f6d6e9d
base-202204
30
.0.54
754
.tar.zst" > /tmp/rootfs.tar.sha256 && \
cat /tmp/rootfs.tar.sha256 && \
sha256sum -c /tmp/rootfs.tar.sha256 && \
mkdir /rootfs && \
...
...
Dockerfile.base-devel
View file @
927e2f39
...
...
@@ -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/v202204
29
.0.54
659
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/242
0
/download")" && \
echo "
4196fb77eb128865b90ca58a3d4781020f2ecac68549f110847f07d4de05e1fa
base-devel-202204
29
.0.54
659
.tar.zst" > /tmp/rootfs.tar.sha256 && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v202204
30
.0.54
754
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/242
4
/download")" && \
echo "
26c18f075662ecbc0ec14845950e57e82d98562b5af5d2087369ad511a601eee
base-devel-202204
30
.0.54
754
.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