Skip to content
Snippets Groups Projects
Commit d0f072cc authored by Arch Linux Docker release bot's avatar Arch Linux Docker release bot
Browse files

Release 20220417.0.53367

parent e95cbb41
No related branches found
No related tags found
No related merge requests found
......@@ -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/v20220416.0.53296
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/2358/download")" && \
echo "c79ffb050a304eca1fad7ce9549061d33fbcfa8d6f298653bcdd9c4782015367 base-20220416.0.53296.tar.zst" > /tmp/rootfs.tar.sha256 && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v20220417.0.53367
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/2362/download")" && \
echo "e8599a78485221f1bed6d5426da081e7db7b5f7252cd7c20295e02208c1f43ed base-20220417.0.53367.tar.zst" > /tmp/rootfs.tar.sha256 && \
cat /tmp/rootfs.tar.sha256 && \
sha256sum -c /tmp/rootfs.tar.sha256 && \
mkdir /rootfs && \
......
......@@ -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/v20220416.0.53296
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/2360/download")" && \
echo "97c4e650544d5cb7c75dd015a3e251e1a976a08b5cdaf6465d62a5f2c2f03642 base-devel-20220416.0.53296.tar.zst" > /tmp/rootfs.tar.sha256 && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v20220417.0.53367
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/2364/download")" && \
echo "f8cbcd684575123b29e524e90e617ea9cafafe813e734f929be80050b26cc285 base-devel-20220417.0.53367.tar.zst" > /tmp/rootfs.tar.sha256 && \
cat /tmp/rootfs.tar.sha256 && \
sha256sum -c /tmp/rootfs.tar.sha256 && \
mkdir /rootfs && \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment