Release 20260510.0.526011

This commit is contained in:
GITLAB_PROJECT_TOKEN 2026-05-10 09:08:47 +00:00
parent 7d5201d50a
commit e36af8756e
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/20260510.0.525573/base-20260510.0.525573.tar.zst" && \
echo "3b8d106c34c8186ba638101ca5919870022cdef2571ae2081d09a5e432955eca base-20260510.0.525573.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260510.0.526011/base-20260510.0.526011.tar.zst" && \
echo "b7fd65adec3799d90f811c3ad2600fefab862be3612902707d810236df3c0466 base-20260510.0.526011.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-20260510.0.525573.tar.zst
tar -C /rootfs --extract --file base-20260510.0.526011.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="20260510.0.525573"
LABEL org.opencontainers.image.version="20260510.0.526011"
LABEL org.opencontainers.image.revision="b43ff00eac5d363450c033c3387cf566bc5650a0"
LABEL org.opencontainers.image.created="2026-05-10T00:08:50+00:00"
LABEL org.opencontainers.image.created="2026-05-10T09:08:47+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20260510.0.525573' /etc/os-release && \
sed -i '/BUILD_ID/a VERSION_ID=20260510.0.526011' /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/20260510.0.525573/base-devel-20260510.0.525573.tar.zst" && \
echo "5eca8cec8457e32492a4c6b0e2e61e7aab3c5bfff2c166a5a2263736b30eadad base-devel-20260510.0.525573.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260510.0.526011/base-devel-20260510.0.526011.tar.zst" && \
echo "cb2009076a9c89bf313438fafe4628bc73471c1fbc71b03addccb87754c1d521 base-devel-20260510.0.526011.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-devel-20260510.0.525573.tar.zst
tar -C /rootfs --extract --file base-devel-20260510.0.526011.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="20260510.0.525573"
LABEL org.opencontainers.image.version="20260510.0.526011"
LABEL org.opencontainers.image.revision="b43ff00eac5d363450c033c3387cf566bc5650a0"
LABEL org.opencontainers.image.created="2026-05-10T00:08:50+00:00"
LABEL org.opencontainers.image.created="2026-05-10T09:08:47+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20260510.0.525573' /etc/os-release && \
sed -i '/BUILD_ID/a VERSION_ID=20260510.0.526011' /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/20260510.0.525573/multilib-devel-20260510.0.525573.tar.zst" && \
echo "7535fcf1e93dda4019d3f81768c6b8fcd552cf4b4a842895f6291c84d1fb7aed multilib-devel-20260510.0.525573.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260510.0.526011/multilib-devel-20260510.0.526011.tar.zst" && \
echo "cc6300ea48835d262836b3838992840874017e1c5987168f9195bd5eff945592 multilib-devel-20260510.0.526011.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file multilib-devel-20260510.0.525573.tar.zst
tar -C /rootfs --extract --file multilib-devel-20260510.0.526011.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="20260510.0.525573"
LABEL org.opencontainers.image.version="20260510.0.526011"
LABEL org.opencontainers.image.revision="b43ff00eac5d363450c033c3387cf566bc5650a0"
LABEL org.opencontainers.image.created="2026-05-10T00:08:50+00:00"
LABEL org.opencontainers.image.created="2026-05-10T09:08:47+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20260510.0.525573' /etc/os-release && \
sed -i '/BUILD_ID/a VERSION_ID=20260510.0.526011' /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/20260510.0.525573/repro-20260510.0.525573.tar.zst" && \
echo "284516ea893a75a91fa94534659f8edcb358632520388e5b20ee238d1ded4a12 repro-20260510.0.525573.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260510.0.526011/repro-20260510.0.526011.tar.zst" && \
echo "284516ea893a75a91fa94534659f8edcb358632520388e5b20ee238d1ded4a12 repro-20260510.0.526011.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file repro-20260510.0.525573.tar.zst
tar -C /rootfs --extract --file repro-20260510.0.526011.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="20260510.0.525573"
LABEL org.opencontainers.image.version="20260510.0.526011"
LABEL org.opencontainers.image.revision="b43ff00eac5d363450c033c3387cf566bc5650a0"
LABEL org.opencontainers.image.created="2026-05-10T00:00:00Z"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20260510.0.525573' /etc/os-release && \
sed -i '/BUILD_ID/a VERSION_ID=20260510.0.526011' /etc/os-release && \
rm -f /var/cache/ldconfig/aux-cache
ENV LANG=C.UTF-8