Release 20250321.0.324954

This commit is contained in:
GITLAB_PROJECT_TOKEN 2025-03-21 09:07:30 +00:00
parent 5efaebd074
commit ce432bc286
3 changed files with 18 additions and 18 deletions

View File

@ -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/20250320.0.324496/base-20250320.0.324496.tar.zst" && \
echo "0c5b9002bdcba8c61e357739a695be12d0a0a137748c7e9b637c6087dd4a1962 base-20250320.0.324496.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250321.0.324954/base-20250321.0.324954.tar.zst" && \
echo "e2aa0d005915c0cfc9cb2d88ea5672bd4753ac21f219804df55900d8fdabead5 base-20250321.0.324954.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-20250320.0.324496.tar.zst
tar -C /rootfs --extract --file base-20250321.0.324954.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="20250320.0.324496"
LABEL org.opencontainers.image.version="20250321.0.324954"
LABEL org.opencontainers.image.revision="ae0527df18a9c5b94b28351b2265a20012d2fda0"
LABEL org.opencontainers.image.created="2025-03-20T09:07:47+00:00"
LABEL org.opencontainers.image.created="2025-03-21T09:07:30+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20250320.0.324496' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20250321.0.324954' /etc/os-release
ENV LANG=C.UTF-8
CMD ["/usr/bin/bash"]

View File

@ -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/20250320.0.324496/base-devel-20250320.0.324496.tar.zst" && \
echo "ccffe76f4d526cd566b00f78c77d08b3c6f6e7cb3c86e3d3fc5f0b49f5749c65 base-devel-20250320.0.324496.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250321.0.324954/base-devel-20250321.0.324954.tar.zst" && \
echo "5de0ee7b2b64c46c24d093297e2c1228ea7f18be52edb00eb533931c2a333ac4 base-devel-20250321.0.324954.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-devel-20250320.0.324496.tar.zst
tar -C /rootfs --extract --file base-devel-20250321.0.324954.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="20250320.0.324496"
LABEL org.opencontainers.image.version="20250321.0.324954"
LABEL org.opencontainers.image.revision="ae0527df18a9c5b94b28351b2265a20012d2fda0"
LABEL org.opencontainers.image.created="2025-03-20T09:07:47+00:00"
LABEL org.opencontainers.image.created="2025-03-21T09:07:30+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20250320.0.324496' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20250321.0.324954' /etc/os-release
ENV LANG=C.UTF-8
CMD ["/usr/bin/bash"]

View File

@ -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/20250320.0.324496/multilib-devel-20250320.0.324496.tar.zst" && \
echo "8484a8f08f288dff3fddfef4f066f0b1ac1e7a70a9e2e7b100367d8113a12399 multilib-devel-20250320.0.324496.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250321.0.324954/multilib-devel-20250321.0.324954.tar.zst" && \
echo "9d0fd030b40775dd8db805e749a3d67dacba4c50f9f9add2a11a7d03c5adf777 multilib-devel-20250321.0.324954.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file multilib-devel-20250320.0.324496.tar.zst
tar -C /rootfs --extract --file multilib-devel-20250321.0.324954.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="20250320.0.324496"
LABEL org.opencontainers.image.version="20250321.0.324954"
LABEL org.opencontainers.image.revision="ae0527df18a9c5b94b28351b2265a20012d2fda0"
LABEL org.opencontainers.image.created="2025-03-20T09:07:47+00:00"
LABEL org.opencontainers.image.created="2025-03-21T09:07:30+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20250320.0.324496' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20250321.0.324954' /etc/os-release
ENV LANG=C.UTF-8
CMD ["/usr/bin/bash"]