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

Release 20230422.0.144862

parent e4ee3986
No related branches found
Tags 1.6.2.1-103
No related merge requests found
Pipeline #63130 passed
......@@ -11,9 +11,9 @@
FROM alpine:3.17 AS verify
RUN apk add --no-cache curl tar zstd
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v20230421.0.144653
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/4410/download")" && \
echo "755740edb87c0bac3c5b88f4be7cf0761792c91936dca90caed7902142d73205 base-20230421.0.144653.tar.zst" > /tmp/rootfs.tar.sha256 && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v20230422.0.144862
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/4414/download")" && \
echo "9f5e2548aa29610d9b59b3664d02c9730e569310f787f4ee712f331b69fd4be1 base-20230422.0.144862.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.17 AS verify
RUN apk add --no-cache curl tar zstd
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v20230421.0.144653
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/4412/download")" && \
echo "8af295e7005ac70acec5d2866fc31c1ed89c24ee242691f600a8c1674c3fc7cd base-devel-20230421.0.144653.tar.zst" > /tmp/rootfs.tar.sha256 && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v20230422.0.144862
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/4416/download")" && \
echo "9b232ea6acf144e5de7bead4bbb88aa0f68aae15de9b0e27127647fada92cee1 base-devel-20230422.0.144862.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