Release 20260120.0.483247

This commit is contained in:
GITLAB_PROJECT_TOKEN 2026-01-20 09:07:00 +00:00
parent f685b924c2
commit 02897badaa
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/20260119.0.482967/base-20260119.0.482967.tar.zst" && \
echo "11dfb595e19e07593dc90a8a81894c96b1c8599478ccae3e629893bde3e974e3 base-20260119.0.482967.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260120.0.483247/base-20260120.0.483247.tar.zst" && \
echo "50570b7cd924b9abdec8ae1da805fc25f5ed2aa90076d4dd0dc0c060772f99c0 base-20260120.0.483247.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-20260119.0.482967.tar.zst
tar -C /rootfs --extract --file base-20260120.0.483247.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="20260119.0.482967"
LABEL org.opencontainers.image.version="20260120.0.483247"
LABEL org.opencontainers.image.revision="0d7c4c0017584f9bcb495105cc412d6575f04564"
LABEL org.opencontainers.image.created="2026-01-19T09:06:51+00:00"
LABEL org.opencontainers.image.created="2026-01-20T09:07:00+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20260119.0.482967' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20260120.0.483247' /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/20260119.0.482967/base-devel-20260119.0.482967.tar.zst" && \
echo "5d70512a5b5ad077a03f3387fc494aabbc774a885c82556aed31b72a33b5a4ca base-devel-20260119.0.482967.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260120.0.483247/base-devel-20260120.0.483247.tar.zst" && \
echo "80b71134d84756a5165f036c4ff4a55732d8f53bf6b456d4f4ff204caac7eca3 base-devel-20260120.0.483247.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-devel-20260119.0.482967.tar.zst
tar -C /rootfs --extract --file base-devel-20260120.0.483247.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="20260119.0.482967"
LABEL org.opencontainers.image.version="20260120.0.483247"
LABEL org.opencontainers.image.revision="0d7c4c0017584f9bcb495105cc412d6575f04564"
LABEL org.opencontainers.image.created="2026-01-19T09:06:51+00:00"
LABEL org.opencontainers.image.created="2026-01-20T09:07:00+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20260119.0.482967' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20260120.0.483247' /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/20260119.0.482967/multilib-devel-20260119.0.482967.tar.zst" && \
echo "99e3eaf03ec2c9bfe892dac1c118a7822057b61a748ad7c70192b5c8d6508cf7 multilib-devel-20260119.0.482967.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260120.0.483247/multilib-devel-20260120.0.483247.tar.zst" && \
echo "08872581be34e84a2516c39203ce175e26bad095f214a26a9fa3575775ad468e multilib-devel-20260120.0.483247.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file multilib-devel-20260119.0.482967.tar.zst
tar -C /rootfs --extract --file multilib-devel-20260120.0.483247.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="20260119.0.482967"
LABEL org.opencontainers.image.version="20260120.0.483247"
LABEL org.opencontainers.image.revision="0d7c4c0017584f9bcb495105cc412d6575f04564"
LABEL org.opencontainers.image.created="2026-01-19T09:06:51+00:00"
LABEL org.opencontainers.image.created="2026-01-20T09:07:00+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20260119.0.482967' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20260120.0.483247' /etc/os-release
ENV LANG=C.UTF-8
CMD ["/usr/bin/bash"]