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

Release 20220428.0.54511

parent 639587ea
No related branches found
Tags 20220609
No related merge requests found
Pipeline #17944 passed
......@@ -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/v20220427.0.54406
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/2410/download")" && \
echo "cce4f08bf3d89986780abc6288b0e8187e4aa247bee99bd04d576ca3b908ee28 base-20220427.0.54406.tar.zst" > /tmp/rootfs.tar.sha256 && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v20220428.0.54511
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/2414/download")" && \
echo "e54dbe45ae08c6e35e448382a481c5ba3772d0bb174bda256ba3810433e02eda base-20220428.0.54511.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/v20220427.0.54406
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/2412/download")" && \
echo "9ce82ef6d0e11c245a97747e2d6785fb1fbe8d81ad4c557ffc33244da9af2df1 base-devel-20220427.0.54406.tar.zst" > /tmp/rootfs.tar.sha256 && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v20220428.0.54511
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/2416/download")" && \
echo "0417f1ca0a9db697cdf9468c1defded4a2679b35cfc1e008c8df652ccae2c9ba base-devel-20220428.0.54511.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