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

Release 20221030.0.98502

parent 881e4ae7
No related branches found
No related tags found
No related merge requests found
Pipeline #36174 passed
......@@ -11,9 +11,9 @@
FROM alpine:3.16 AS verify
RUN apk add --no-cache curl tar zstd
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v20221030.0.98412
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/3454/download")" && \
echo "5677a3408ade68a6d2eff2cc85871927ee812151c384a8622d16d3e70eb43ff8 base-20221030.0.98412.tar.zst" > /tmp/rootfs.tar.sha256 && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v20221030.0.98502
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/3458/download")" && \
echo "ed8855f965cbe5f0888137b45d7231e6cff675c927e29e812d662750fecc70df base-20221030.0.98502.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.16 AS verify
RUN apk add --no-cache curl tar zstd
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v20221030.0.98412
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/3456/download")" && \
echo "c566fd46cf1cbaaa4b4c1d61f52450eeab161701cc06f02eda35874732c09c30 base-devel-20221030.0.98412.tar.zst" > /tmp/rootfs.tar.sha256 && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v20221030.0.98502
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/3460/download")" && \
echo "e5f8e7d5c288fa20046439b3b7dfceeb93c0e8d0112bc8479cf0fe46dbfc8d38 base-devel-20221030.0.98502.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