Release 20250409.0.333376

This commit is contained in:
GITLAB_PROJECT_TOKEN 2025-04-09 09:07:44 +00:00
parent 30d55f045c
commit 661dadcd38
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/20250407.0.332333/base-20250407.0.332333.tar.zst" && \
echo "04b98402abb288351e921db272cc055af8f2b4d4db6f5a848dcbeeeba626f015 base-20250407.0.332333.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250409.0.333376/base-20250409.0.333376.tar.zst" && \
echo "50db1fe19731bc7dd327fbb8f476d5f6d145bbf4f59c76880756961fdf4405e5 base-20250409.0.333376.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-20250407.0.332333.tar.zst
tar -C /rootfs --extract --file base-20250409.0.333376.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="20250407.0.332333"
LABEL org.opencontainers.image.version="20250409.0.333376"
LABEL org.opencontainers.image.revision="ae0527df18a9c5b94b28351b2265a20012d2fda0"
LABEL org.opencontainers.image.created="2025-04-07T09:07:13+00:00"
LABEL org.opencontainers.image.created="2025-04-09T09:07:43+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20250407.0.332333' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20250409.0.333376' /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/20250407.0.332333/base-devel-20250407.0.332333.tar.zst" && \
echo "db5152a708a29816307b6004c1b9de20bb9312fbc058f452f23008fc4470cc3a base-devel-20250407.0.332333.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250409.0.333376/base-devel-20250409.0.333376.tar.zst" && \
echo "ddb2559496a4d0ceeeef418b85e73d8dbe3af1a8639d01e56b667d144b9c95c4 base-devel-20250409.0.333376.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-devel-20250407.0.332333.tar.zst
tar -C /rootfs --extract --file base-devel-20250409.0.333376.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="20250407.0.332333"
LABEL org.opencontainers.image.version="20250409.0.333376"
LABEL org.opencontainers.image.revision="ae0527df18a9c5b94b28351b2265a20012d2fda0"
LABEL org.opencontainers.image.created="2025-04-07T09:07:13+00:00"
LABEL org.opencontainers.image.created="2025-04-09T09:07:43+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20250407.0.332333' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20250409.0.333376' /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/20250407.0.332333/multilib-devel-20250407.0.332333.tar.zst" && \
echo "f263f7b37048198e080b9bcc0b3202c43827c7d32612425851b8993e6fa87c49 multilib-devel-20250407.0.332333.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250409.0.333376/multilib-devel-20250409.0.333376.tar.zst" && \
echo "05e41856395096a0f53d29c15c161052e8cf8f34b0df14fb76a5d1645c1102a3 multilib-devel-20250409.0.333376.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file multilib-devel-20250407.0.332333.tar.zst
tar -C /rootfs --extract --file multilib-devel-20250409.0.333376.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="20250407.0.332333"
LABEL org.opencontainers.image.version="20250409.0.333376"
LABEL org.opencontainers.image.revision="ae0527df18a9c5b94b28351b2265a20012d2fda0"
LABEL org.opencontainers.image.created="2025-04-07T09:07:13+00:00"
LABEL org.opencontainers.image.created="2025-04-09T09:07:43+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20250407.0.332333' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20250409.0.333376' /etc/os-release
ENV LANG=C.UTF-8
CMD ["/usr/bin/bash"]