Release 20250530.0.356855

This commit is contained in:
GITLAB_PROJECT_TOKEN 2025-05-30 09:07:54 +00:00
parent e0dcafd43e
commit e89c52f23d
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 apk add --no-cache curl tar zstd
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250528.0.355987/base-20250528.0.355987.tar.zst" && \ RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250530.0.356855/base-20250530.0.356855.tar.zst" && \
echo "5c74ecf30c8c172ac44e78947bb355a4ae6cd00f72f81d43af045016e5568f31 base-20250528.0.355987.tar.zst" > /tmp/sha256sums.txt && \ echo "ee85741a4a424dfda219d52275d828f8dddc5b953de540ae1f0fa68eabaad0be base-20250530.0.356855.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \ mkdir /rootfs && \
tar -C /rootfs --extract --file base-20250528.0.355987.tar.zst tar -C /rootfs --extract --file base-20250530.0.356855.tar.zst
FROM scratch AS root 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.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.source="https://gitlab.archlinux.org/archlinux/archlinux-docker"
LABEL org.opencontainers.image.licenses="GPL-3.0-or-later" LABEL org.opencontainers.image.licenses="GPL-3.0-or-later"
LABEL org.opencontainers.image.version="20250528.0.355987" LABEL org.opencontainers.image.version="20250530.0.356855"
LABEL org.opencontainers.image.revision="ae0527df18a9c5b94b28351b2265a20012d2fda0" LABEL org.opencontainers.image.revision="ae0527df18a9c5b94b28351b2265a20012d2fda0"
LABEL org.opencontainers.image.created="2025-05-28T09:08:02+00:00" LABEL org.opencontainers.image.created="2025-05-30T09:07:53+00:00"
COPY --from=verify /rootfs/ / COPY --from=verify /rootfs/ /
RUN ldconfig && \ RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20250528.0.355987' /etc/os-release sed -i '/BUILD_ID/a VERSION_ID=20250530.0.356855' /etc/os-release
ENV LANG=C.UTF-8 ENV LANG=C.UTF-8
CMD ["/usr/bin/bash"] 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 apk add --no-cache curl tar zstd
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250528.0.355987/base-devel-20250528.0.355987.tar.zst" && \ RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250530.0.356855/base-devel-20250530.0.356855.tar.zst" && \
echo "893c494410c0793056436fdc3e5314cf95fa88556b55ca9635e753b45b60c237 base-devel-20250528.0.355987.tar.zst" > /tmp/sha256sums.txt && \ echo "93e054777ed24239ca7ee15189d1af8fe92bdf84b1a65a42a5a8bbf08a368ca1 base-devel-20250530.0.356855.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \ mkdir /rootfs && \
tar -C /rootfs --extract --file base-devel-20250528.0.355987.tar.zst tar -C /rootfs --extract --file base-devel-20250530.0.356855.tar.zst
FROM scratch AS root 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.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.source="https://gitlab.archlinux.org/archlinux/archlinux-docker"
LABEL org.opencontainers.image.licenses="GPL-3.0-or-later" LABEL org.opencontainers.image.licenses="GPL-3.0-or-later"
LABEL org.opencontainers.image.version="20250528.0.355987" LABEL org.opencontainers.image.version="20250530.0.356855"
LABEL org.opencontainers.image.revision="ae0527df18a9c5b94b28351b2265a20012d2fda0" LABEL org.opencontainers.image.revision="ae0527df18a9c5b94b28351b2265a20012d2fda0"
LABEL org.opencontainers.image.created="2025-05-28T09:08:02+00:00" LABEL org.opencontainers.image.created="2025-05-30T09:07:53+00:00"
COPY --from=verify /rootfs/ / COPY --from=verify /rootfs/ /
RUN ldconfig && \ RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20250528.0.355987' /etc/os-release sed -i '/BUILD_ID/a VERSION_ID=20250530.0.356855' /etc/os-release
ENV LANG=C.UTF-8 ENV LANG=C.UTF-8
CMD ["/usr/bin/bash"] 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 apk add --no-cache curl tar zstd
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250528.0.355987/multilib-devel-20250528.0.355987.tar.zst" && \ RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250530.0.356855/multilib-devel-20250530.0.356855.tar.zst" && \
echo "f399d3f404050a1d64c893beed0c5b5a9dd0569aa09dab7e893f4af8a3ca93d8 multilib-devel-20250528.0.355987.tar.zst" > /tmp/sha256sums.txt && \ echo "bdb29114bc29a6ed00d52861f2ab917ac49bea43e94bb624e3d51b5fd3d78420 multilib-devel-20250530.0.356855.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \ mkdir /rootfs && \
tar -C /rootfs --extract --file multilib-devel-20250528.0.355987.tar.zst tar -C /rootfs --extract --file multilib-devel-20250530.0.356855.tar.zst
FROM scratch AS root 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.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.source="https://gitlab.archlinux.org/archlinux/archlinux-docker"
LABEL org.opencontainers.image.licenses="GPL-3.0-or-later" LABEL org.opencontainers.image.licenses="GPL-3.0-or-later"
LABEL org.opencontainers.image.version="20250528.0.355987" LABEL org.opencontainers.image.version="20250530.0.356855"
LABEL org.opencontainers.image.revision="ae0527df18a9c5b94b28351b2265a20012d2fda0" LABEL org.opencontainers.image.revision="ae0527df18a9c5b94b28351b2265a20012d2fda0"
LABEL org.opencontainers.image.created="2025-05-28T09:08:02+00:00" LABEL org.opencontainers.image.created="2025-05-30T09:07:53+00:00"
COPY --from=verify /rootfs/ / COPY --from=verify /rootfs/ /
RUN ldconfig && \ RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20250528.0.355987' /etc/os-release sed -i '/BUILD_ID/a VERSION_ID=20250530.0.356855' /etc/os-release
ENV LANG=C.UTF-8 ENV LANG=C.UTF-8
CMD ["/usr/bin/bash"] CMD ["/usr/bin/bash"]