Release 20251210.0.466030

This commit is contained in:
GITLAB_PROJECT_TOKEN 2025-12-10 22:10:09 +00:00
parent 27f7ba40cc
commit 30b2cc48b5
3 changed files with 18 additions and 18 deletions

View File

@ -14,11 +14,11 @@ FROM alpine:3.22 AS verify
RUN apk add --no-cache curl tar zstd
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20251210.0.466011/base-20251210.0.466011.tar.zst" && \
echo "88fa6d39c1629614972ee355dfe6876be028291ef48ab9c899e08969137ddddb base-20251210.0.466011.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20251210.0.466030/base-20251210.0.466030.tar.zst" && \
echo "06bdb65633b4d7e08f2f223c260cc0bf1e7a2cd27a64bbd3ba351692b0a1f76a base-20251210.0.466030.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-20251210.0.466011.tar.zst
tar -C /rootfs --extract --file base-20251210.0.466030.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="20251210.0.466011"
LABEL org.opencontainers.image.version="20251210.0.466030"
LABEL org.opencontainers.image.revision="f7a03d6b9d48bff92af94b6d5bf2f54e0e408260"
LABEL org.opencontainers.image.created="2025-12-10T22:02:39+00:00"
LABEL org.opencontainers.image.created="2025-12-10T22:10:08+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20251210.0.466011' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20251210.0.466030' /etc/os-release
ENV LANG=C.UTF-8
CMD ["/usr/bin/bash"]

View File

@ -14,11 +14,11 @@ FROM alpine:3.22 AS verify
RUN apk add --no-cache curl tar zstd
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20251210.0.466011/base-devel-20251210.0.466011.tar.zst" && \
echo "b9beaf1e36fb6e5d653ce0cc448abd2a1dbd77985652995abef4e8d10c82454f base-devel-20251210.0.466011.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20251210.0.466030/base-devel-20251210.0.466030.tar.zst" && \
echo "0d8ffc941ae190a401400ba374e44b04386f4e64cd53894213000d05f57bb6ed base-devel-20251210.0.466030.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-devel-20251210.0.466011.tar.zst
tar -C /rootfs --extract --file base-devel-20251210.0.466030.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="20251210.0.466011"
LABEL org.opencontainers.image.version="20251210.0.466030"
LABEL org.opencontainers.image.revision="f7a03d6b9d48bff92af94b6d5bf2f54e0e408260"
LABEL org.opencontainers.image.created="2025-12-10T22:02:39+00:00"
LABEL org.opencontainers.image.created="2025-12-10T22:10:08+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20251210.0.466011' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20251210.0.466030' /etc/os-release
ENV LANG=C.UTF-8
CMD ["/usr/bin/bash"]

View File

@ -14,11 +14,11 @@ FROM alpine:3.22 AS verify
RUN apk add --no-cache curl tar zstd
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20251210.0.466011/multilib-devel-20251210.0.466011.tar.zst" && \
echo "00d5d2e872ec2c60b5465cbb2587d5777dbb583342284ab1fcebfef001938771 multilib-devel-20251210.0.466011.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20251210.0.466030/multilib-devel-20251210.0.466030.tar.zst" && \
echo "8f088e4e6468c5d53716334009ed8ede9851d73dd2fae58ce1be64408371dc46 multilib-devel-20251210.0.466030.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file multilib-devel-20251210.0.466011.tar.zst
tar -C /rootfs --extract --file multilib-devel-20251210.0.466030.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="20251210.0.466011"
LABEL org.opencontainers.image.version="20251210.0.466030"
LABEL org.opencontainers.image.revision="f7a03d6b9d48bff92af94b6d5bf2f54e0e408260"
LABEL org.opencontainers.image.created="2025-12-10T22:02:39+00:00"
LABEL org.opencontainers.image.created="2025-12-10T22:10:08+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20251210.0.466011' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20251210.0.466030' /etc/os-release
ENV LANG=C.UTF-8
CMD ["/usr/bin/bash"]