Release 20260128.0.485690

This commit is contained in:
GITLAB_PROJECT_TOKEN 2026-01-28 09:07:01 +00:00
parent ee214f4e4b
commit cf0d8e6da8
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/20260127.0.485364/base-20260127.0.485364.tar.zst" && \
echo "853a05d678bb088b808607526623d69c22fd3aeb62e28bfb1044c4d36c3b60b0 base-20260127.0.485364.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260128.0.485690/base-20260128.0.485690.tar.zst" && \
echo "d97b17d2099f0f417621d0c53071f781aa8f9acc3fca0ee041809cd813a84c51 base-20260128.0.485690.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-20260127.0.485364.tar.zst
tar -C /rootfs --extract --file base-20260128.0.485690.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="20260127.0.485364"
LABEL org.opencontainers.image.version="20260128.0.485690"
LABEL org.opencontainers.image.revision="0d7c4c0017584f9bcb495105cc412d6575f04564"
LABEL org.opencontainers.image.created="2026-01-27T09:07:10+00:00"
LABEL org.opencontainers.image.created="2026-01-28T09:07:01+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20260127.0.485364' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20260128.0.485690' /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/20260127.0.485364/base-devel-20260127.0.485364.tar.zst" && \
echo "ab385888758fd83885af396ac27069fc0c17de2f2ff350e77220583bef959ee8 base-devel-20260127.0.485364.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260128.0.485690/base-devel-20260128.0.485690.tar.zst" && \
echo "197f45309b72445ce46a94a0c55d60082c5af54d5017a6c1540df953d2a78874 base-devel-20260128.0.485690.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-devel-20260127.0.485364.tar.zst
tar -C /rootfs --extract --file base-devel-20260128.0.485690.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="20260127.0.485364"
LABEL org.opencontainers.image.version="20260128.0.485690"
LABEL org.opencontainers.image.revision="0d7c4c0017584f9bcb495105cc412d6575f04564"
LABEL org.opencontainers.image.created="2026-01-27T09:07:10+00:00"
LABEL org.opencontainers.image.created="2026-01-28T09:07:01+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20260127.0.485364' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20260128.0.485690' /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/20260127.0.485364/multilib-devel-20260127.0.485364.tar.zst" && \
echo "a0be340a238285d18e108a662e2a2bf19d595d745a05995b677734e18ceb6c13 multilib-devel-20260127.0.485364.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260128.0.485690/multilib-devel-20260128.0.485690.tar.zst" && \
echo "82539d3fdad969042f31ca8718c2ca2aa24730d487d85310dcf363ff18cf1f8a multilib-devel-20260128.0.485690.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file multilib-devel-20260127.0.485364.tar.zst
tar -C /rootfs --extract --file multilib-devel-20260128.0.485690.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="20260127.0.485364"
LABEL org.opencontainers.image.version="20260128.0.485690"
LABEL org.opencontainers.image.revision="0d7c4c0017584f9bcb495105cc412d6575f04564"
LABEL org.opencontainers.image.created="2026-01-27T09:07:10+00:00"
LABEL org.opencontainers.image.created="2026-01-28T09:07:01+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20260127.0.485364' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20260128.0.485690' /etc/os-release
ENV LANG=C.UTF-8
CMD ["/usr/bin/bash"]