Release 20260220.0.492853

This commit is contained in:
GITLAB_PROJECT_TOKEN 2026-02-20 09:06:32 +00:00
parent 2987bff115
commit 9127ef9bab
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/20260219.0.492612/base-20260219.0.492612.tar.zst" && \
echo "22312082062836b117a8c2d3fe113f16d152cd8fa9f3ff914041d70a0dc23f3b base-20260219.0.492612.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260220.0.492853/base-20260220.0.492853.tar.zst" && \
echo "2152db2f4d3d5679b3bdbfb4a9dcb8cb2433d89d6e9d821dd4b1f4350901e10b base-20260220.0.492853.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-20260219.0.492612.tar.zst
tar -C /rootfs --extract --file base-20260220.0.492853.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="20260219.0.492612"
LABEL org.opencontainers.image.version="20260220.0.492853"
LABEL org.opencontainers.image.revision="0d7c4c0017584f9bcb495105cc412d6575f04564"
LABEL org.opencontainers.image.created="2026-02-19T09:06:46+00:00"
LABEL org.opencontainers.image.created="2026-02-20T09:06:32+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20260219.0.492612' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20260220.0.492853' /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/20260219.0.492612/base-devel-20260219.0.492612.tar.zst" && \
echo "f25980bc6cd068866db4310589671d95a494d3623073a9a0e2d28b0cef47b9d5 base-devel-20260219.0.492612.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260220.0.492853/base-devel-20260220.0.492853.tar.zst" && \
echo "f09e7aa8e2d8b37004ab08498cb11aa1570f43f1ea39d06a8190fcc19df0c4c2 base-devel-20260220.0.492853.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-devel-20260219.0.492612.tar.zst
tar -C /rootfs --extract --file base-devel-20260220.0.492853.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="20260219.0.492612"
LABEL org.opencontainers.image.version="20260220.0.492853"
LABEL org.opencontainers.image.revision="0d7c4c0017584f9bcb495105cc412d6575f04564"
LABEL org.opencontainers.image.created="2026-02-19T09:06:46+00:00"
LABEL org.opencontainers.image.created="2026-02-20T09:06:32+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20260219.0.492612' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20260220.0.492853' /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/20260219.0.492612/multilib-devel-20260219.0.492612.tar.zst" && \
echo "29b36186341a8eaac6040c280be1276ea8d283b5a5f55349524235a40fb08895 multilib-devel-20260219.0.492612.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260220.0.492853/multilib-devel-20260220.0.492853.tar.zst" && \
echo "9497d66fd345f4d34f2b5bd14fde752e8844a79b416fb84b0709679b286d9aab multilib-devel-20260220.0.492853.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file multilib-devel-20260219.0.492612.tar.zst
tar -C /rootfs --extract --file multilib-devel-20260220.0.492853.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="20260219.0.492612"
LABEL org.opencontainers.image.version="20260220.0.492853"
LABEL org.opencontainers.image.revision="0d7c4c0017584f9bcb495105cc412d6575f04564"
LABEL org.opencontainers.image.created="2026-02-19T09:06:46+00:00"
LABEL org.opencontainers.image.created="2026-02-20T09:06:32+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20260219.0.492612' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20260220.0.492853' /etc/os-release
ENV LANG=C.UTF-8
CMD ["/usr/bin/bash"]