Release 20251219.0.471797

This commit is contained in:
GITLAB_PROJECT_TOKEN 2025-12-19 09:07:53 +00:00
parent 3ff234849c
commit 95b5957fcc
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/20251218.0.471202/base-20251218.0.471202.tar.zst" && \
echo "ddb62a4d0cd37b305d8898b15ab81cc3dbf51c3beaa314bd7b07de68394686f0 base-20251218.0.471202.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20251219.0.471797/base-20251219.0.471797.tar.zst" && \
echo "5ef426c3e91c6d4ff4ce717dcf8563b1092e84a05295a771ae39a95237d641a4 base-20251219.0.471797.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-20251218.0.471202.tar.zst
tar -C /rootfs --extract --file base-20251219.0.471797.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="20251218.0.471202"
LABEL org.opencontainers.image.version="20251219.0.471797"
LABEL org.opencontainers.image.revision="b8a77b2c87dabfd38c4dc667edf1c1ccbbc5d372"
LABEL org.opencontainers.image.created="2025-12-18T09:06:56+00:00"
LABEL org.opencontainers.image.created="2025-12-19T09:07:52+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20251218.0.471202' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20251219.0.471797' /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/20251218.0.471202/base-devel-20251218.0.471202.tar.zst" && \
echo "eafe4665553597a2d0f56cf707e07dd219cc98839f4ffe68b7c8e047a5c2e2fa base-devel-20251218.0.471202.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20251219.0.471797/base-devel-20251219.0.471797.tar.zst" && \
echo "b71fbc844d207534c81f1349f23f7b2b674d721bc79ff87d94b51bc39e2a8145 base-devel-20251219.0.471797.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-devel-20251218.0.471202.tar.zst
tar -C /rootfs --extract --file base-devel-20251219.0.471797.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="20251218.0.471202"
LABEL org.opencontainers.image.version="20251219.0.471797"
LABEL org.opencontainers.image.revision="b8a77b2c87dabfd38c4dc667edf1c1ccbbc5d372"
LABEL org.opencontainers.image.created="2025-12-18T09:06:56+00:00"
LABEL org.opencontainers.image.created="2025-12-19T09:07:52+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20251218.0.471202' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20251219.0.471797' /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/20251218.0.471202/multilib-devel-20251218.0.471202.tar.zst" && \
echo "d1c2616503448400e37cda33b18ef024a78d41366798f7b76a446360e650eac4 multilib-devel-20251218.0.471202.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20251219.0.471797/multilib-devel-20251219.0.471797.tar.zst" && \
echo "3469e7775cb36d7e1dc0c75463674653ba583a3a26d339297c3f25f7b5ebf071 multilib-devel-20251219.0.471797.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file multilib-devel-20251218.0.471202.tar.zst
tar -C /rootfs --extract --file multilib-devel-20251219.0.471797.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="20251218.0.471202"
LABEL org.opencontainers.image.version="20251219.0.471797"
LABEL org.opencontainers.image.revision="b8a77b2c87dabfd38c4dc667edf1c1ccbbc5d372"
LABEL org.opencontainers.image.created="2025-12-18T09:06:56+00:00"
LABEL org.opencontainers.image.created="2025-12-19T09:07:52+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20251218.0.471202' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20251219.0.471797' /etc/os-release
ENV LANG=C.UTF-8
CMD ["/usr/bin/bash"]