Release 20250930.0.429015

This commit is contained in:
GITLAB_PROJECT_TOKEN 2025-09-30 09:07:02 +00:00
parent e7e9c998f4
commit 0ecea666e6
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/20250929.0.427569/base-20250929.0.427569.tar.zst" && \
echo "50054d5021b05b5b8b2fb6b8e62d04b1585108dc34be2a2f39ca7e1a77e33589 base-20250929.0.427569.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250930.0.429015/base-20250930.0.429015.tar.zst" && \
echo "efd557dfefef2b00aa28973f13742b9c0330f46695316a3d6d4f3c3f84f25e3d base-20250930.0.429015.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-20250929.0.427569.tar.zst
tar -C /rootfs --extract --file base-20250930.0.429015.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="20250929.0.427569"
LABEL org.opencontainers.image.version="20250930.0.429015"
LABEL org.opencontainers.image.revision="744b1c5c6a7f999c9a8b3daa5897c922e86563ee"
LABEL org.opencontainers.image.created="2025-09-29T09:06:49+00:00"
LABEL org.opencontainers.image.created="2025-09-30T09:07:02+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20250929.0.427569' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20250930.0.429015' /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/20250929.0.427569/base-devel-20250929.0.427569.tar.zst" && \
echo "d5d4bba27243d7d5901208c2a2cf96fb5d7b45c0384dba38a9ef2f29385cf1df base-devel-20250929.0.427569.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250930.0.429015/base-devel-20250930.0.429015.tar.zst" && \
echo "57eaa3c6d83a50d67c96daa57857c05405a8f1c7ba4106aa4a7e76c0b4dc1518 base-devel-20250930.0.429015.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-devel-20250929.0.427569.tar.zst
tar -C /rootfs --extract --file base-devel-20250930.0.429015.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="20250929.0.427569"
LABEL org.opencontainers.image.version="20250930.0.429015"
LABEL org.opencontainers.image.revision="744b1c5c6a7f999c9a8b3daa5897c922e86563ee"
LABEL org.opencontainers.image.created="2025-09-29T09:06:49+00:00"
LABEL org.opencontainers.image.created="2025-09-30T09:07:02+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20250929.0.427569' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20250930.0.429015' /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/20250929.0.427569/multilib-devel-20250929.0.427569.tar.zst" && \
echo "59c014f44e993864d99fb9c46aed8a616a49fc9286671dd18f25ccd5525880ed multilib-devel-20250929.0.427569.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250930.0.429015/multilib-devel-20250930.0.429015.tar.zst" && \
echo "ecdf4cfd0b6ab2e97d053cf9a3585def2793dda3f88cbb520ed84c8f3ce17ab9 multilib-devel-20250930.0.429015.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file multilib-devel-20250929.0.427569.tar.zst
tar -C /rootfs --extract --file multilib-devel-20250930.0.429015.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="20250929.0.427569"
LABEL org.opencontainers.image.version="20250930.0.429015"
LABEL org.opencontainers.image.revision="744b1c5c6a7f999c9a8b3daa5897c922e86563ee"
LABEL org.opencontainers.image.created="2025-09-29T09:06:49+00:00"
LABEL org.opencontainers.image.created="2025-09-30T09:07:02+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20250929.0.427569' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20250930.0.429015' /etc/os-release
ENV LANG=C.UTF-8
CMD ["/usr/bin/bash"]