From 2ebfad10c5e39ef6dbf3c8f305989de313ddab68 Mon Sep 17 00:00:00 2001 From: GITLAB_PROJECT_TOKEN Date: Sun, 13 Apr 2025 00:07:50 +0000 Subject: [PATCH] Release 20250413.0.335299 --- 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 d1cafa7..f6237f8 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/20250412.0.335108/base-20250412.0.335108.tar.zst" && \ - echo "5b578b01e2436d4bef4194580c2545092a131596dd3b908aa7d21c6a1ccced94 base-20250412.0.335108.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250413.0.335299/base-20250413.0.335299.tar.zst" && \ + echo "ef9a8223b4c997853a4cd3f7b6f148f4385d229b8762358185f7f48f78c8d442 base-20250413.0.335299.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-20250412.0.335108.tar.zst + tar -C /rootfs --extract --file base-20250413.0.335299.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="20250412.0.335108" +LABEL org.opencontainers.image.version="20250413.0.335299" LABEL org.opencontainers.image.revision="ae0527df18a9c5b94b28351b2265a20012d2fda0" -LABEL org.opencontainers.image.created="2025-04-12T09:07:35+00:00" +LABEL org.opencontainers.image.created="2025-04-13T00:07:50+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20250412.0.335108' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20250413.0.335299' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.base-devel b/Dockerfile.base-devel index d34fcb6..493706d 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/20250412.0.335108/base-devel-20250412.0.335108.tar.zst" && \ - echo "a5d3931d37d3baeec3a13a6483c675a1f75069adbc0bc2e2d690ae471aee3d00 base-devel-20250412.0.335108.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250413.0.335299/base-devel-20250413.0.335299.tar.zst" && \ + echo "2813419d6c31f532df745549d3228182fee3b23935423742ef24e61655fe1cd4 base-devel-20250413.0.335299.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-devel-20250412.0.335108.tar.zst + tar -C /rootfs --extract --file base-devel-20250413.0.335299.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="20250412.0.335108" +LABEL org.opencontainers.image.version="20250413.0.335299" LABEL org.opencontainers.image.revision="ae0527df18a9c5b94b28351b2265a20012d2fda0" -LABEL org.opencontainers.image.created="2025-04-12T09:07:35+00:00" +LABEL org.opencontainers.image.created="2025-04-13T00:07:50+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20250412.0.335108' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20250413.0.335299' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.multilib-devel b/Dockerfile.multilib-devel index 887d674..45d36ed 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/20250412.0.335108/multilib-devel-20250412.0.335108.tar.zst" && \ - echo "0fc539bdd0a27e89fa4fbd6c1234ff7ef4dbd59109b25a497c64db65aae1c3b7 multilib-devel-20250412.0.335108.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250413.0.335299/multilib-devel-20250413.0.335299.tar.zst" && \ + echo "d6a91d832cafed78029af576d42024a660f11e048d51d7e638428bea3af7a331 multilib-devel-20250413.0.335299.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file multilib-devel-20250412.0.335108.tar.zst + tar -C /rootfs --extract --file multilib-devel-20250413.0.335299.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="20250412.0.335108" +LABEL org.opencontainers.image.version="20250413.0.335299" LABEL org.opencontainers.image.revision="ae0527df18a9c5b94b28351b2265a20012d2fda0" -LABEL org.opencontainers.image.created="2025-04-12T09:07:35+00:00" +LABEL org.opencontainers.image.created="2025-04-13T00:07:50+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20250412.0.335108' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20250413.0.335299' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"]