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

Release 20221213.0.110631

parent 9379cde3
No related branches found
Tags v20221213.0.110631
No related merge requests found
Pipeline #43192 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/v20221212.0.110166
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/3702/download")" && \
echo "acea86ebbfd5ee7b594a3a93385494712407ed228ff50870d47402a47aee15a5 base-20221212.0.110166.tar.zst" > /tmp/rootfs.tar.sha256 && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v20221213.0.110631
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/3706/download")" && \
echo "49256ff8e8535d197cf3e1cbe87e91ed4f8a6ba8ad21654d8cd239e4fa2a3e96 base-20221213.0.110631.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/v20221212.0.110166
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/3704/download")" && \
echo "04bf09e2049c3a3c3a321d27103fc6dee9ee3dd4acc7ef43a77ee425e3baaa6f base-devel-20221212.0.110166.tar.zst" > /tmp/rootfs.tar.sha256 && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v20221213.0.110631
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/3708/download")" && \
echo "ee73ca73cf1fc08a918deb3d49e155b292baebcb6de15acbc2776791062a5720 base-devel-20221213.0.110631.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