Release 20260404.0.511250

This commit is contained in:
GITLAB_PROJECT_TOKEN 2026-04-04 09:06:32 +00:00
parent 110f52d615
commit de16b5eddf
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/20260403.0.510664/base-20260403.0.510664.tar.zst" && \
echo "1f07367dae8bcbe08363ac73c0f075317833483bce7ca22e0ea97e049e52d57a base-20260403.0.510664.tar.zst" > /tmp/sha256sums.txt && \
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 && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-20260403.0.510664.tar.zst
tar -C /rootfs --extract --file base-20260404.0.511250.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="20260403.0.510664"
LABEL org.opencontainers.image.version="20260404.0.511250"
LABEL org.opencontainers.image.revision="0d7c4c0017584f9bcb495105cc412d6575f04564"
LABEL org.opencontainers.image.created="2026-04-03T09:06:42+00:00"
LABEL org.opencontainers.image.created="2026-04-04T09:06:32+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20260403.0.510664' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20260404.0.511250' /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/20260403.0.510664/base-devel-20260403.0.510664.tar.zst" && \
echo "57f3bebf2dbfd4e70c641d5d27406bbc08390a96a8536ada711ee075d0697c17 base-devel-20260403.0.510664.tar.zst" > /tmp/sha256sums.txt && \
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 && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-devel-20260403.0.510664.tar.zst
tar -C /rootfs --extract --file base-devel-20260404.0.511250.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="20260403.0.510664"
LABEL org.opencontainers.image.version="20260404.0.511250"
LABEL org.opencontainers.image.revision="0d7c4c0017584f9bcb495105cc412d6575f04564"
LABEL org.opencontainers.image.created="2026-04-03T09:06:42+00:00"
LABEL org.opencontainers.image.created="2026-04-04T09:06:32+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20260403.0.510664' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20260404.0.511250' /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/20260403.0.510664/multilib-devel-20260403.0.510664.tar.zst" && \
echo "09acdcfe3cc52f77f992e940a30be892db10473fd8e809b493b06af1e95d1970 multilib-devel-20260403.0.510664.tar.zst" > /tmp/sha256sums.txt && \
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 && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file multilib-devel-20260403.0.510664.tar.zst
tar -C /rootfs --extract --file multilib-devel-20260404.0.511250.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="20260403.0.510664"
LABEL org.opencontainers.image.version="20260404.0.511250"
LABEL org.opencontainers.image.revision="0d7c4c0017584f9bcb495105cc412d6575f04564"
LABEL org.opencontainers.image.created="2026-04-03T09:06:42+00:00"
LABEL org.opencontainers.image.created="2026-04-04T09:06:32+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20260403.0.510664' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20260404.0.511250' /etc/os-release
ENV LANG=C.UTF-8
CMD ["/usr/bin/bash"]