Release 20260417.0.516477

This commit is contained in:
GITLAB_PROJECT_TOKEN 2026-04-17 09:06:53 +00:00
parent 20c331dceb
commit 5102fe8761
3 changed files with 18 additions and 18 deletions

View File

@ -14,11 +14,11 @@ FROM alpine:3.23 AS verify
RUN apk add --no-cache curl tar zstd
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260416.0.516196/base-20260416.0.516196.tar.zst" && \
echo "d3c690172735a4d9234e6f8ee5cbd5f57f3cbfa516797afb62815e59407e60da base-20260416.0.516196.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260417.0.516477/base-20260417.0.516477.tar.zst" && \
echo "4253e7d05dd606c0b320a6a4715b9d3013dccf151e0182ad232d30d3b8f84e81 base-20260417.0.516477.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-20260416.0.516196.tar.zst
tar -C /rootfs --extract --file base-20260417.0.516477.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="20260416.0.516196"
LABEL org.opencontainers.image.version="20260417.0.516477"
LABEL org.opencontainers.image.revision="0d7c4c0017584f9bcb495105cc412d6575f04564"
LABEL org.opencontainers.image.created="2026-04-16T09:06:42+00:00"
LABEL org.opencontainers.image.created="2026-04-17T09:06:53+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20260416.0.516196' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20260417.0.516477' /etc/os-release
ENV LANG=C.UTF-8
CMD ["/usr/bin/bash"]

View File

@ -14,11 +14,11 @@ FROM alpine:3.23 AS verify
RUN apk add --no-cache curl tar zstd
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260416.0.516196/base-devel-20260416.0.516196.tar.zst" && \
echo "89e09a28e660d0cb9768e919da3ac64d9432486fc4523823656561d9ee2f91ba base-devel-20260416.0.516196.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260417.0.516477/base-devel-20260417.0.516477.tar.zst" && \
echo "60ada26ed52f134c19a16670212628dd4c7dacdc63da35d29595d65090d56449 base-devel-20260417.0.516477.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-devel-20260416.0.516196.tar.zst
tar -C /rootfs --extract --file base-devel-20260417.0.516477.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="20260416.0.516196"
LABEL org.opencontainers.image.version="20260417.0.516477"
LABEL org.opencontainers.image.revision="0d7c4c0017584f9bcb495105cc412d6575f04564"
LABEL org.opencontainers.image.created="2026-04-16T09:06:42+00:00"
LABEL org.opencontainers.image.created="2026-04-17T09:06:53+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20260416.0.516196' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20260417.0.516477' /etc/os-release
ENV LANG=C.UTF-8
CMD ["/usr/bin/bash"]

View File

@ -14,11 +14,11 @@ FROM alpine:3.23 AS verify
RUN apk add --no-cache curl tar zstd
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260416.0.516196/multilib-devel-20260416.0.516196.tar.zst" && \
echo "ad8db74902bb1f7d5a7fc5f0c90d1ed0e01c960d6e2261e0c9b0c4c4b0ea8854 multilib-devel-20260416.0.516196.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260417.0.516477/multilib-devel-20260417.0.516477.tar.zst" && \
echo "0bf48846fec6766166f4ff41c228c0602a5466c365781a2dcf2af4c14a515eed multilib-devel-20260417.0.516477.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file multilib-devel-20260416.0.516196.tar.zst
tar -C /rootfs --extract --file multilib-devel-20260417.0.516477.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="20260416.0.516196"
LABEL org.opencontainers.image.version="20260417.0.516477"
LABEL org.opencontainers.image.revision="0d7c4c0017584f9bcb495105cc412d6575f04564"
LABEL org.opencontainers.image.created="2026-04-16T09:06:42+00:00"
LABEL org.opencontainers.image.created="2026-04-17T09:06:53+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20260416.0.516196' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20260417.0.516477' /etc/os-release
ENV LANG=C.UTF-8
CMD ["/usr/bin/bash"]