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

Release 20230113.0.118418

parent a6f46536
No related branches found
Tags v20201112.0.8839
No related merge requests found
Pipeline #47825 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/v20230112.0.118130
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/3890/download")" && \
echo "c64eea249b4e6b1debebb5e7169b3fbecd38a738af42b34fc3ee2d00689374f6 base-20230112.0.118130.tar.zst" > /tmp/rootfs.tar.sha256 && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v20230113.0.118418
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/3894/download")" && \
echo "f8422276f0112d156026a7345ed94f285790ea90cea6e934d813a81a0205a179 base-20230113.0.118418.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/v20230112.0.118130
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/3892/download")" && \
echo "b79c1f19499f118ed1ba9e04209c944217daa01e27acf0c5e1c64422de64870f base-devel-20230112.0.118130.tar.zst" > /tmp/rootfs.tar.sha256 && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v20230113.0.118418
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/3896/download")" && \
echo "1336cc6abb4cde795f43c0ecfaa2ae48f9bf1a9170da41416e589aa11223b8ed base-devel-20230113.0.118418.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