Release 20251003.0.429961

This commit is contained in:
GITLAB_PROJECT_TOKEN 2025-10-03 09:06:56 +00:00
parent 09919f6d0c
commit 4f255140e0
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/20251002.0.429698/base-20251002.0.429698.tar.zst" && \
echo "7ab8069840d9b7e9c86ef2bd12a343c9f43b89cdbae0f820fcca903bd8ec6aa5 base-20251002.0.429698.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20251003.0.429961/base-20251003.0.429961.tar.zst" && \
echo "1ffd8d55f0088b1ea3170eacc4bbc769c404b32e08ecdcb8354e390db03609be base-20251003.0.429961.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-20251002.0.429698.tar.zst
tar -C /rootfs --extract --file base-20251003.0.429961.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="20251002.0.429698"
LABEL org.opencontainers.image.version="20251003.0.429961"
LABEL org.opencontainers.image.revision="744b1c5c6a7f999c9a8b3daa5897c922e86563ee"
LABEL org.opencontainers.image.created="2025-10-02T09:07:07+00:00"
LABEL org.opencontainers.image.created="2025-10-03T09:06:56+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20251002.0.429698' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20251003.0.429961' /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/20251002.0.429698/base-devel-20251002.0.429698.tar.zst" && \
echo "6c9885a100f78e8eb293917bc7c11797e3ec6f7bcc209cea9325f3d46bf1a20c base-devel-20251002.0.429698.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20251003.0.429961/base-devel-20251003.0.429961.tar.zst" && \
echo "1a1c23205560c09b4811d8cd3cd53640f0bf229ffe015228b649d45eab474c5c base-devel-20251003.0.429961.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-devel-20251002.0.429698.tar.zst
tar -C /rootfs --extract --file base-devel-20251003.0.429961.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="20251002.0.429698"
LABEL org.opencontainers.image.version="20251003.0.429961"
LABEL org.opencontainers.image.revision="744b1c5c6a7f999c9a8b3daa5897c922e86563ee"
LABEL org.opencontainers.image.created="2025-10-02T09:07:07+00:00"
LABEL org.opencontainers.image.created="2025-10-03T09:06:56+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20251002.0.429698' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20251003.0.429961' /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/20251002.0.429698/multilib-devel-20251002.0.429698.tar.zst" && \
echo "641be3e7c0a67d1ac2b1fff74cf0a136767615a08caf5630664515f6892e7edf multilib-devel-20251002.0.429698.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20251003.0.429961/multilib-devel-20251003.0.429961.tar.zst" && \
echo "12ac3fa578d949e65678729d7c8bc26121dd3ac3b7d2f147141dd3f24f848a11 multilib-devel-20251003.0.429961.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file multilib-devel-20251002.0.429698.tar.zst
tar -C /rootfs --extract --file multilib-devel-20251003.0.429961.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="20251002.0.429698"
LABEL org.opencontainers.image.version="20251003.0.429961"
LABEL org.opencontainers.image.revision="744b1c5c6a7f999c9a8b3daa5897c922e86563ee"
LABEL org.opencontainers.image.created="2025-10-02T09:07:07+00:00"
LABEL org.opencontainers.image.created="2025-10-03T09:06:56+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20251002.0.429698' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20251003.0.429961' /etc/os-release
ENV LANG=C.UTF-8
CMD ["/usr/bin/bash"]