Release 20260329.0.507231

This commit is contained in:
GITLAB_PROJECT_TOKEN 2026-03-29 09:06:34 +00:00
parent e29148230f
commit 2bbf197fed
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/20260329.0.507017/base-20260329.0.507017.tar.zst" && \
echo "e938b4cebb1876e8cb5872a91c66bea0f12e0df11d690164c51825038cefb9a8 base-20260329.0.507017.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260329.0.507231/base-20260329.0.507231.tar.zst" && \
echo "4908a81090a9dbf6d39a1016a70c6422ff683b1536a1c75c811720ed438c2890 base-20260329.0.507231.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-20260329.0.507017.tar.zst
tar -C /rootfs --extract --file base-20260329.0.507231.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="20260329.0.507017"
LABEL org.opencontainers.image.version="20260329.0.507231"
LABEL org.opencontainers.image.revision="0d7c4c0017584f9bcb495105cc412d6575f04564"
LABEL org.opencontainers.image.created="2026-03-29T00:10:46+00:00"
LABEL org.opencontainers.image.created="2026-03-29T09:06:34+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20260329.0.507017' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20260329.0.507231' /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/20260329.0.507017/base-devel-20260329.0.507017.tar.zst" && \
echo "5bb30bca3c86436cc7d678b0a163b5973134226992f5a63971a3ba138758f995 base-devel-20260329.0.507017.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260329.0.507231/base-devel-20260329.0.507231.tar.zst" && \
echo "554081aa9e0baac5409cb34bc4fe6bd1b8165de058c3e6d246102c225e4ca2b5 base-devel-20260329.0.507231.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-devel-20260329.0.507017.tar.zst
tar -C /rootfs --extract --file base-devel-20260329.0.507231.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="20260329.0.507017"
LABEL org.opencontainers.image.version="20260329.0.507231"
LABEL org.opencontainers.image.revision="0d7c4c0017584f9bcb495105cc412d6575f04564"
LABEL org.opencontainers.image.created="2026-03-29T00:10:46+00:00"
LABEL org.opencontainers.image.created="2026-03-29T09:06:34+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20260329.0.507017' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20260329.0.507231' /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/20260329.0.507017/multilib-devel-20260329.0.507017.tar.zst" && \
echo "15744145f626fe3a9377b2a5915a2237ce1a626deacc74174da2de6404da16b8 multilib-devel-20260329.0.507017.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260329.0.507231/multilib-devel-20260329.0.507231.tar.zst" && \
echo "7f4b0db2954c643795f1ca282513d7a764c74fd733a145dd326f1599bcef90cb multilib-devel-20260329.0.507231.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file multilib-devel-20260329.0.507017.tar.zst
tar -C /rootfs --extract --file multilib-devel-20260329.0.507231.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="20260329.0.507017"
LABEL org.opencontainers.image.version="20260329.0.507231"
LABEL org.opencontainers.image.revision="0d7c4c0017584f9bcb495105cc412d6575f04564"
LABEL org.opencontainers.image.created="2026-03-29T00:10:46+00:00"
LABEL org.opencontainers.image.created="2026-03-29T09:06:34+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20260329.0.507017' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20260329.0.507231' /etc/os-release
ENV LANG=C.UTF-8
CMD ["/usr/bin/bash"]