Release 20260104.0.477168

This commit is contained in:
GITLAB_PROJECT_TOKEN 2026-01-04 00:07:17 +00:00
parent e0a770d6d7
commit 380a7e4094
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/20260103.0.476988/base-20260103.0.476988.tar.zst" && \
echo "26bcfbe0cdb24ba5f0f645e9965ed26d49501525525cc3088d4a8be1e495ec46 base-20260103.0.476988.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260104.0.477168/base-20260104.0.477168.tar.zst" && \
echo "8f465151a9db4f939f8a0d3b4d59d26687b6c0c0710246d3dfe1625406c28dfd base-20260104.0.477168.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-20260103.0.476988.tar.zst
tar -C /rootfs --extract --file base-20260104.0.477168.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="20260103.0.476988"
LABEL org.opencontainers.image.version="20260104.0.477168"
LABEL org.opencontainers.image.revision="0d7c4c0017584f9bcb495105cc412d6575f04564"
LABEL org.opencontainers.image.created="2026-01-03T09:07:23+00:00"
LABEL org.opencontainers.image.created="2026-01-04T00:07:17+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20260103.0.476988' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20260104.0.477168' /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/20260103.0.476988/base-devel-20260103.0.476988.tar.zst" && \
echo "ecc03d305be309609dd224f55b46c31557deb249a99f8d76ad527a4505e450d3 base-devel-20260103.0.476988.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260104.0.477168/base-devel-20260104.0.477168.tar.zst" && \
echo "c9bc9a1e0b1901f146c310044052171784dac3b42d6eeff7ecb0d75b0a122d6f base-devel-20260104.0.477168.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-devel-20260103.0.476988.tar.zst
tar -C /rootfs --extract --file base-devel-20260104.0.477168.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="20260103.0.476988"
LABEL org.opencontainers.image.version="20260104.0.477168"
LABEL org.opencontainers.image.revision="0d7c4c0017584f9bcb495105cc412d6575f04564"
LABEL org.opencontainers.image.created="2026-01-03T09:07:23+00:00"
LABEL org.opencontainers.image.created="2026-01-04T00:07:17+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20260103.0.476988' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20260104.0.477168' /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/20260103.0.476988/multilib-devel-20260103.0.476988.tar.zst" && \
echo "4584d9ec20b3d3cd98daac614cf992871c03f983c4adf5d41679581928238986 multilib-devel-20260103.0.476988.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260104.0.477168/multilib-devel-20260104.0.477168.tar.zst" && \
echo "6263f4184da95eb478e5bafd2e899f866b42512928eb7938d8b133d5b5ea95cc multilib-devel-20260104.0.477168.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file multilib-devel-20260103.0.476988.tar.zst
tar -C /rootfs --extract --file multilib-devel-20260104.0.477168.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="20260103.0.476988"
LABEL org.opencontainers.image.version="20260104.0.477168"
LABEL org.opencontainers.image.revision="0d7c4c0017584f9bcb495105cc412d6575f04564"
LABEL org.opencontainers.image.created="2026-01-03T09:07:23+00:00"
LABEL org.opencontainers.image.created="2026-01-04T00:07:17+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20260103.0.476988' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20260104.0.477168' /etc/os-release
ENV LANG=C.UTF-8
CMD ["/usr/bin/bash"]