Release 20260327.0.506592

This commit is contained in:
GITLAB_PROJECT_TOKEN 2026-03-27 09:06:30 +00:00
parent 8816797fda
commit 94294e72a4
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/20260326.0.506302/base-20260326.0.506302.tar.zst" && \
echo "f98ebbac831a7d1b572ceccacb4318fe29204d7acb37955f4508959a54845984 base-20260326.0.506302.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260327.0.506592/base-20260327.0.506592.tar.zst" && \
echo "e632456cd947435b758327e9369c844933a63eb01b7e929826c8ea1229c3b952 base-20260327.0.506592.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-20260326.0.506302.tar.zst
tar -C /rootfs --extract --file base-20260327.0.506592.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="20260326.0.506302"
LABEL org.opencontainers.image.version="20260327.0.506592"
LABEL org.opencontainers.image.revision="0d7c4c0017584f9bcb495105cc412d6575f04564"
LABEL org.opencontainers.image.created="2026-03-26T09:06:30+00:00"
LABEL org.opencontainers.image.created="2026-03-27T09:06:29+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20260326.0.506302' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20260327.0.506592' /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/20260326.0.506302/base-devel-20260326.0.506302.tar.zst" && \
echo "23b0b317e04951ea5299b58f6b1e01a4d2b518d62a77d7f0623e229377a854b1 base-devel-20260326.0.506302.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260327.0.506592/base-devel-20260327.0.506592.tar.zst" && \
echo "a6990a65868933a079f3e6e2a2275923f3fadcec6f69fbb0d706cdfc7754d1b7 base-devel-20260327.0.506592.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-devel-20260326.0.506302.tar.zst
tar -C /rootfs --extract --file base-devel-20260327.0.506592.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="20260326.0.506302"
LABEL org.opencontainers.image.version="20260327.0.506592"
LABEL org.opencontainers.image.revision="0d7c4c0017584f9bcb495105cc412d6575f04564"
LABEL org.opencontainers.image.created="2026-03-26T09:06:30+00:00"
LABEL org.opencontainers.image.created="2026-03-27T09:06:29+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20260326.0.506302' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20260327.0.506592' /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/20260326.0.506302/multilib-devel-20260326.0.506302.tar.zst" && \
echo "0f28f40f73b6bcad191bc09d91a70ca8b21176830eee79448bf27399263052c4 multilib-devel-20260326.0.506302.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260327.0.506592/multilib-devel-20260327.0.506592.tar.zst" && \
echo "5f5beb4b83dc4cf30f5673e35ae29e80a9e94c8efd5116b5c72975c3eba27039 multilib-devel-20260327.0.506592.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file multilib-devel-20260326.0.506302.tar.zst
tar -C /rootfs --extract --file multilib-devel-20260327.0.506592.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="20260326.0.506302"
LABEL org.opencontainers.image.version="20260327.0.506592"
LABEL org.opencontainers.image.revision="0d7c4c0017584f9bcb495105cc412d6575f04564"
LABEL org.opencontainers.image.created="2026-03-26T09:06:30+00:00"
LABEL org.opencontainers.image.created="2026-03-27T09:06:29+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20260326.0.506302' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20260327.0.506592' /etc/os-release
ENV LANG=C.UTF-8
CMD ["/usr/bin/bash"]