Release 20251017.0.436376

This commit is contained in:
GITLAB_PROJECT_TOKEN 2025-10-17 09:06:51 +00:00
parent 6a074eaf54
commit 6c548eaff9
3 changed files with 18 additions and 18 deletions

View File

@ -14,11 +14,11 @@ FROM alpine:3.22 AS verify
RUN apk add --no-cache curl tar zstd
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20251016.0.435943/base-20251016.0.435943.tar.zst" && \
echo "37f5f929baf68dcfcba194716ce96ed0a91d56d3031743f174abeeb22913c434 base-20251016.0.435943.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20251017.0.436376/base-20251017.0.436376.tar.zst" && \
echo "1eb49b9a1b1c57c171d45f9da20f8399850587da8fd3be6d13971beeb4802caf base-20251017.0.436376.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-20251016.0.435943.tar.zst
tar -C /rootfs --extract --file base-20251017.0.436376.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="20251016.0.435943"
LABEL org.opencontainers.image.version="20251017.0.436376"
LABEL org.opencontainers.image.revision="2ae497c16d7647c505b1cb39e19659d26193a5a0"
LABEL org.opencontainers.image.created="2025-10-16T09:07:13+00:00"
LABEL org.opencontainers.image.created="2025-10-17T09:06:51+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20251016.0.435943' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20251017.0.436376' /etc/os-release
ENV LANG=C.UTF-8
CMD ["/usr/bin/bash"]

View File

@ -14,11 +14,11 @@ FROM alpine:3.22 AS verify
RUN apk add --no-cache curl tar zstd
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20251016.0.435943/base-devel-20251016.0.435943.tar.zst" && \
echo "a769550970da92b44bd94deae59d147db988c1a6fe4829eff4e17aa62a56fe13 base-devel-20251016.0.435943.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20251017.0.436376/base-devel-20251017.0.436376.tar.zst" && \
echo "50edf91ab4e7bd734277a4c7088e306f525d25b9569bf658f80504051f15ebf1 base-devel-20251017.0.436376.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-devel-20251016.0.435943.tar.zst
tar -C /rootfs --extract --file base-devel-20251017.0.436376.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="20251016.0.435943"
LABEL org.opencontainers.image.version="20251017.0.436376"
LABEL org.opencontainers.image.revision="2ae497c16d7647c505b1cb39e19659d26193a5a0"
LABEL org.opencontainers.image.created="2025-10-16T09:07:13+00:00"
LABEL org.opencontainers.image.created="2025-10-17T09:06:51+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20251016.0.435943' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20251017.0.436376' /etc/os-release
ENV LANG=C.UTF-8
CMD ["/usr/bin/bash"]

View File

@ -14,11 +14,11 @@ FROM alpine:3.22 AS verify
RUN apk add --no-cache curl tar zstd
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20251016.0.435943/multilib-devel-20251016.0.435943.tar.zst" && \
echo "bdfc3eea12960ca82233690b4df756cc58676e63e2b5c03deaf0845b8a96f60e multilib-devel-20251016.0.435943.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20251017.0.436376/multilib-devel-20251017.0.436376.tar.zst" && \
echo "5168a578ef86cfe211aa34ce9f4572413d7c74b2fa711b8efc47013dc7929279 multilib-devel-20251017.0.436376.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file multilib-devel-20251016.0.435943.tar.zst
tar -C /rootfs --extract --file multilib-devel-20251017.0.436376.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="20251016.0.435943"
LABEL org.opencontainers.image.version="20251017.0.436376"
LABEL org.opencontainers.image.revision="2ae497c16d7647c505b1cb39e19659d26193a5a0"
LABEL org.opencontainers.image.created="2025-10-16T09:07:13+00:00"
LABEL org.opencontainers.image.created="2025-10-17T09:06:51+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20251016.0.435943' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20251017.0.436376' /etc/os-release
ENV LANG=C.UTF-8
CMD ["/usr/bin/bash"]