Release 20260416.0.516196

This commit is contained in:
GITLAB_PROJECT_TOKEN 2026-04-16 09:06:42 +00:00
parent fe1b52d76f
commit 20c331dceb
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/20260415.0.515446/base-20260415.0.515446.tar.zst" && \
echo "0326789468034cf37716f70ea7d3cb4cd4b78db40f747bbfc1b41326668b0491 base-20260415.0.515446.tar.zst" > /tmp/sha256sums.txt && \
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 && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-20260415.0.515446.tar.zst
tar -C /rootfs --extract --file base-20260416.0.516196.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="20260415.0.515446"
LABEL org.opencontainers.image.version="20260416.0.516196"
LABEL org.opencontainers.image.revision="0d7c4c0017584f9bcb495105cc412d6575f04564"
LABEL org.opencontainers.image.created="2026-04-15T09:06:44+00:00"
LABEL org.opencontainers.image.created="2026-04-16T09:06:42+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20260415.0.515446' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20260416.0.516196' /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/20260415.0.515446/base-devel-20260415.0.515446.tar.zst" && \
echo "a8a0462fb0cf8160049e3022a443334a2664d4ea6aa35dd243397d3bd8901103 base-devel-20260415.0.515446.tar.zst" > /tmp/sha256sums.txt && \
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 && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-devel-20260415.0.515446.tar.zst
tar -C /rootfs --extract --file base-devel-20260416.0.516196.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="20260415.0.515446"
LABEL org.opencontainers.image.version="20260416.0.516196"
LABEL org.opencontainers.image.revision="0d7c4c0017584f9bcb495105cc412d6575f04564"
LABEL org.opencontainers.image.created="2026-04-15T09:06:44+00:00"
LABEL org.opencontainers.image.created="2026-04-16T09:06:42+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20260415.0.515446' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20260416.0.516196' /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/20260415.0.515446/multilib-devel-20260415.0.515446.tar.zst" && \
echo "0969ee12c2db633db1cf9b2d4a4a83c897245a591ea6612fd119fc3fc8ab9276 multilib-devel-20260415.0.515446.tar.zst" > /tmp/sha256sums.txt && \
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 && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file multilib-devel-20260415.0.515446.tar.zst
tar -C /rootfs --extract --file multilib-devel-20260416.0.516196.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="20260415.0.515446"
LABEL org.opencontainers.image.version="20260416.0.516196"
LABEL org.opencontainers.image.revision="0d7c4c0017584f9bcb495105cc412d6575f04564"
LABEL org.opencontainers.image.created="2026-04-15T09:06:44+00:00"
LABEL org.opencontainers.image.created="2026-04-16T09:06:42+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20260415.0.515446' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20260416.0.516196' /etc/os-release
ENV LANG=C.UTF-8
CMD ["/usr/bin/bash"]