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

Release 20230305.0.131236

parent 4138d5ce
No related branches found
No related tags found
No related merge requests found
Pipeline #55411 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/v20230304.0.131100
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/4186/download")" && \
echo "5884d650fbade309f8bcb69ae23901bb7c15e627742fe8dd0510159628d13e46 base-20230304.0.131100.tar.zst" > /tmp/rootfs.tar.sha256 && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v20230305.0.131236
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/4190/download")" && \
echo "7e456c581ea85aa0c25e21fb5e33cb2dd462f1841aad3dd94a98cc0641cec45a base-20230305.0.131236.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/v20230304.0.131100
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/4188/download")" && \
echo "6daed243810db82f9d07babcfac35241042ff73552529bd9d410b8ffcfeb34a6 base-devel-20230304.0.131100.tar.zst" > /tmp/rootfs.tar.sha256 && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v20230305.0.131236
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/4192/download")" && \
echo "08ca016032878b3e2c03c0f2cd0eb38c36529c31eb40fcff036714b39167fcbb base-devel-20230305.0.131236.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