Release 20260205.0.488145

This commit is contained in:
GITLAB_PROJECT_TOKEN 2026-02-05 09:07:02 +00:00
parent 37861974b5
commit 8d992d0354
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/20260204.0.487849/base-20260204.0.487849.tar.zst" && \
echo "52255e615c2272bdbc028f85da24ab5b57e1b5612f52f05351334e33f8cd06e3 base-20260204.0.487849.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260205.0.488145/base-20260205.0.488145.tar.zst" && \
echo "966639cba0739ed9768981e868d38e9c5a11af82800cdd0bf80f21912c223056 base-20260205.0.488145.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-20260204.0.487849.tar.zst
tar -C /rootfs --extract --file base-20260205.0.488145.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="20260204.0.487849"
LABEL org.opencontainers.image.version="20260205.0.488145"
LABEL org.opencontainers.image.revision="0d7c4c0017584f9bcb495105cc412d6575f04564"
LABEL org.opencontainers.image.created="2026-02-04T09:07:26+00:00"
LABEL org.opencontainers.image.created="2026-02-05T09:07:02+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20260204.0.487849' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20260205.0.488145' /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/20260204.0.487849/base-devel-20260204.0.487849.tar.zst" && \
echo "04a6248578985a149f72aaec37eda554db755a51ab88ded0b873daf0186fedf1 base-devel-20260204.0.487849.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260205.0.488145/base-devel-20260205.0.488145.tar.zst" && \
echo "3f3ad88a7c9ae7697599b464340a0572d06d6c090129f2a86033fb8681960434 base-devel-20260205.0.488145.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-devel-20260204.0.487849.tar.zst
tar -C /rootfs --extract --file base-devel-20260205.0.488145.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="20260204.0.487849"
LABEL org.opencontainers.image.version="20260205.0.488145"
LABEL org.opencontainers.image.revision="0d7c4c0017584f9bcb495105cc412d6575f04564"
LABEL org.opencontainers.image.created="2026-02-04T09:07:26+00:00"
LABEL org.opencontainers.image.created="2026-02-05T09:07:02+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20260204.0.487849' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20260205.0.488145' /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/20260204.0.487849/multilib-devel-20260204.0.487849.tar.zst" && \
echo "568e1d490dca987dbe299746e84a346ad76946eaed7a358af111ee048aaf6b15 multilib-devel-20260204.0.487849.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260205.0.488145/multilib-devel-20260205.0.488145.tar.zst" && \
echo "8c370d6bab8144e1ef6a13aab7e5cb408af98f3848b2731fd6d589f7805eefb2 multilib-devel-20260205.0.488145.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file multilib-devel-20260204.0.487849.tar.zst
tar -C /rootfs --extract --file multilib-devel-20260205.0.488145.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="20260204.0.487849"
LABEL org.opencontainers.image.version="20260205.0.488145"
LABEL org.opencontainers.image.revision="0d7c4c0017584f9bcb495105cc412d6575f04564"
LABEL org.opencontainers.image.created="2026-02-04T09:07:26+00:00"
LABEL org.opencontainers.image.created="2026-02-05T09:07:02+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20260204.0.487849' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20260205.0.488145' /etc/os-release
ENV LANG=C.UTF-8
CMD ["/usr/bin/bash"]