Release 20260428.0.521691

This commit is contained in:
GITLAB_PROJECT_TOKEN 2026-04-28 21:56:51 +00:00
parent c208240c2e
commit 953aec88ef
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/20260427.0.521366/base-20260427.0.521366.tar.zst" && \
echo "7cae1d7e50b2805b10ba7cd2a08f75a9375e5eb905ae5d35fb2b7ddb6e549329 base-20260427.0.521366.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260428.0.521691/base-20260428.0.521691.tar.zst" && \
echo "0c15a640ae40596b0dcfeee03cf0ce4bd7c6195287ca9c564b7005fa9032b25f base-20260428.0.521691.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-20260427.0.521366.tar.zst
tar -C /rootfs --extract --file base-20260428.0.521691.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="20260427.0.521366"
LABEL org.opencontainers.image.version="20260428.0.521691"
LABEL org.opencontainers.image.revision="446b09aa44caac0c4372917b2da2a59943fc2eb6"
LABEL org.opencontainers.image.created="2026-04-27T12:54:06+00:00"
LABEL org.opencontainers.image.created="2026-04-28T21:56:50+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20260427.0.521366' /etc/os-release && \
sed -i '/BUILD_ID/a VERSION_ID=20260428.0.521691' /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/20260427.0.521366/base-devel-20260427.0.521366.tar.zst" && \
echo "17d09d94dcd89024338b89aaf3be5776a4c58f42d8ae76347303bc0bd8412e7c base-devel-20260427.0.521366.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260428.0.521691/base-devel-20260428.0.521691.tar.zst" && \
echo "510b983529ec1bfeebda5751f1f32f68f715520247a2ae3a5649034b7a5a04d2 base-devel-20260428.0.521691.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-devel-20260427.0.521366.tar.zst
tar -C /rootfs --extract --file base-devel-20260428.0.521691.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="20260427.0.521366"
LABEL org.opencontainers.image.version="20260428.0.521691"
LABEL org.opencontainers.image.revision="446b09aa44caac0c4372917b2da2a59943fc2eb6"
LABEL org.opencontainers.image.created="2026-04-27T12:54:06+00:00"
LABEL org.opencontainers.image.created="2026-04-28T21:56:50+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20260427.0.521366' /etc/os-release && \
sed -i '/BUILD_ID/a VERSION_ID=20260428.0.521691' /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/20260427.0.521366/multilib-devel-20260427.0.521366.tar.zst" && \
echo "21aa7decd67a960be4aa4c7dd7671b1d7c2caf0756492151c81a61abad7e9759 multilib-devel-20260427.0.521366.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260428.0.521691/multilib-devel-20260428.0.521691.tar.zst" && \
echo "ec780f8f3ea79b60cb7127f0355d8291e2075d4cfb9efac6c73fed6761c78671 multilib-devel-20260428.0.521691.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file multilib-devel-20260427.0.521366.tar.zst
tar -C /rootfs --extract --file multilib-devel-20260428.0.521691.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="20260427.0.521366"
LABEL org.opencontainers.image.version="20260428.0.521691"
LABEL org.opencontainers.image.revision="446b09aa44caac0c4372917b2da2a59943fc2eb6"
LABEL org.opencontainers.image.created="2026-04-27T12:54:06+00:00"
LABEL org.opencontainers.image.created="2026-04-28T21:56:50+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20260427.0.521366' /etc/os-release && \
sed -i '/BUILD_ID/a VERSION_ID=20260428.0.521691' /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/20260427.0.521366/repro-20260427.0.521366.tar.zst" && \
echo "bdcf4ded9bcb6b9b0d5e91b57c193bc51f732f45c5114bec17c64e2ef6a5fd26 repro-20260427.0.521366.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260428.0.521691/repro-20260428.0.521691.tar.zst" && \
echo "3898c75286effc5fdb1cfbfd8c5e2c7a5fc3e35c972c9dc12172909b0482bca8 repro-20260428.0.521691.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file repro-20260427.0.521366.tar.zst
tar -C /rootfs --extract --file repro-20260428.0.521691.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="20260427.0.521366"
LABEL org.opencontainers.image.version="20260428.0.521691"
LABEL org.opencontainers.image.revision="446b09aa44caac0c4372917b2da2a59943fc2eb6"
LABEL org.opencontainers.image.created="2026-04-27T00:00:00Z"
LABEL org.opencontainers.image.created="2026-04-28T00:00:00Z"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20260427.0.521366' /etc/os-release && \
sed -i '/BUILD_ID/a VERSION_ID=20260428.0.521691' /etc/os-release && \
rm -f /var/cache/ldconfig/aux-cache
ENV LANG=C.UTF-8