Release 20260508.0.524955

This commit is contained in:
GITLAB_PROJECT_TOKEN 2026-05-08 09:09:04 +00:00
parent 2bbd1f7b8c
commit 0894529f6b
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/20260507.0.524664/base-20260507.0.524664.tar.zst" && \
echo "51301c014852ff1e912510ce40de00e8a6bed3fa35cc25c97436a9e69dfec905 base-20260507.0.524664.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260508.0.524955/base-20260508.0.524955.tar.zst" && \
echo "973e79cf239c1f66b2d3d4400e2f30d80bc17eef4bdf6c976eb876d5ef65edfb base-20260508.0.524955.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-20260507.0.524664.tar.zst
tar -C /rootfs --extract --file base-20260508.0.524955.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="20260507.0.524664"
LABEL org.opencontainers.image.version="20260508.0.524955"
LABEL org.opencontainers.image.revision="b43ff00eac5d363450c033c3387cf566bc5650a0"
LABEL org.opencontainers.image.created="2026-05-07T09:09:02+00:00"
LABEL org.opencontainers.image.created="2026-05-08T09:09:04+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20260507.0.524664' /etc/os-release && \
sed -i '/BUILD_ID/a VERSION_ID=20260508.0.524955' /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/20260507.0.524664/base-devel-20260507.0.524664.tar.zst" && \
echo "7530a6a7dbad597c5abe177d84afd160bc3c17ba3af90a3398bed71367d946cd base-devel-20260507.0.524664.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260508.0.524955/base-devel-20260508.0.524955.tar.zst" && \
echo "9dd71f1fe6b16add86c757f339f669aaf01f6a659557b094585db8071180fd3b base-devel-20260508.0.524955.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-devel-20260507.0.524664.tar.zst
tar -C /rootfs --extract --file base-devel-20260508.0.524955.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="20260507.0.524664"
LABEL org.opencontainers.image.version="20260508.0.524955"
LABEL org.opencontainers.image.revision="b43ff00eac5d363450c033c3387cf566bc5650a0"
LABEL org.opencontainers.image.created="2026-05-07T09:09:02+00:00"
LABEL org.opencontainers.image.created="2026-05-08T09:09:04+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20260507.0.524664' /etc/os-release && \
sed -i '/BUILD_ID/a VERSION_ID=20260508.0.524955' /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/20260507.0.524664/multilib-devel-20260507.0.524664.tar.zst" && \
echo "6a5b75d5b19055967886db737018eb18b87aaa364580ee19a071f70134c3b2c0 multilib-devel-20260507.0.524664.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260508.0.524955/multilib-devel-20260508.0.524955.tar.zst" && \
echo "c9d3f89fada59fc4724f39b9953bf26658c9961e5c413ceeaee67be577c55977 multilib-devel-20260508.0.524955.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file multilib-devel-20260507.0.524664.tar.zst
tar -C /rootfs --extract --file multilib-devel-20260508.0.524955.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="20260507.0.524664"
LABEL org.opencontainers.image.version="20260508.0.524955"
LABEL org.opencontainers.image.revision="b43ff00eac5d363450c033c3387cf566bc5650a0"
LABEL org.opencontainers.image.created="2026-05-07T09:09:02+00:00"
LABEL org.opencontainers.image.created="2026-05-08T09:09:04+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20260507.0.524664' /etc/os-release && \
sed -i '/BUILD_ID/a VERSION_ID=20260508.0.524955' /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/20260507.0.524664/repro-20260507.0.524664.tar.zst" && \
echo "483846e0b0300706a77d7073bdf45fa000175524c11bd69e949fd99add9357c0 repro-20260507.0.524664.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260508.0.524955/repro-20260508.0.524955.tar.zst" && \
echo "a5ff74c1b9b0eeab45c0d13f0fe5ec7d35ca17420048e588d6d053e0c7bb4553 repro-20260508.0.524955.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file repro-20260507.0.524664.tar.zst
tar -C /rootfs --extract --file repro-20260508.0.524955.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="20260507.0.524664"
LABEL org.opencontainers.image.version="20260508.0.524955"
LABEL org.opencontainers.image.revision="b43ff00eac5d363450c033c3387cf566bc5650a0"
LABEL org.opencontainers.image.created="2026-05-07T00:00:00Z"
LABEL org.opencontainers.image.created="2026-05-08T00:00:00Z"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20260507.0.524664' /etc/os-release && \
sed -i '/BUILD_ID/a VERSION_ID=20260508.0.524955' /etc/os-release && \
rm -f /var/cache/ldconfig/aux-cache
ENV LANG=C.UTF-8