From 8ecaac246fa1132c6dbbf34c0e1a54be2833fa12 Mon Sep 17 00:00:00 2001 From: GITLAB_PROJECT_TOKEN Date: Mon, 5 May 2025 09:07:39 +0000 Subject: [PATCH] Release 20250505.0.344817 --- Dockerfile.base | 12 ++++++------ Dockerfile.base-devel | 12 ++++++------ Dockerfile.multilib-devel | 12 ++++++------ 3 files changed, 18 insertions(+), 18 deletions(-) diff --git a/Dockerfile.base b/Dockerfile.base index 8ba9396..bf0539f 100644 --- a/Dockerfile.base +++ b/Dockerfile.base @@ -14,11 +14,11 @@ FROM alpine:3.21 AS verify RUN apk add --no-cache curl tar zstd -RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250504.0.344501/base-20250504.0.344501.tar.zst" && \ - echo "b8cf502c20f5fe8a714a71c3c06f3d87dea4c35f80984bb54434c08863e41cf6 base-20250504.0.344501.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250505.0.344817/base-20250505.0.344817.tar.zst" && \ + echo "7137fe5e63abf471d226d75dc7f2c81f2fdf2b10283199e545ba2fd8520b40d1 base-20250505.0.344817.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-20250504.0.344501.tar.zst + tar -C /rootfs --extract --file base-20250505.0.344817.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="20250504.0.344501" +LABEL org.opencontainers.image.version="20250505.0.344817" LABEL org.opencontainers.image.revision="ae0527df18a9c5b94b28351b2265a20012d2fda0" -LABEL org.opencontainers.image.created="2025-05-04T09:07:47+00:00" +LABEL org.opencontainers.image.created="2025-05-05T09:07:39+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20250504.0.344501' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20250505.0.344817' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.base-devel b/Dockerfile.base-devel index 53b8922..4a99f28 100644 --- a/Dockerfile.base-devel +++ b/Dockerfile.base-devel @@ -14,11 +14,11 @@ FROM alpine:3.21 AS verify RUN apk add --no-cache curl tar zstd -RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250504.0.344501/base-devel-20250504.0.344501.tar.zst" && \ - echo "4cef8cbb8583d9f17a3a098bba0b43782aa5b4e689cb39140933c3688a34b44f base-devel-20250504.0.344501.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250505.0.344817/base-devel-20250505.0.344817.tar.zst" && \ + echo "b7416d3d644d2b2612897dd221181c96cd21ce14c01193d63edf68a33f92bccc base-devel-20250505.0.344817.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-devel-20250504.0.344501.tar.zst + tar -C /rootfs --extract --file base-devel-20250505.0.344817.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="20250504.0.344501" +LABEL org.opencontainers.image.version="20250505.0.344817" LABEL org.opencontainers.image.revision="ae0527df18a9c5b94b28351b2265a20012d2fda0" -LABEL org.opencontainers.image.created="2025-05-04T09:07:47+00:00" +LABEL org.opencontainers.image.created="2025-05-05T09:07:39+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20250504.0.344501' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20250505.0.344817' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.multilib-devel b/Dockerfile.multilib-devel index a330c27..a90c812 100644 --- a/Dockerfile.multilib-devel +++ b/Dockerfile.multilib-devel @@ -14,11 +14,11 @@ FROM alpine:3.21 AS verify RUN apk add --no-cache curl tar zstd -RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250504.0.344501/multilib-devel-20250504.0.344501.tar.zst" && \ - echo "aa16ac16c36e26b3404788adcc90aa4d249182a67c6872f8f0aef193edd5e420 multilib-devel-20250504.0.344501.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250505.0.344817/multilib-devel-20250505.0.344817.tar.zst" && \ + echo "aef00990ad1cf8f2ae9d9a53bfd3b61ba4afc0e130cbce07380d261c75617303 multilib-devel-20250505.0.344817.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file multilib-devel-20250504.0.344501.tar.zst + tar -C /rootfs --extract --file multilib-devel-20250505.0.344817.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="20250504.0.344501" +LABEL org.opencontainers.image.version="20250505.0.344817" LABEL org.opencontainers.image.revision="ae0527df18a9c5b94b28351b2265a20012d2fda0" -LABEL org.opencontainers.image.created="2025-05-04T09:07:47+00:00" +LABEL org.opencontainers.image.created="2025-05-05T09:07:39+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20250504.0.344501' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20250505.0.344817' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"]