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

Release 20220501.0.54882

parent 0c48fcb0
No related branches found
No related tags found
No related merge requests found
Pipeline #18093 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/v20220501.0.54834
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/2426/download")" && \
echo "eef1b3ce7a34054cd4bc6102339c3dfddd49001c06871f96663c00e7167c8de2 base-20220501.0.54834.tar.zst" > /tmp/rootfs.tar.sha256 && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v20220501.0.54882
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/2430/download")" && \
echo "73e01120bbf809c248c8b5f0436864a7842e46081987cde5d6b262f43917dd8f base-20220501.0.54882.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/v20220501.0.54834
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/2428/download")" && \
echo "a03e5805eb0ad0bf47747c35f2f9b696946c849bb63e1566c32a1288be8ec7f5 base-devel-20220501.0.54834.tar.zst" > /tmp/rootfs.tar.sha256 && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v20220501.0.54882
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/2432/download")" && \
echo "1d8683475209e66d4ee9280cd74cc2fbddfb4fdebc5101e462f3afbdfb8e5833 base-devel-20220501.0.54882.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