Release 20251228.0.475343

This commit is contained in:
GITLAB_PROJECT_TOKEN 2025-12-28 00:07:28 +00:00
parent 23737e4ba1
commit 7b28125444
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/20251227.0.475161/base-20251227.0.475161.tar.zst" && \
echo "fa04e108bbff1b7f766bd3f39d13d1588639355df7647a9db1461b47823bf42a base-20251227.0.475161.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20251228.0.475343/base-20251228.0.475343.tar.zst" && \
echo "70d1f9e9796769a7b8abf2b1d15286567773e20cb37fbe58a3473ff3a88b0306 base-20251228.0.475343.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-20251227.0.475161.tar.zst
tar -C /rootfs --extract --file base-20251228.0.475343.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="20251227.0.475161"
LABEL org.opencontainers.image.version="20251228.0.475343"
LABEL org.opencontainers.image.revision="0d7c4c0017584f9bcb495105cc412d6575f04564"
LABEL org.opencontainers.image.created="2025-12-27T09:06:57+00:00"
LABEL org.opencontainers.image.created="2025-12-28T00:07:28+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20251227.0.475161' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20251228.0.475343' /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/20251227.0.475161/base-devel-20251227.0.475161.tar.zst" && \
echo "4416a13bff59ee37a66d4320d00251644eda82813053ffcc9b18f12a0591544b base-devel-20251227.0.475161.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20251228.0.475343/base-devel-20251228.0.475343.tar.zst" && \
echo "2111ce231c6cfc13ae60cd30e806cce5b9f6ee44b7a7ce6820c387546e50f48a base-devel-20251228.0.475343.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-devel-20251227.0.475161.tar.zst
tar -C /rootfs --extract --file base-devel-20251228.0.475343.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="20251227.0.475161"
LABEL org.opencontainers.image.version="20251228.0.475343"
LABEL org.opencontainers.image.revision="0d7c4c0017584f9bcb495105cc412d6575f04564"
LABEL org.opencontainers.image.created="2025-12-27T09:06:57+00:00"
LABEL org.opencontainers.image.created="2025-12-28T00:07:28+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20251227.0.475161' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20251228.0.475343' /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/20251227.0.475161/multilib-devel-20251227.0.475161.tar.zst" && \
echo "44f8e1435a38bac6de09728973b8cbd720a27bce04678d136b723a109fe1e702 multilib-devel-20251227.0.475161.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20251228.0.475343/multilib-devel-20251228.0.475343.tar.zst" && \
echo "52a4e9372670ed84f5b53916deaa40ca7facc77a08e2c1331375eb814642d06b multilib-devel-20251228.0.475343.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file multilib-devel-20251227.0.475161.tar.zst
tar -C /rootfs --extract --file multilib-devel-20251228.0.475343.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="20251227.0.475161"
LABEL org.opencontainers.image.version="20251228.0.475343"
LABEL org.opencontainers.image.revision="0d7c4c0017584f9bcb495105cc412d6575f04564"
LABEL org.opencontainers.image.created="2025-12-27T09:06:57+00:00"
LABEL org.opencontainers.image.created="2025-12-28T00:07:28+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20251227.0.475161' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20251228.0.475343' /etc/os-release
ENV LANG=C.UTF-8
CMD ["/usr/bin/bash"]