Release 20260423.0.519791

This commit is contained in:
GITLAB_PROJECT_TOKEN 2026-04-23 09:08:51 +00:00
parent af92465477
commit 4a44711f68
4 changed files with 24 additions and 24 deletions

View File

@ -14,11 +14,11 @@ FROM alpine:3.23 AS verify
RUN apk add --no-cache curl tar zstd
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260422.0.519158/base-20260422.0.519158.tar.zst" && \
echo "4c8231c3c5aa1012c2842c192d1054b48e88603c7de13849b309aca0e03085bf base-20260422.0.519158.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260423.0.519791/base-20260423.0.519791.tar.zst" && \
echo "3716dca223a3af5728fab8419af3e0f7bec2189341cef5794e01ddc78e5d47bb base-20260423.0.519791.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-20260422.0.519158.tar.zst
tar -C /rootfs --extract --file base-20260423.0.519791.tar.zst
FROM scratch AS root
@ -29,14 +29,14 @@ LABEL org.opencontainers.image.url="https://gitlab.archlinux.org/archlinux/archl
LABEL org.opencontainers.image.documentation="https://wiki.archlinux.org/title/Docker#Arch_Linux"
LABEL org.opencontainers.image.source="https://gitlab.archlinux.org/archlinux/archlinux-docker"
LABEL org.opencontainers.image.licenses="GPL-3.0-or-later"
LABEL org.opencontainers.image.version="20260422.0.519158"
LABEL org.opencontainers.image.version="20260423.0.519791"
LABEL org.opencontainers.image.revision="87c0211ad49fe86018aa2cd5f9fb3da3eff94118"
LABEL org.opencontainers.image.created="2026-04-22T09:10:09+00:00"
LABEL org.opencontainers.image.created="2026-04-23T09:08:51+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20260422.0.519158' /etc/os-release && \
sed -i '/BUILD_ID/a VERSION_ID=20260423.0.519791' /etc/os-release && \
true
ENV LANG=C.UTF-8

View File

@ -14,11 +14,11 @@ FROM alpine:3.23 AS verify
RUN apk add --no-cache curl tar zstd
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260422.0.519158/base-devel-20260422.0.519158.tar.zst" && \
echo "8b4e257ed290204b260e8efe2df3598ae93216aab5db319789362ecfc2ffc2b0 base-devel-20260422.0.519158.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260423.0.519791/base-devel-20260423.0.519791.tar.zst" && \
echo "428cf4e7614def57ad7d8f9baf90492f8fa4ac977341e48c3f5bd81e98333b98 base-devel-20260423.0.519791.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-devel-20260422.0.519158.tar.zst
tar -C /rootfs --extract --file base-devel-20260423.0.519791.tar.zst
FROM scratch AS root
@ -29,14 +29,14 @@ LABEL org.opencontainers.image.url="https://gitlab.archlinux.org/archlinux/archl
LABEL org.opencontainers.image.documentation="https://wiki.archlinux.org/title/Docker#Arch_Linux"
LABEL org.opencontainers.image.source="https://gitlab.archlinux.org/archlinux/archlinux-docker"
LABEL org.opencontainers.image.licenses="GPL-3.0-or-later"
LABEL org.opencontainers.image.version="20260422.0.519158"
LABEL org.opencontainers.image.version="20260423.0.519791"
LABEL org.opencontainers.image.revision="87c0211ad49fe86018aa2cd5f9fb3da3eff94118"
LABEL org.opencontainers.image.created="2026-04-22T09:10:09+00:00"
LABEL org.opencontainers.image.created="2026-04-23T09:08:51+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20260422.0.519158' /etc/os-release && \
sed -i '/BUILD_ID/a VERSION_ID=20260423.0.519791' /etc/os-release && \
true
ENV LANG=C.UTF-8

View File

@ -14,11 +14,11 @@ FROM alpine:3.23 AS verify
RUN apk add --no-cache curl tar zstd
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260422.0.519158/multilib-devel-20260422.0.519158.tar.zst" && \
echo "1efaa20ec39caf67ffa38a5dbf8f0b088202a3768c30c1e5377a7822653ceb0b multilib-devel-20260422.0.519158.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260423.0.519791/multilib-devel-20260423.0.519791.tar.zst" && \
echo "4bfd27f6d68b0fefea0dcf4a83967db7cfb288b27af3d8fea37ee8affc6e783b multilib-devel-20260423.0.519791.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file multilib-devel-20260422.0.519158.tar.zst
tar -C /rootfs --extract --file multilib-devel-20260423.0.519791.tar.zst
FROM scratch AS root
@ -29,14 +29,14 @@ LABEL org.opencontainers.image.url="https://gitlab.archlinux.org/archlinux/archl
LABEL org.opencontainers.image.documentation="https://wiki.archlinux.org/title/Docker#Arch_Linux"
LABEL org.opencontainers.image.source="https://gitlab.archlinux.org/archlinux/archlinux-docker"
LABEL org.opencontainers.image.licenses="GPL-3.0-or-later"
LABEL org.opencontainers.image.version="20260422.0.519158"
LABEL org.opencontainers.image.version="20260423.0.519791"
LABEL org.opencontainers.image.revision="87c0211ad49fe86018aa2cd5f9fb3da3eff94118"
LABEL org.opencontainers.image.created="2026-04-22T09:10:09+00:00"
LABEL org.opencontainers.image.created="2026-04-23T09:08:51+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20260422.0.519158' /etc/os-release && \
sed -i '/BUILD_ID/a VERSION_ID=20260423.0.519791' /etc/os-release && \
true
ENV LANG=C.UTF-8

View File

@ -14,11 +14,11 @@ FROM alpine:3.23 AS verify
RUN apk add --no-cache curl tar zstd
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260422.0.519158/repro-20260422.0.519158.tar.zst" && \
echo "09faac7c5c0c3943e2d7613faba691bde5ddcfe2c76e44272279f180a7cc36bd repro-20260422.0.519158.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260423.0.519791/repro-20260423.0.519791.tar.zst" && \
echo "2763737c065301ede31527e92e5b4daef3794770168d25e1fa98f95d17c4d44c repro-20260423.0.519791.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file repro-20260422.0.519158.tar.zst
tar -C /rootfs --extract --file repro-20260423.0.519791.tar.zst
FROM scratch AS root
@ -29,14 +29,14 @@ LABEL org.opencontainers.image.url="https://gitlab.archlinux.org/archlinux/archl
LABEL org.opencontainers.image.documentation="https://wiki.archlinux.org/title/Docker#Arch_Linux"
LABEL org.opencontainers.image.source="https://gitlab.archlinux.org/archlinux/archlinux-docker"
LABEL org.opencontainers.image.licenses="GPL-3.0-or-later"
LABEL org.opencontainers.image.version="20260422.0.519158"
LABEL org.opencontainers.image.version="20260423.0.519791"
LABEL org.opencontainers.image.revision="87c0211ad49fe86018aa2cd5f9fb3da3eff94118"
LABEL org.opencontainers.image.created="2026-04-22T00:00:00Z"
LABEL org.opencontainers.image.created="2026-04-23T00:00:00Z"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20260422.0.519158' /etc/os-release && \
sed -i '/BUILD_ID/a VERSION_ID=20260423.0.519791' /etc/os-release && \
rm -f /var/cache/ldconfig/aux-cache
ENV LANG=C.UTF-8