Release 20260412.0.513496

This commit is contained in:
GITLAB_PROJECT_TOKEN 2026-04-12 09:06:42 +00:00
parent d7cf6ad776
commit 609af6e2b9
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/20260412.0.513370/base-20260412.0.513370.tar.zst" && \
echo "c9e174006d6d50add230a6a7a3a5db657603e86b6d275b8030f379afa91828ad base-20260412.0.513370.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260412.0.513496/base-20260412.0.513496.tar.zst" && \
echo "aea2cc5cdf879ebdaf7d72d83dd05379f9416412791ae5434bdf30dfacf90496 base-20260412.0.513496.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-20260412.0.513370.tar.zst
tar -C /rootfs --extract --file base-20260412.0.513496.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="20260412.0.513370"
LABEL org.opencontainers.image.version="20260412.0.513496"
LABEL org.opencontainers.image.revision="0d7c4c0017584f9bcb495105cc412d6575f04564"
LABEL org.opencontainers.image.created="2026-04-12T00:06:50+00:00"
LABEL org.opencontainers.image.created="2026-04-12T09:06:42+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20260412.0.513370' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20260412.0.513496' /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/20260412.0.513370/base-devel-20260412.0.513370.tar.zst" && \
echo "31ac468c0a688f0c9863e753a70308ba73928ba3edf3fd8625459019d65e8e56 base-devel-20260412.0.513370.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260412.0.513496/base-devel-20260412.0.513496.tar.zst" && \
echo "ad2861cf247ffa91044244f547e58ce4deda41e43e483aa6cc7cc0864815b17c base-devel-20260412.0.513496.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-devel-20260412.0.513370.tar.zst
tar -C /rootfs --extract --file base-devel-20260412.0.513496.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="20260412.0.513370"
LABEL org.opencontainers.image.version="20260412.0.513496"
LABEL org.opencontainers.image.revision="0d7c4c0017584f9bcb495105cc412d6575f04564"
LABEL org.opencontainers.image.created="2026-04-12T00:06:50+00:00"
LABEL org.opencontainers.image.created="2026-04-12T09:06:42+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20260412.0.513370' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20260412.0.513496' /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/20260412.0.513370/multilib-devel-20260412.0.513370.tar.zst" && \
echo "8ac3a1a4e5e9388b1cbf456c408781f275f72e25016f46e4837e2057bd402e03 multilib-devel-20260412.0.513370.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260412.0.513496/multilib-devel-20260412.0.513496.tar.zst" && \
echo "3a52459498718a3dcae137f09f3e8dab1093d5737bc2d7f6b1b7dc28810f8102 multilib-devel-20260412.0.513496.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file multilib-devel-20260412.0.513370.tar.zst
tar -C /rootfs --extract --file multilib-devel-20260412.0.513496.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="20260412.0.513370"
LABEL org.opencontainers.image.version="20260412.0.513496"
LABEL org.opencontainers.image.revision="0d7c4c0017584f9bcb495105cc412d6575f04564"
LABEL org.opencontainers.image.created="2026-04-12T00:06:50+00:00"
LABEL org.opencontainers.image.created="2026-04-12T09:06:42+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20260412.0.513370' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20260412.0.513496' /etc/os-release
ENV LANG=C.UTF-8
CMD ["/usr/bin/bash"]