Release 20260308.0.497099

This commit is contained in:
GITLAB_PROJECT_TOKEN 2026-03-08 00:06:40 +00:00
parent 1e93669c36
commit 47b54412fa
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/20260307.0.497025/base-20260307.0.497025.tar.zst" && \
echo "6bef78e3e2b7d6709d1ba0f41b3e944e07d50f955dcc6375d98d0cb7491fd014 base-20260307.0.497025.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260308.0.497099/base-20260308.0.497099.tar.zst" && \
echo "3a2c5b0273fca4d1280ff8b2e73f71aad5d4aac27718632305b4f34906d791fe base-20260308.0.497099.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-20260307.0.497025.tar.zst
tar -C /rootfs --extract --file base-20260308.0.497099.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="20260307.0.497025"
LABEL org.opencontainers.image.version="20260308.0.497099"
LABEL org.opencontainers.image.revision="0d7c4c0017584f9bcb495105cc412d6575f04564"
LABEL org.opencontainers.image.created="2026-03-07T09:06:32+00:00"
LABEL org.opencontainers.image.created="2026-03-08T00:06:40+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20260307.0.497025' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20260308.0.497099' /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/20260307.0.497025/base-devel-20260307.0.497025.tar.zst" && \
echo "d82222724e5e0aafbc93b310211b052e4a6fba696cbbc09f26d5f917437e4e91 base-devel-20260307.0.497025.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260308.0.497099/base-devel-20260308.0.497099.tar.zst" && \
echo "c3370e3dcb8fd147d56c6078e64d4f150844135847d9cb8c159166d945bf81c5 base-devel-20260308.0.497099.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-devel-20260307.0.497025.tar.zst
tar -C /rootfs --extract --file base-devel-20260308.0.497099.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="20260307.0.497025"
LABEL org.opencontainers.image.version="20260308.0.497099"
LABEL org.opencontainers.image.revision="0d7c4c0017584f9bcb495105cc412d6575f04564"
LABEL org.opencontainers.image.created="2026-03-07T09:06:32+00:00"
LABEL org.opencontainers.image.created="2026-03-08T00:06:40+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20260307.0.497025' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20260308.0.497099' /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/20260307.0.497025/multilib-devel-20260307.0.497025.tar.zst" && \
echo "b09bd94cee5797d3d8c500b176224bbca676176ff404a2dcb5327d06d8fd9000 multilib-devel-20260307.0.497025.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260308.0.497099/multilib-devel-20260308.0.497099.tar.zst" && \
echo "19530c1a5f40f7324642b9ff155fcfa4db8ed99e700c98470696fa058709a0c6 multilib-devel-20260308.0.497099.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file multilib-devel-20260307.0.497025.tar.zst
tar -C /rootfs --extract --file multilib-devel-20260308.0.497099.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="20260307.0.497025"
LABEL org.opencontainers.image.version="20260308.0.497099"
LABEL org.opencontainers.image.revision="0d7c4c0017584f9bcb495105cc412d6575f04564"
LABEL org.opencontainers.image.created="2026-03-07T09:06:32+00:00"
LABEL org.opencontainers.image.created="2026-03-08T00:06:40+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20260307.0.497025' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20260308.0.497099' /etc/os-release
ENV LANG=C.UTF-8
CMD ["/usr/bin/bash"]