Release 20260222.0.493277

This commit is contained in:
GITLAB_PROJECT_TOKEN 2026-02-22 09:06:28 +00:00
parent 93d3007399
commit 2b7a76cb3d
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/20260222.0.493200/base-20260222.0.493200.tar.zst" && \
echo "67001310aa704e7f3515d10af577716b4187deb16f0a60c34944e51cc30c32a0 base-20260222.0.493200.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260222.0.493277/base-20260222.0.493277.tar.zst" && \
echo "4763947906aba81b789d7c25db2ffe10063e4c48e1018819d3164029031b3256 base-20260222.0.493277.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-20260222.0.493200.tar.zst
tar -C /rootfs --extract --file base-20260222.0.493277.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="20260222.0.493200"
LABEL org.opencontainers.image.version="20260222.0.493277"
LABEL org.opencontainers.image.revision="0d7c4c0017584f9bcb495105cc412d6575f04564"
LABEL org.opencontainers.image.created="2026-02-22T00:06:47+00:00"
LABEL org.opencontainers.image.created="2026-02-22T09:06:28+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20260222.0.493200' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20260222.0.493277' /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/20260222.0.493200/base-devel-20260222.0.493200.tar.zst" && \
echo "8e386776bde35a751ccd0c2174ac86af25874c067e81c42ddcc71d0fe096c812 base-devel-20260222.0.493200.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260222.0.493277/base-devel-20260222.0.493277.tar.zst" && \
echo "ad29ee946d8251631f71e7badfb1933062949a229ebcd19edf58fe65a656bdb3 base-devel-20260222.0.493277.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-devel-20260222.0.493200.tar.zst
tar -C /rootfs --extract --file base-devel-20260222.0.493277.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="20260222.0.493200"
LABEL org.opencontainers.image.version="20260222.0.493277"
LABEL org.opencontainers.image.revision="0d7c4c0017584f9bcb495105cc412d6575f04564"
LABEL org.opencontainers.image.created="2026-02-22T00:06:47+00:00"
LABEL org.opencontainers.image.created="2026-02-22T09:06:28+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20260222.0.493200' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20260222.0.493277' /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/20260222.0.493200/multilib-devel-20260222.0.493200.tar.zst" && \
echo "7c2c347df82ca4253b19e4d2487ecc46df1809a961020a6033dad14fdec5da4b multilib-devel-20260222.0.493200.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260222.0.493277/multilib-devel-20260222.0.493277.tar.zst" && \
echo "f0d95acd9d7a2b9f0d74856ff780ca1b5c93d2430e3a47f6f133f2d9a4aafdd1 multilib-devel-20260222.0.493277.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file multilib-devel-20260222.0.493200.tar.zst
tar -C /rootfs --extract --file multilib-devel-20260222.0.493277.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="20260222.0.493200"
LABEL org.opencontainers.image.version="20260222.0.493277"
LABEL org.opencontainers.image.revision="0d7c4c0017584f9bcb495105cc412d6575f04564"
LABEL org.opencontainers.image.created="2026-02-22T00:06:47+00:00"
LABEL org.opencontainers.image.created="2026-02-22T09:06:28+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20260222.0.493200' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20260222.0.493277' /etc/os-release
ENV LANG=C.UTF-8
CMD ["/usr/bin/bash"]