Release 20260405.0.511327

This commit is contained in:
GITLAB_PROJECT_TOKEN 2026-04-05 00:07:03 +00:00
parent de16b5eddf
commit 826ff1ae05
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/20260404.0.511250/base-20260404.0.511250.tar.zst" && \
echo "a66f43ad42183b97d94f3b8c1a338634396d46c119b92e047043091428626984 base-20260404.0.511250.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260405.0.511327/base-20260405.0.511327.tar.zst" && \
echo "9f313302043e1cc2c3106fa38db3e58f91438d71e9559de693993fe61a32bdb6 base-20260405.0.511327.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-20260404.0.511250.tar.zst
tar -C /rootfs --extract --file base-20260405.0.511327.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="20260404.0.511250"
LABEL org.opencontainers.image.version="20260405.0.511327"
LABEL org.opencontainers.image.revision="0d7c4c0017584f9bcb495105cc412d6575f04564"
LABEL org.opencontainers.image.created="2026-04-04T09:06:32+00:00"
LABEL org.opencontainers.image.created="2026-04-05T00:07:03+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20260404.0.511250' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20260405.0.511327' /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/20260404.0.511250/base-devel-20260404.0.511250.tar.zst" && \
echo "b5edbd93a73ce669ceb64f2924fcdf90f96a84a9e9233bd1188630f8aa3e2734 base-devel-20260404.0.511250.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260405.0.511327/base-devel-20260405.0.511327.tar.zst" && \
echo "869e074cf1f2e314811d297b04fa359afeaad4b8794971f79d503f274311f09c base-devel-20260405.0.511327.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-devel-20260404.0.511250.tar.zst
tar -C /rootfs --extract --file base-devel-20260405.0.511327.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="20260404.0.511250"
LABEL org.opencontainers.image.version="20260405.0.511327"
LABEL org.opencontainers.image.revision="0d7c4c0017584f9bcb495105cc412d6575f04564"
LABEL org.opencontainers.image.created="2026-04-04T09:06:32+00:00"
LABEL org.opencontainers.image.created="2026-04-05T00:07:03+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20260404.0.511250' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20260405.0.511327' /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/20260404.0.511250/multilib-devel-20260404.0.511250.tar.zst" && \
echo "3d1cd1695c59370114960e69b17676ee120cbf6c91ea28853923793f59d0f93e multilib-devel-20260404.0.511250.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260405.0.511327/multilib-devel-20260405.0.511327.tar.zst" && \
echo "fa1bcaf0fd8bc407b2dda85f1e2afb095b21fc89ba8b7dc40c37c55772a6d6ac multilib-devel-20260405.0.511327.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file multilib-devel-20260404.0.511250.tar.zst
tar -C /rootfs --extract --file multilib-devel-20260405.0.511327.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="20260404.0.511250"
LABEL org.opencontainers.image.version="20260405.0.511327"
LABEL org.opencontainers.image.revision="0d7c4c0017584f9bcb495105cc412d6575f04564"
LABEL org.opencontainers.image.created="2026-04-04T09:06:32+00:00"
LABEL org.opencontainers.image.created="2026-04-05T00:07:03+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20260404.0.511250' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20260405.0.511327' /etc/os-release
ENV LANG=C.UTF-8
CMD ["/usr/bin/bash"]