Release 20250528.0.355987

This commit is contained in:
GITLAB_PROJECT_TOKEN 2025-05-28 09:08:02 +00:00
parent 108d56788d
commit e0dcafd43e
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 curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250527.0.355467/base-20250527.0.355467.tar.zst" && \
echo "b605aba7719fafa0ef4e290c06ac3f9554633e7e3ae5975fc3a5eebef93fceb4 base-20250527.0.355467.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250528.0.355987/base-20250528.0.355987.tar.zst" && \
echo "5c74ecf30c8c172ac44e78947bb355a4ae6cd00f72f81d43af045016e5568f31 base-20250528.0.355987.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-20250527.0.355467.tar.zst
tar -C /rootfs --extract --file base-20250528.0.355987.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="20250527.0.355467"
LABEL org.opencontainers.image.version="20250528.0.355987"
LABEL org.opencontainers.image.revision="ae0527df18a9c5b94b28351b2265a20012d2fda0"
LABEL org.opencontainers.image.created="2025-05-27T09:08:05+00:00"
LABEL org.opencontainers.image.created="2025-05-28T09:08:02+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20250527.0.355467' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20250528.0.355987' /etc/os-release
ENV LANG=C.UTF-8
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 curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250527.0.355467/base-devel-20250527.0.355467.tar.zst" && \
echo "ea15486ea25ee62b03c8bb81338f05574186d78f545b63e76a67b17039c0580b base-devel-20250527.0.355467.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250528.0.355987/base-devel-20250528.0.355987.tar.zst" && \
echo "893c494410c0793056436fdc3e5314cf95fa88556b55ca9635e753b45b60c237 base-devel-20250528.0.355987.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-devel-20250527.0.355467.tar.zst
tar -C /rootfs --extract --file base-devel-20250528.0.355987.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="20250527.0.355467"
LABEL org.opencontainers.image.version="20250528.0.355987"
LABEL org.opencontainers.image.revision="ae0527df18a9c5b94b28351b2265a20012d2fda0"
LABEL org.opencontainers.image.created="2025-05-27T09:08:05+00:00"
LABEL org.opencontainers.image.created="2025-05-28T09:08:02+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20250527.0.355467' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20250528.0.355987' /etc/os-release
ENV LANG=C.UTF-8
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 curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250527.0.355467/multilib-devel-20250527.0.355467.tar.zst" && \
echo "80bb28e7ddf00e036a4cce42ffb4bb73e11e300f225d798b780d5bb4cf6c3a51 multilib-devel-20250527.0.355467.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250528.0.355987/multilib-devel-20250528.0.355987.tar.zst" && \
echo "f399d3f404050a1d64c893beed0c5b5a9dd0569aa09dab7e893f4af8a3ca93d8 multilib-devel-20250528.0.355987.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file multilib-devel-20250527.0.355467.tar.zst
tar -C /rootfs --extract --file multilib-devel-20250528.0.355987.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="20250527.0.355467"
LABEL org.opencontainers.image.version="20250528.0.355987"
LABEL org.opencontainers.image.revision="ae0527df18a9c5b94b28351b2265a20012d2fda0"
LABEL org.opencontainers.image.created="2025-05-27T09:08:05+00:00"
LABEL org.opencontainers.image.created="2025-05-28T09:08:02+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20250527.0.355467' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20250528.0.355987' /etc/os-release
ENV LANG=C.UTF-8
CMD ["/usr/bin/bash"]