Release 20251016.0.435943

This commit is contained in:
GITLAB_PROJECT_TOKEN 2025-10-16 09:07:13 +00:00
parent ae88a353d5
commit 6a074eaf54
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/20251015.0.435657/base-20251015.0.435657.tar.zst" && \
echo "f8017ad6adbfac6903cda1b2bc18fb31a559dbd299acca913543dec44d298622 base-20251015.0.435657.tar.zst" > /tmp/sha256sums.txt && \
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 && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-20251015.0.435657.tar.zst
tar -C /rootfs --extract --file base-20251016.0.435943.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="20251015.0.435657"
LABEL org.opencontainers.image.version="20251016.0.435943"
LABEL org.opencontainers.image.revision="2ae497c16d7647c505b1cb39e19659d26193a5a0"
LABEL org.opencontainers.image.created="2025-10-15T09:07:05+00:00"
LABEL org.opencontainers.image.created="2025-10-16T09:07:13+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20251015.0.435657' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20251016.0.435943' /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/20251015.0.435657/base-devel-20251015.0.435657.tar.zst" && \
echo "d6bc08c514b36cd6ef3e96fb298c5a39357877ca7f2f7422d9ade755942ddc40 base-devel-20251015.0.435657.tar.zst" > /tmp/sha256sums.txt && \
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 && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-devel-20251015.0.435657.tar.zst
tar -C /rootfs --extract --file base-devel-20251016.0.435943.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="20251015.0.435657"
LABEL org.opencontainers.image.version="20251016.0.435943"
LABEL org.opencontainers.image.revision="2ae497c16d7647c505b1cb39e19659d26193a5a0"
LABEL org.opencontainers.image.created="2025-10-15T09:07:05+00:00"
LABEL org.opencontainers.image.created="2025-10-16T09:07:13+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20251015.0.435657' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20251016.0.435943' /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/20251015.0.435657/multilib-devel-20251015.0.435657.tar.zst" && \
echo "6fbf59784da922194acb7b05c0b914aa5135d4baaeff993b34dc82578beb0934 multilib-devel-20251015.0.435657.tar.zst" > /tmp/sha256sums.txt && \
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 && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file multilib-devel-20251015.0.435657.tar.zst
tar -C /rootfs --extract --file multilib-devel-20251016.0.435943.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="20251015.0.435657"
LABEL org.opencontainers.image.version="20251016.0.435943"
LABEL org.opencontainers.image.revision="2ae497c16d7647c505b1cb39e19659d26193a5a0"
LABEL org.opencontainers.image.created="2025-10-15T09:07:05+00:00"
LABEL org.opencontainers.image.created="2025-10-16T09:07:13+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20251015.0.435657' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20251016.0.435943' /etc/os-release
ENV LANG=C.UTF-8
CMD ["/usr/bin/bash"]