Release 20251226.0.475015

This commit is contained in:
GITLAB_PROJECT_TOKEN 2025-12-26 09:07:05 +00:00
parent 4917545c0f
commit a52044c277
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/20251225.0.474892/base-20251225.0.474892.tar.zst" && \
echo "db16123100b62ddb3d7b8a0e271bad576d89d23b5bf28894a3600c00c8ba5702 base-20251225.0.474892.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20251226.0.475015/base-20251226.0.475015.tar.zst" && \
echo "f4803579d3d9b427c896ba4056f5985839b2cc5f2ce140acf037f9e8063d410c base-20251226.0.475015.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-20251225.0.474892.tar.zst
tar -C /rootfs --extract --file base-20251226.0.475015.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="20251225.0.474892"
LABEL org.opencontainers.image.version="20251226.0.475015"
LABEL org.opencontainers.image.revision="0d7c4c0017584f9bcb495105cc412d6575f04564"
LABEL org.opencontainers.image.created="2025-12-25T09:07:19+00:00"
LABEL org.opencontainers.image.created="2025-12-26T09:07:05+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20251225.0.474892' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20251226.0.475015' /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/20251225.0.474892/base-devel-20251225.0.474892.tar.zst" && \
echo "96a94583d2bef23f0491cd0afcade8d903eae5a4ac5a37f4eda18849bcaf6166 base-devel-20251225.0.474892.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20251226.0.475015/base-devel-20251226.0.475015.tar.zst" && \
echo "e48ee4fb2d3b41ace1bad3a46692d7022d282a24cccdef78c5463d3158d844f4 base-devel-20251226.0.475015.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-devel-20251225.0.474892.tar.zst
tar -C /rootfs --extract --file base-devel-20251226.0.475015.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="20251225.0.474892"
LABEL org.opencontainers.image.version="20251226.0.475015"
LABEL org.opencontainers.image.revision="0d7c4c0017584f9bcb495105cc412d6575f04564"
LABEL org.opencontainers.image.created="2025-12-25T09:07:19+00:00"
LABEL org.opencontainers.image.created="2025-12-26T09:07:05+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20251225.0.474892' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20251226.0.475015' /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/20251225.0.474892/multilib-devel-20251225.0.474892.tar.zst" && \
echo "9305bf21f5a07c55faeff21d84c186f67113efbdf1269f5ce118b5e740ac882a multilib-devel-20251225.0.474892.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20251226.0.475015/multilib-devel-20251226.0.475015.tar.zst" && \
echo "2744e8a7d773a5c768f35e56086debda7764d84793164849a8e52fbff4849471 multilib-devel-20251226.0.475015.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file multilib-devel-20251225.0.474892.tar.zst
tar -C /rootfs --extract --file multilib-devel-20251226.0.475015.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="20251225.0.474892"
LABEL org.opencontainers.image.version="20251226.0.475015"
LABEL org.opencontainers.image.revision="0d7c4c0017584f9bcb495105cc412d6575f04564"
LABEL org.opencontainers.image.created="2025-12-25T09:07:19+00:00"
LABEL org.opencontainers.image.created="2025-12-26T09:07:05+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20251225.0.474892' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20251226.0.475015' /etc/os-release
ENV LANG=C.UTF-8
CMD ["/usr/bin/bash"]