Release 20260422.0.519158

This commit is contained in:
GITLAB_PROJECT_TOKEN 2026-04-22 09:10:09 +00:00
parent 5674eb8b9b
commit af92465477
4 changed files with 24 additions and 24 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/20260421.0.518477/base-20260421.0.518477.tar.zst" && \
echo "a7c0b009fdf8e876a956e21ce7fe8e28f9918a3ac93825506096edd586f4cca2 base-20260421.0.518477.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260422.0.519158/base-20260422.0.519158.tar.zst" && \
echo "4c8231c3c5aa1012c2842c192d1054b48e88603c7de13849b309aca0e03085bf base-20260422.0.519158.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-20260421.0.518477.tar.zst
tar -C /rootfs --extract --file base-20260422.0.519158.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="20260421.0.518477"
LABEL org.opencontainers.image.version="20260422.0.519158"
LABEL org.opencontainers.image.revision="87c0211ad49fe86018aa2cd5f9fb3da3eff94118"
LABEL org.opencontainers.image.created="2026-04-21T09:08:47+00:00"
LABEL org.opencontainers.image.created="2026-04-22T09:10:09+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20260421.0.518477' /etc/os-release && \
sed -i '/BUILD_ID/a VERSION_ID=20260422.0.519158' /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/20260421.0.518477/base-devel-20260421.0.518477.tar.zst" && \
echo "a293745bc5438eccf08ea99c07a2c70637d31396e729bf3f7a1f1251160a2235 base-devel-20260421.0.518477.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260422.0.519158/base-devel-20260422.0.519158.tar.zst" && \
echo "8b4e257ed290204b260e8efe2df3598ae93216aab5db319789362ecfc2ffc2b0 base-devel-20260422.0.519158.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-devel-20260421.0.518477.tar.zst
tar -C /rootfs --extract --file base-devel-20260422.0.519158.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="20260421.0.518477"
LABEL org.opencontainers.image.version="20260422.0.519158"
LABEL org.opencontainers.image.revision="87c0211ad49fe86018aa2cd5f9fb3da3eff94118"
LABEL org.opencontainers.image.created="2026-04-21T09:08:47+00:00"
LABEL org.opencontainers.image.created="2026-04-22T09:10:09+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20260421.0.518477' /etc/os-release && \
sed -i '/BUILD_ID/a VERSION_ID=20260422.0.519158' /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/20260421.0.518477/multilib-devel-20260421.0.518477.tar.zst" && \
echo "e7e06e8279e603fdb0f70fefb260e2c8a6c5431868a37cf818d2c5cdae5f75a5 multilib-devel-20260421.0.518477.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260422.0.519158/multilib-devel-20260422.0.519158.tar.zst" && \
echo "1efaa20ec39caf67ffa38a5dbf8f0b088202a3768c30c1e5377a7822653ceb0b multilib-devel-20260422.0.519158.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file multilib-devel-20260421.0.518477.tar.zst
tar -C /rootfs --extract --file multilib-devel-20260422.0.519158.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="20260421.0.518477"
LABEL org.opencontainers.image.version="20260422.0.519158"
LABEL org.opencontainers.image.revision="87c0211ad49fe86018aa2cd5f9fb3da3eff94118"
LABEL org.opencontainers.image.created="2026-04-21T09:08:47+00:00"
LABEL org.opencontainers.image.created="2026-04-22T09:10:09+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20260421.0.518477' /etc/os-release && \
sed -i '/BUILD_ID/a VERSION_ID=20260422.0.519158' /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/20260421.0.518477/repro-20260421.0.518477.tar.zst" && \
echo "40dc948b78d100934124de8b7e72414ebfc7eb44f4ed0a192ab216dfba70839d repro-20260421.0.518477.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260422.0.519158/repro-20260422.0.519158.tar.zst" && \
echo "09faac7c5c0c3943e2d7613faba691bde5ddcfe2c76e44272279f180a7cc36bd repro-20260422.0.519158.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file repro-20260421.0.518477.tar.zst
tar -C /rootfs --extract --file repro-20260422.0.519158.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="20260421.0.518477"
LABEL org.opencontainers.image.version="20260422.0.519158"
LABEL org.opencontainers.image.revision="87c0211ad49fe86018aa2cd5f9fb3da3eff94118"
LABEL org.opencontainers.image.created="2026-04-21T00:00:00Z"
LABEL org.opencontainers.image.created="2026-04-22T00:00:00Z"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20260421.0.518477' /etc/os-release && \
sed -i '/BUILD_ID/a VERSION_ID=20260422.0.519158' /etc/os-release && \
rm -f /var/cache/ldconfig/aux-cache
ENV LANG=C.UTF-8