Release 20251231.0.476223

This commit is contained in:
GITLAB_PROJECT_TOKEN 2025-12-31 09:07:34 +00:00
parent f62ffcebca
commit 9ac42bfad6
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/20251230.0.475884/base-20251230.0.475884.tar.zst" && \
echo "75185b87932c7ced18b507e4113f646fa298bb73687553aaa4a2f6e4de0f1ec3 base-20251230.0.475884.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20251231.0.476223/base-20251231.0.476223.tar.zst" && \
echo "098fbbad5938aa460c39a86d6f54523494cf2c8aecfacdac8991d108396798a7 base-20251231.0.476223.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-20251230.0.475884.tar.zst
tar -C /rootfs --extract --file base-20251231.0.476223.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="20251230.0.475884"
LABEL org.opencontainers.image.version="20251231.0.476223"
LABEL org.opencontainers.image.revision="0d7c4c0017584f9bcb495105cc412d6575f04564"
LABEL org.opencontainers.image.created="2025-12-30T09:07:00+00:00"
LABEL org.opencontainers.image.created="2025-12-31T09:07:34+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20251230.0.475884' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20251231.0.476223' /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/20251230.0.475884/base-devel-20251230.0.475884.tar.zst" && \
echo "15fd501925ca18175f38c65b9108cc99fa011833d5070b6e621d1939229f6f1d base-devel-20251230.0.475884.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20251231.0.476223/base-devel-20251231.0.476223.tar.zst" && \
echo "78fc74cc3d096ff0cab552d5a2fc9bf106efb69238c8477fdca9685eeeedf084 base-devel-20251231.0.476223.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-devel-20251230.0.475884.tar.zst
tar -C /rootfs --extract --file base-devel-20251231.0.476223.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="20251230.0.475884"
LABEL org.opencontainers.image.version="20251231.0.476223"
LABEL org.opencontainers.image.revision="0d7c4c0017584f9bcb495105cc412d6575f04564"
LABEL org.opencontainers.image.created="2025-12-30T09:07:00+00:00"
LABEL org.opencontainers.image.created="2025-12-31T09:07:34+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20251230.0.475884' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20251231.0.476223' /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/20251230.0.475884/multilib-devel-20251230.0.475884.tar.zst" && \
echo "ccec170c3ec62391db8ac5c7b2e452fbea83abb708233ae7ab86618298610d3a multilib-devel-20251230.0.475884.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20251231.0.476223/multilib-devel-20251231.0.476223.tar.zst" && \
echo "ce76c785581e12a9212c402d623b9e2c7773e0be17d6af16e8914aadf9785d50 multilib-devel-20251231.0.476223.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file multilib-devel-20251230.0.475884.tar.zst
tar -C /rootfs --extract --file multilib-devel-20251231.0.476223.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="20251230.0.475884"
LABEL org.opencontainers.image.version="20251231.0.476223"
LABEL org.opencontainers.image.revision="0d7c4c0017584f9bcb495105cc412d6575f04564"
LABEL org.opencontainers.image.created="2025-12-30T09:07:00+00:00"
LABEL org.opencontainers.image.created="2025-12-31T09:07:34+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20251230.0.475884' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20251231.0.476223' /etc/os-release
ENV LANG=C.UTF-8
CMD ["/usr/bin/bash"]