Release 20260506.0.524235

This commit is contained in:
GITLAB_PROJECT_TOKEN 2026-05-06 09:08:41 +00:00
parent e915b3acd1
commit f23df7a3b5
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/20260505.0.524012/base-20260505.0.524012.tar.zst" && \
echo "5032f3251c57e2b79008304d2d38b82ce2d0962d2c9cbc496ed4d754f8dc0382 base-20260505.0.524012.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260506.0.524235/base-20260506.0.524235.tar.zst" && \
echo "e93c2e225d136b9d934bee0afd0684acc780e49919c2ab375b6050982d87c9e5 base-20260506.0.524235.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-20260505.0.524012.tar.zst
tar -C /rootfs --extract --file base-20260506.0.524235.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="20260505.0.524012"
LABEL org.opencontainers.image.version="20260506.0.524235"
LABEL org.opencontainers.image.revision="b43ff00eac5d363450c033c3387cf566bc5650a0"
LABEL org.opencontainers.image.created="2026-05-05T09:08:51+00:00"
LABEL org.opencontainers.image.created="2026-05-06T09:08:41+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20260505.0.524012' /etc/os-release && \
sed -i '/BUILD_ID/a VERSION_ID=20260506.0.524235' /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/20260505.0.524012/base-devel-20260505.0.524012.tar.zst" && \
echo "948cb01b55c6593d805f79326594801b2257f6e754da8147d0ae4f0142c1e0c3 base-devel-20260505.0.524012.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260506.0.524235/base-devel-20260506.0.524235.tar.zst" && \
echo "e9ad6959f1327682051e5c23afbbcef9de7b857febd4aae5b0403a67a37acbd1 base-devel-20260506.0.524235.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-devel-20260505.0.524012.tar.zst
tar -C /rootfs --extract --file base-devel-20260506.0.524235.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="20260505.0.524012"
LABEL org.opencontainers.image.version="20260506.0.524235"
LABEL org.opencontainers.image.revision="b43ff00eac5d363450c033c3387cf566bc5650a0"
LABEL org.opencontainers.image.created="2026-05-05T09:08:51+00:00"
LABEL org.opencontainers.image.created="2026-05-06T09:08:41+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20260505.0.524012' /etc/os-release && \
sed -i '/BUILD_ID/a VERSION_ID=20260506.0.524235' /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/20260505.0.524012/multilib-devel-20260505.0.524012.tar.zst" && \
echo "8ed0ba3e858000e418eb205ae2a9fb17b57281b8098f6be257f5209db6a7a7c4 multilib-devel-20260505.0.524012.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260506.0.524235/multilib-devel-20260506.0.524235.tar.zst" && \
echo "c2e86a49f527e422f5971a967ec8814cf574248e5da633f2783e47612a44f344 multilib-devel-20260506.0.524235.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file multilib-devel-20260505.0.524012.tar.zst
tar -C /rootfs --extract --file multilib-devel-20260506.0.524235.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="20260505.0.524012"
LABEL org.opencontainers.image.version="20260506.0.524235"
LABEL org.opencontainers.image.revision="b43ff00eac5d363450c033c3387cf566bc5650a0"
LABEL org.opencontainers.image.created="2026-05-05T09:08:51+00:00"
LABEL org.opencontainers.image.created="2026-05-06T09:08:41+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20260505.0.524012' /etc/os-release && \
sed -i '/BUILD_ID/a VERSION_ID=20260506.0.524235' /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/20260505.0.524012/repro-20260505.0.524012.tar.zst" && \
echo "9e02965a4fe3f48665cf7ebe6383268319ff76342746f38b4c8feafe0b2e21a6 repro-20260505.0.524012.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260506.0.524235/repro-20260506.0.524235.tar.zst" && \
echo "816b18c7b54174056f0e36cf8d797f9e6aa4ab450f3ee6d40e7146a6e108ced3 repro-20260506.0.524235.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file repro-20260505.0.524012.tar.zst
tar -C /rootfs --extract --file repro-20260506.0.524235.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="20260505.0.524012"
LABEL org.opencontainers.image.version="20260506.0.524235"
LABEL org.opencontainers.image.revision="b43ff00eac5d363450c033c3387cf566bc5650a0"
LABEL org.opencontainers.image.created="2026-05-05T00:00:00Z"
LABEL org.opencontainers.image.created="2026-05-06T00:00:00Z"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20260505.0.524012' /etc/os-release && \
sed -i '/BUILD_ID/a VERSION_ID=20260506.0.524235' /etc/os-release && \
rm -f /var/cache/ldconfig/aux-cache
ENV LANG=C.UTF-8