Release 20260426.0.520785

This commit is contained in:
GITLAB_PROJECT_TOKEN 2026-04-26 00:09:06 +00:00
parent 22f4d7d2e4
commit 2c315ee0bf
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/20260424.0.520422/base-20260424.0.520422.tar.zst" && \
echo "9c4c82a8c007a832d23aedc37109bb97f4ff7cda415d0c4313f156f7f08b802a base-20260424.0.520422.tar.zst" > /tmp/sha256sums.txt && \
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 && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-20260424.0.520422.tar.zst
tar -C /rootfs --extract --file base-20260426.0.520785.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="20260424.0.520422"
LABEL org.opencontainers.image.version="20260426.0.520785"
LABEL org.opencontainers.image.revision="87c0211ad49fe86018aa2cd5f9fb3da3eff94118"
LABEL org.opencontainers.image.created="2026-04-24T09:08:41+00:00"
LABEL org.opencontainers.image.created="2026-04-26T00:09:06+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20260424.0.520422' /etc/os-release && \
sed -i '/BUILD_ID/a VERSION_ID=20260426.0.520785' /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/20260424.0.520422/base-devel-20260424.0.520422.tar.zst" && \
echo "469bd75bb22244a2477db2e0149d71f94d3c65cfcd4a90216ab73924fbd01bfc base-devel-20260424.0.520422.tar.zst" > /tmp/sha256sums.txt && \
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 && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-devel-20260424.0.520422.tar.zst
tar -C /rootfs --extract --file base-devel-20260426.0.520785.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="20260424.0.520422"
LABEL org.opencontainers.image.version="20260426.0.520785"
LABEL org.opencontainers.image.revision="87c0211ad49fe86018aa2cd5f9fb3da3eff94118"
LABEL org.opencontainers.image.created="2026-04-24T09:08:41+00:00"
LABEL org.opencontainers.image.created="2026-04-26T00:09:06+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20260424.0.520422' /etc/os-release && \
sed -i '/BUILD_ID/a VERSION_ID=20260426.0.520785' /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/20260424.0.520422/multilib-devel-20260424.0.520422.tar.zst" && \
echo "250d1b71aa5f50d4ff2af08832f302c09b58d27f3289a16547f33995c0290539 multilib-devel-20260424.0.520422.tar.zst" > /tmp/sha256sums.txt && \
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 && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file multilib-devel-20260424.0.520422.tar.zst
tar -C /rootfs --extract --file multilib-devel-20260426.0.520785.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="20260424.0.520422"
LABEL org.opencontainers.image.version="20260426.0.520785"
LABEL org.opencontainers.image.revision="87c0211ad49fe86018aa2cd5f9fb3da3eff94118"
LABEL org.opencontainers.image.created="2026-04-24T09:08:41+00:00"
LABEL org.opencontainers.image.created="2026-04-26T00:09:06+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20260424.0.520422' /etc/os-release && \
sed -i '/BUILD_ID/a VERSION_ID=20260426.0.520785' /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/20260424.0.520422/repro-20260424.0.520422.tar.zst" && \
echo "28ca88d6be5d9081bd98bde4de017a3c876beb9953285759e064a7f0aeb72a16 repro-20260424.0.520422.tar.zst" > /tmp/sha256sums.txt && \
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 && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file repro-20260424.0.520422.tar.zst
tar -C /rootfs --extract --file repro-20260426.0.520785.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="20260424.0.520422"
LABEL org.opencontainers.image.version="20260426.0.520785"
LABEL org.opencontainers.image.revision="87c0211ad49fe86018aa2cd5f9fb3da3eff94118"
LABEL org.opencontainers.image.created="2026-04-24T00:00:00Z"
LABEL org.opencontainers.image.created="2026-04-26T00:00:00Z"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20260424.0.520422' /etc/os-release && \
sed -i '/BUILD_ID/a VERSION_ID=20260426.0.520785' /etc/os-release && \
rm -f /var/cache/ldconfig/aux-cache
ENV LANG=C.UTF-8