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

Release 20230311.0.132807

parent a7f62641
No related branches found
No related tags found
No related merge requests found
Pipeline #56388 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/v20230310.0.132544
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/4210/download")" && \
echo "e6c3166cbd9eca94f496df6d2b0e08f6068953c2ab0e0c1466db187454b61d69 base-20230310.0.132544.tar.zst" > /tmp/rootfs.tar.sha256 && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v20230311.0.132807
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/4214/download")" && \
echo "ab0a3e89913ce0e26a198edad46bc041d7e61b85aaecec83d0f26422bd98d523 base-20230311.0.132807.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/v20230310.0.132544
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/4212/download")" && \
echo "299ac0acc9975b96e6daf5592a80454d31b4ed3859f141a1f89e7edc6e6ccef9 base-devel-20230310.0.132544.tar.zst" > /tmp/rootfs.tar.sha256 && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v20230311.0.132807
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/4216/download")" && \
echo "f83725538bc159538436e8776f573c3130cc703017b0c203b1b3b42e8501984d base-devel-20230311.0.132807.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