Release 20260503.0.523603

This commit is contained in:
GITLAB_PROJECT_TOKEN 2026-05-03 09:08:41 +00:00
parent 89b8bd477e
commit b452bdf889
4 changed files with 23 additions and 23 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/20260503.0.523481/base-20260503.0.523481.tar.zst" && \
echo "3b2324078e16ce61a1b7f533d09b9ea551cc43caae1bb3028ed8655ad03a4cc6 base-20260503.0.523481.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260503.0.523603/base-20260503.0.523603.tar.zst" && \
echo "3e37a11db6c262ccda510801e082f4188d953a6c40d82cf99700576dc7dbc255 base-20260503.0.523603.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-20260503.0.523481.tar.zst
tar -C /rootfs --extract --file base-20260503.0.523603.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="20260503.0.523481"
LABEL org.opencontainers.image.version="20260503.0.523603"
LABEL org.opencontainers.image.revision="b43ff00eac5d363450c033c3387cf566bc5650a0"
LABEL org.opencontainers.image.created="2026-05-03T00:09:00+00:00"
LABEL org.opencontainers.image.created="2026-05-03T09:08:41+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20260503.0.523481' /etc/os-release && \
sed -i '/BUILD_ID/a VERSION_ID=20260503.0.523603' /etc/os-release && \
true
ENV LANG=C.UTF-8

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/20260503.0.523481/base-devel-20260503.0.523481.tar.zst" && \
echo "ad1991f1ff3fe0a82569016337d171dcdfe83e29a1a66f1d61c4910dc299ef70 base-devel-20260503.0.523481.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260503.0.523603/base-devel-20260503.0.523603.tar.zst" && \
echo "1a72b13b1daae59fd95d12b85104b480fcd08a839e58a9afb47a92e4970d6947 base-devel-20260503.0.523603.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-devel-20260503.0.523481.tar.zst
tar -C /rootfs --extract --file base-devel-20260503.0.523603.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="20260503.0.523481"
LABEL org.opencontainers.image.version="20260503.0.523603"
LABEL org.opencontainers.image.revision="b43ff00eac5d363450c033c3387cf566bc5650a0"
LABEL org.opencontainers.image.created="2026-05-03T00:09:00+00:00"
LABEL org.opencontainers.image.created="2026-05-03T09:08:41+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20260503.0.523481' /etc/os-release && \
sed -i '/BUILD_ID/a VERSION_ID=20260503.0.523603' /etc/os-release && \
true
ENV LANG=C.UTF-8

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/20260503.0.523481/multilib-devel-20260503.0.523481.tar.zst" && \
echo "aeb4d66750d7b6b314be22b7699189c2105a5f4d6a592ed51d42e486b9d58ec9 multilib-devel-20260503.0.523481.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260503.0.523603/multilib-devel-20260503.0.523603.tar.zst" && \
echo "a0cb18dc66b88c14cb82d8dfd58b7c989173d4bfc4660a7eba538598a6c6e0e0 multilib-devel-20260503.0.523603.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file multilib-devel-20260503.0.523481.tar.zst
tar -C /rootfs --extract --file multilib-devel-20260503.0.523603.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="20260503.0.523481"
LABEL org.opencontainers.image.version="20260503.0.523603"
LABEL org.opencontainers.image.revision="b43ff00eac5d363450c033c3387cf566bc5650a0"
LABEL org.opencontainers.image.created="2026-05-03T00:09:00+00:00"
LABEL org.opencontainers.image.created="2026-05-03T09:08:41+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20260503.0.523481' /etc/os-release && \
sed -i '/BUILD_ID/a VERSION_ID=20260503.0.523603' /etc/os-release && \
true
ENV LANG=C.UTF-8

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/20260503.0.523481/repro-20260503.0.523481.tar.zst" && \
echo "d704dadcf5e837a8e31b571c63440abf53fb98fdc4a9416c8d2878680d274f05 repro-20260503.0.523481.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260503.0.523603/repro-20260503.0.523603.tar.zst" && \
echo "d704dadcf5e837a8e31b571c63440abf53fb98fdc4a9416c8d2878680d274f05 repro-20260503.0.523603.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file repro-20260503.0.523481.tar.zst
tar -C /rootfs --extract --file repro-20260503.0.523603.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="20260503.0.523481"
LABEL org.opencontainers.image.version="20260503.0.523603"
LABEL org.opencontainers.image.revision="b43ff00eac5d363450c033c3387cf566bc5650a0"
LABEL org.opencontainers.image.created="2026-05-03T00:00:00Z"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20260503.0.523481' /etc/os-release && \
sed -i '/BUILD_ID/a VERSION_ID=20260503.0.523603' /etc/os-release && \
rm -f /var/cache/ldconfig/aux-cache
ENV LANG=C.UTF-8