Release 20260426.0.520924

This commit is contained in:
GITLAB_PROJECT_TOKEN 2026-04-26 09:08:39 +00:00
parent 2c315ee0bf
commit 3d67bf8bd8
4 changed files with 23 additions and 23 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/20260426.0.520785/base-20260426.0.520785.tar.zst" && \
echo "9c30faf063254f6e57e6459f5e229792de3918b08b613b16a04feb12370c16df base-20260426.0.520785.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260426.0.520924/base-20260426.0.520924.tar.zst" && \
echo "874ca9c0c6b603754a92fe389be54ef5aeb722080d7cabd37436b0a23afb67c0 base-20260426.0.520924.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-20260426.0.520785.tar.zst
tar -C /rootfs --extract --file base-20260426.0.520924.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="20260426.0.520785"
LABEL org.opencontainers.image.version="20260426.0.520924"
LABEL org.opencontainers.image.revision="87c0211ad49fe86018aa2cd5f9fb3da3eff94118"
LABEL org.opencontainers.image.created="2026-04-26T00:09:06+00:00"
LABEL org.opencontainers.image.created="2026-04-26T09:08:39+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20260426.0.520785' /etc/os-release && \
sed -i '/BUILD_ID/a VERSION_ID=20260426.0.520924' /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/20260426.0.520785/base-devel-20260426.0.520785.tar.zst" && \
echo "3c1749bb94747999ce80bc914155c0f10a9b478864a660566ae5802a513ec337 base-devel-20260426.0.520785.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260426.0.520924/base-devel-20260426.0.520924.tar.zst" && \
echo "d228938ab5f897f0e4bd44f113b50166ecd71b11a661e7311733248dec27eaf8 base-devel-20260426.0.520924.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-devel-20260426.0.520785.tar.zst
tar -C /rootfs --extract --file base-devel-20260426.0.520924.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="20260426.0.520785"
LABEL org.opencontainers.image.version="20260426.0.520924"
LABEL org.opencontainers.image.revision="87c0211ad49fe86018aa2cd5f9fb3da3eff94118"
LABEL org.opencontainers.image.created="2026-04-26T00:09:06+00:00"
LABEL org.opencontainers.image.created="2026-04-26T09:08:39+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20260426.0.520785' /etc/os-release && \
sed -i '/BUILD_ID/a VERSION_ID=20260426.0.520924' /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/20260426.0.520785/multilib-devel-20260426.0.520785.tar.zst" && \
echo "178d6d84f1c1f66138b57d8c19d2109426eaa786fc04c3a95a549a8b66f8c67e multilib-devel-20260426.0.520785.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260426.0.520924/multilib-devel-20260426.0.520924.tar.zst" && \
echo "911660bb2a274baf8ded8e997933007eb2e31f69df9de44bc1d9e6ed5c662cb8 multilib-devel-20260426.0.520924.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file multilib-devel-20260426.0.520785.tar.zst
tar -C /rootfs --extract --file multilib-devel-20260426.0.520924.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="20260426.0.520785"
LABEL org.opencontainers.image.version="20260426.0.520924"
LABEL org.opencontainers.image.revision="87c0211ad49fe86018aa2cd5f9fb3da3eff94118"
LABEL org.opencontainers.image.created="2026-04-26T00:09:06+00:00"
LABEL org.opencontainers.image.created="2026-04-26T09:08:39+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20260426.0.520785' /etc/os-release && \
sed -i '/BUILD_ID/a VERSION_ID=20260426.0.520924' /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/20260426.0.520785/repro-20260426.0.520785.tar.zst" && \
echo "6017413404bee55af20e4580ef23f2afafc63adf20b95804fbd75d0f3388ea85 repro-20260426.0.520785.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260426.0.520924/repro-20260426.0.520924.tar.zst" && \
echo "fcc31ab8f4de74090d7595e411a01a4680b8f8855a2bc8df2b6ea5cbddc456c0 repro-20260426.0.520924.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file repro-20260426.0.520785.tar.zst
tar -C /rootfs --extract --file repro-20260426.0.520924.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="20260426.0.520785"
LABEL org.opencontainers.image.version="20260426.0.520924"
LABEL org.opencontainers.image.revision="87c0211ad49fe86018aa2cd5f9fb3da3eff94118"
LABEL org.opencontainers.image.created="2026-04-26T00:00:00Z"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20260426.0.520785' /etc/os-release && \
sed -i '/BUILD_ID/a VERSION_ID=20260426.0.520924' /etc/os-release && \
rm -f /var/cache/ldconfig/aux-cache
ENV LANG=C.UTF-8