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

Release 20230303.0.130894

parent 022f635f
No related branches found
Tags v20230303.0.130894
No related merge requests found
Pipeline #55186 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/v20230302.0.130643
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/4178/download")" && \
echo "9a9f121ad938ac059bb91a28a4009732e182b38791ec6f5d59e679c5ecbf2f65 base-20230302.0.130643.tar.zst" > /tmp/rootfs.tar.sha256 && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v20230303.0.130894
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/4182/download")" && \
echo "b03be4ded5611ffe5a320322bf54f44fbb6086cf7b55d5eb88720db7a96e4ad0 base-20230303.0.130894.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/v20230302.0.130643
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/4180/download")" && \
echo "f5a7889875ee5e06b47c6f42163e857fb72ce2a1c4d864665d118514e4715a76 base-devel-20230302.0.130643.tar.zst" > /tmp/rootfs.tar.sha256 && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v20230303.0.130894
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/4184/download")" && \
echo "5a1c60b128e5413985fa81ea85350af26a229cc74948fc1db714520688b53fb1 base-devel-20230303.0.130894.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