Release 20250221.0.311695

This commit is contained in:
GITLAB_PROJECT_TOKEN 2025-02-21 09:07:12 +00:00
parent da9109b665
commit 2ab2d2a28f
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/20250220.0.311068/base-20250220.0.311068.tar.zst" && \
echo "ff73b7128438d26a2bd8e3e390e0922ce70e70bb99c64d53bba639e1eef70fc0 base-20250220.0.311068.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250221.0.311695/base-20250221.0.311695.tar.zst" && \
echo "e4373b4e9a9cae6afbe1c657c111758812738dca8e7d83a6e72925c00ea7a29e base-20250221.0.311695.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-20250220.0.311068.tar.zst
tar -C /rootfs --extract --file base-20250221.0.311695.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="20250220.0.311068"
LABEL org.opencontainers.image.version="20250221.0.311695"
LABEL org.opencontainers.image.revision="ae0527df18a9c5b94b28351b2265a20012d2fda0"
LABEL org.opencontainers.image.created="2025-02-20T09:07:48+00:00"
LABEL org.opencontainers.image.created="2025-02-21T09:07:12+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20250220.0.311068' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20250221.0.311695' /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/20250220.0.311068/base-devel-20250220.0.311068.tar.zst" && \
echo "52c8ca969a72d8df5aaa2bcde689b2552d488ce128f5c10314ee6a0901586bc0 base-devel-20250220.0.311068.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250221.0.311695/base-devel-20250221.0.311695.tar.zst" && \
echo "26f9d186b4e6eaeae6a9905d6b45a13a9e3134cc0f8cb8c02918b15b882d4944 base-devel-20250221.0.311695.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-devel-20250220.0.311068.tar.zst
tar -C /rootfs --extract --file base-devel-20250221.0.311695.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="20250220.0.311068"
LABEL org.opencontainers.image.version="20250221.0.311695"
LABEL org.opencontainers.image.revision="ae0527df18a9c5b94b28351b2265a20012d2fda0"
LABEL org.opencontainers.image.created="2025-02-20T09:07:48+00:00"
LABEL org.opencontainers.image.created="2025-02-21T09:07:12+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20250220.0.311068' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20250221.0.311695' /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/20250220.0.311068/multilib-devel-20250220.0.311068.tar.zst" && \
echo "b102e10d242c25f954915cd22728839de3863639b2fefa5d875948e9b67f5c13 multilib-devel-20250220.0.311068.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250221.0.311695/multilib-devel-20250221.0.311695.tar.zst" && \
echo "f0f7a1917318167085a74d4551fa06b82dd5a4bf5bb29fd92f9bd97d69bcb781 multilib-devel-20250221.0.311695.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file multilib-devel-20250220.0.311068.tar.zst
tar -C /rootfs --extract --file multilib-devel-20250221.0.311695.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="20250220.0.311068"
LABEL org.opencontainers.image.version="20250221.0.311695"
LABEL org.opencontainers.image.revision="ae0527df18a9c5b94b28351b2265a20012d2fda0"
LABEL org.opencontainers.image.created="2025-02-20T09:07:48+00:00"
LABEL org.opencontainers.image.created="2025-02-21T09:07:12+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20250220.0.311068' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20250221.0.311695' /etc/os-release
ENV LANG=C.UTF-8
CMD ["/usr/bin/bash"]