Release 20260321.0.504043

This commit is contained in:
GITLAB_PROJECT_TOKEN 2026-03-21 09:06:31 +00:00
parent 5fc8d966d0
commit af9b7990cb
3 changed files with 18 additions and 18 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/20260320.0.503229/base-20260320.0.503229.tar.zst" && \
echo "4beb6275e95b10d91af8659d3222ceb5d8265eb8429b4a1af4df75ae255af091 base-20260320.0.503229.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260321.0.504043/base-20260321.0.504043.tar.zst" && \
echo "0cfb94823d2474baa016b8d58dd3204ab8b434519e68033d11365d2b7f529eb9 base-20260321.0.504043.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-20260320.0.503229.tar.zst
tar -C /rootfs --extract --file base-20260321.0.504043.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="20260320.0.503229"
LABEL org.opencontainers.image.version="20260321.0.504043"
LABEL org.opencontainers.image.revision="0d7c4c0017584f9bcb495105cc412d6575f04564"
LABEL org.opencontainers.image.created="2026-03-20T09:06:46+00:00"
LABEL org.opencontainers.image.created="2026-03-21T09:06:31+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20260320.0.503229' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20260321.0.504043' /etc/os-release
ENV LANG=C.UTF-8
CMD ["/usr/bin/bash"]

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/20260320.0.503229/base-devel-20260320.0.503229.tar.zst" && \
echo "9e5a0de19233ec629e1b856773e27841f2d3972baa4543c72193d72ca60ddf57 base-devel-20260320.0.503229.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260321.0.504043/base-devel-20260321.0.504043.tar.zst" && \
echo "456d9355987800f68ad7f67a261cc1f483a27371b0a92a8f7c2a601ed4ea18a6 base-devel-20260321.0.504043.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-devel-20260320.0.503229.tar.zst
tar -C /rootfs --extract --file base-devel-20260321.0.504043.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="20260320.0.503229"
LABEL org.opencontainers.image.version="20260321.0.504043"
LABEL org.opencontainers.image.revision="0d7c4c0017584f9bcb495105cc412d6575f04564"
LABEL org.opencontainers.image.created="2026-03-20T09:06:46+00:00"
LABEL org.opencontainers.image.created="2026-03-21T09:06:31+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20260320.0.503229' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20260321.0.504043' /etc/os-release
ENV LANG=C.UTF-8
CMD ["/usr/bin/bash"]

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/20260320.0.503229/multilib-devel-20260320.0.503229.tar.zst" && \
echo "f2ab61e797f3c7454d1a0afa2090fe879be5a0d632fdd0008a1dc150d39cbe84 multilib-devel-20260320.0.503229.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260321.0.504043/multilib-devel-20260321.0.504043.tar.zst" && \
echo "ec68478a4906bfb205edad81849c759b3d9dc7c9e82a01d289364d1ce8d534f7 multilib-devel-20260321.0.504043.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file multilib-devel-20260320.0.503229.tar.zst
tar -C /rootfs --extract --file multilib-devel-20260321.0.504043.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="20260320.0.503229"
LABEL org.opencontainers.image.version="20260321.0.504043"
LABEL org.opencontainers.image.revision="0d7c4c0017584f9bcb495105cc412d6575f04564"
LABEL org.opencontainers.image.created="2026-03-20T09:06:46+00:00"
LABEL org.opencontainers.image.created="2026-03-21T09:06:31+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20260320.0.503229' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20260321.0.504043' /etc/os-release
ENV LANG=C.UTF-8
CMD ["/usr/bin/bash"]