Release 20260310.0.497914

This commit is contained in:
GITLAB_PROJECT_TOKEN 2026-03-10 09:06:31 +00:00
parent e93206a16a
commit fa231cd1bc
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/20260309.0.497353/base-20260309.0.497353.tar.zst" && \
echo "88ed86a61f5162784d4d2001ba8d130d4575a00b21e6dacaa7f066f6104e705f base-20260309.0.497353.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260310.0.497914/base-20260310.0.497914.tar.zst" && \
echo "c1eef3241e81c8a006bf541eecd11264e973df4748b558a506478c32564f804d base-20260310.0.497914.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-20260309.0.497353.tar.zst
tar -C /rootfs --extract --file base-20260310.0.497914.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="20260309.0.497353"
LABEL org.opencontainers.image.version="20260310.0.497914"
LABEL org.opencontainers.image.revision="0d7c4c0017584f9bcb495105cc412d6575f04564"
LABEL org.opencontainers.image.created="2026-03-09T09:06:35+00:00"
LABEL org.opencontainers.image.created="2026-03-10T09:06:31+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20260309.0.497353' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20260310.0.497914' /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/20260309.0.497353/base-devel-20260309.0.497353.tar.zst" && \
echo "d0eb8188d32370735d29d06dba79d0f7a8e96b1c9392eb21dc02e7a2831f6830 base-devel-20260309.0.497353.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260310.0.497914/base-devel-20260310.0.497914.tar.zst" && \
echo "5b0e0688a36cf3fafb9f6666a0b30916ec6057087b14d2471b89c20e978821e0 base-devel-20260310.0.497914.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-devel-20260309.0.497353.tar.zst
tar -C /rootfs --extract --file base-devel-20260310.0.497914.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="20260309.0.497353"
LABEL org.opencontainers.image.version="20260310.0.497914"
LABEL org.opencontainers.image.revision="0d7c4c0017584f9bcb495105cc412d6575f04564"
LABEL org.opencontainers.image.created="2026-03-09T09:06:35+00:00"
LABEL org.opencontainers.image.created="2026-03-10T09:06:31+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20260309.0.497353' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20260310.0.497914' /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/20260309.0.497353/multilib-devel-20260309.0.497353.tar.zst" && \
echo "7ae2bd241103a050db2c1847a1d6457dc0b3e8c3fcf26436fea79628ba08e097 multilib-devel-20260309.0.497353.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260310.0.497914/multilib-devel-20260310.0.497914.tar.zst" && \
echo "0729c4705b92832ec54c25fc8544573ca3a9a0ec5fd20a1fc5051ef2790109ea multilib-devel-20260310.0.497914.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file multilib-devel-20260309.0.497353.tar.zst
tar -C /rootfs --extract --file multilib-devel-20260310.0.497914.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="20260309.0.497353"
LABEL org.opencontainers.image.version="20260310.0.497914"
LABEL org.opencontainers.image.revision="0d7c4c0017584f9bcb495105cc412d6575f04564"
LABEL org.opencontainers.image.created="2026-03-09T09:06:35+00:00"
LABEL org.opencontainers.image.created="2026-03-10T09:06:31+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20260309.0.497353' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20260310.0.497914' /etc/os-release
ENV LANG=C.UTF-8
CMD ["/usr/bin/bash"]