Release 20260430.0.522949

This commit is contained in:
GITLAB_PROJECT_TOKEN 2026-04-30 09:08:39 +00:00
parent 32d3d45f6d
commit f7b7c031e3
4 changed files with 28 additions and 28 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/20260429.0.522721/base-20260429.0.522721.tar.zst" && \
echo "e828004ed815469b7525f32b4b8c3035df700741bf245ba55930b0d21939ab74 base-20260429.0.522721.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260430.0.522949/base-20260430.0.522949.tar.zst" && \
echo "96e03d88d230a15cac33c3fbecef65d29e3e9667e2cae4940a432d0d08691fd6 base-20260430.0.522949.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-20260429.0.522721.tar.zst
tar -C /rootfs --extract --file base-20260430.0.522949.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="20260429.0.522721"
LABEL org.opencontainers.image.revision="c4589ed396fac74cad155bee7ae8a458a7f22240"
LABEL org.opencontainers.image.created="2026-04-29T14:48:40+00:00"
LABEL org.opencontainers.image.version="20260430.0.522949"
LABEL org.opencontainers.image.revision="b43ff00eac5d363450c033c3387cf566bc5650a0"
LABEL org.opencontainers.image.created="2026-04-30T09:08:39+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20260429.0.522721' /etc/os-release && \
sed -i '/BUILD_ID/a VERSION_ID=20260430.0.522949' /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/20260429.0.522721/base-devel-20260429.0.522721.tar.zst" && \
echo "2685886d923279d12a056e71169547283a98fcd74bd27a67fd7362f73b9a31de base-devel-20260429.0.522721.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260430.0.522949/base-devel-20260430.0.522949.tar.zst" && \
echo "2afa6413b59a7dac710fa0e4c4b418850a837cb8ce5885edcdb1da7ae7fa9ae2 base-devel-20260430.0.522949.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-devel-20260429.0.522721.tar.zst
tar -C /rootfs --extract --file base-devel-20260430.0.522949.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="20260429.0.522721"
LABEL org.opencontainers.image.revision="c4589ed396fac74cad155bee7ae8a458a7f22240"
LABEL org.opencontainers.image.created="2026-04-29T14:48:41+00:00"
LABEL org.opencontainers.image.version="20260430.0.522949"
LABEL org.opencontainers.image.revision="b43ff00eac5d363450c033c3387cf566bc5650a0"
LABEL org.opencontainers.image.created="2026-04-30T09:08:39+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20260429.0.522721' /etc/os-release && \
sed -i '/BUILD_ID/a VERSION_ID=20260430.0.522949' /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/20260429.0.522721/multilib-devel-20260429.0.522721.tar.zst" && \
echo "5d7b405e8304e0f0ff5dd0e271fe27c364f51bd8019f52780f704e6b9eec6231 multilib-devel-20260429.0.522721.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260430.0.522949/multilib-devel-20260430.0.522949.tar.zst" && \
echo "fa442e8460c12448e020740dcbb879981e79b7e3fbce8a3a0b4ff28b41ad5bf4 multilib-devel-20260430.0.522949.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file multilib-devel-20260429.0.522721.tar.zst
tar -C /rootfs --extract --file multilib-devel-20260430.0.522949.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="20260429.0.522721"
LABEL org.opencontainers.image.revision="c4589ed396fac74cad155bee7ae8a458a7f22240"
LABEL org.opencontainers.image.created="2026-04-29T14:48:41+00:00"
LABEL org.opencontainers.image.version="20260430.0.522949"
LABEL org.opencontainers.image.revision="b43ff00eac5d363450c033c3387cf566bc5650a0"
LABEL org.opencontainers.image.created="2026-04-30T09:08:39+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20260429.0.522721' /etc/os-release && \
sed -i '/BUILD_ID/a VERSION_ID=20260430.0.522949' /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/20260429.0.522721/repro-20260429.0.522721.tar.zst" && \
echo "9543b9ec86a0523591791c227ee2940ce81040826f5d6c2b0eb1ca18f2c474bb repro-20260429.0.522721.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260430.0.522949/repro-20260430.0.522949.tar.zst" && \
echo "c1df20db377ebb1d00d02e9da545f9f83aab68c2b46d18e6218e6a0cfab51399 repro-20260430.0.522949.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file repro-20260429.0.522721.tar.zst
tar -C /rootfs --extract --file repro-20260430.0.522949.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="20260429.0.522721"
LABEL org.opencontainers.image.revision="c4589ed396fac74cad155bee7ae8a458a7f22240"
LABEL org.opencontainers.image.created="2026-04-29T00:00:00Z"
LABEL org.opencontainers.image.version="20260430.0.522949"
LABEL org.opencontainers.image.revision="b43ff00eac5d363450c033c3387cf566bc5650a0"
LABEL org.opencontainers.image.created="2026-04-30T00:00:00Z"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20260429.0.522721' /etc/os-release && \
sed -i '/BUILD_ID/a VERSION_ID=20260430.0.522949' /etc/os-release && \
rm -f /var/cache/ldconfig/aux-cache
ENV LANG=C.UTF-8