Release 20260413.0.513903

This commit is contained in:
GITLAB_PROJECT_TOKEN 2026-04-13 09:06:48 +00:00
parent 609af6e2b9
commit 7fb092cd20
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/20260412.0.513496/base-20260412.0.513496.tar.zst" && \
echo "aea2cc5cdf879ebdaf7d72d83dd05379f9416412791ae5434bdf30dfacf90496 base-20260412.0.513496.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260413.0.513903/base-20260413.0.513903.tar.zst" && \
echo "8e59e746b906fce177480b781cf07061985ee925ed31b5c70d571eb0d76f2831 base-20260413.0.513903.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-20260412.0.513496.tar.zst
tar -C /rootfs --extract --file base-20260413.0.513903.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="20260412.0.513496"
LABEL org.opencontainers.image.version="20260413.0.513903"
LABEL org.opencontainers.image.revision="0d7c4c0017584f9bcb495105cc412d6575f04564"
LABEL org.opencontainers.image.created="2026-04-12T09:06:42+00:00"
LABEL org.opencontainers.image.created="2026-04-13T09:06:47+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20260412.0.513496' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20260413.0.513903' /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/20260412.0.513496/base-devel-20260412.0.513496.tar.zst" && \
echo "ad2861cf247ffa91044244f547e58ce4deda41e43e483aa6cc7cc0864815b17c base-devel-20260412.0.513496.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260413.0.513903/base-devel-20260413.0.513903.tar.zst" && \
echo "25c6e7b8ee9815da85731e50b9c4a79378f6fa244865d48a0c878ab985120c1e base-devel-20260413.0.513903.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-devel-20260412.0.513496.tar.zst
tar -C /rootfs --extract --file base-devel-20260413.0.513903.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="20260412.0.513496"
LABEL org.opencontainers.image.version="20260413.0.513903"
LABEL org.opencontainers.image.revision="0d7c4c0017584f9bcb495105cc412d6575f04564"
LABEL org.opencontainers.image.created="2026-04-12T09:06:42+00:00"
LABEL org.opencontainers.image.created="2026-04-13T09:06:47+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20260412.0.513496' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20260413.0.513903' /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/20260412.0.513496/multilib-devel-20260412.0.513496.tar.zst" && \
echo "3a52459498718a3dcae137f09f3e8dab1093d5737bc2d7f6b1b7dc28810f8102 multilib-devel-20260412.0.513496.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260413.0.513903/multilib-devel-20260413.0.513903.tar.zst" && \
echo "a76a74079756614da903aa19b6eef6ff611d5f8642e87c29fcdea805b7f7fa6b multilib-devel-20260413.0.513903.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file multilib-devel-20260412.0.513496.tar.zst
tar -C /rootfs --extract --file multilib-devel-20260413.0.513903.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="20260412.0.513496"
LABEL org.opencontainers.image.version="20260413.0.513903"
LABEL org.opencontainers.image.revision="0d7c4c0017584f9bcb495105cc412d6575f04564"
LABEL org.opencontainers.image.created="2026-04-12T09:06:42+00:00"
LABEL org.opencontainers.image.created="2026-04-13T09:06:47+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20260412.0.513496' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20260413.0.513903' /etc/os-release
ENV LANG=C.UTF-8
CMD ["/usr/bin/bash"]