Release 20260129.0.485841

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