Release 20260211.0.489484

This commit is contained in:
GITLAB_PROJECT_TOKEN 2026-02-11 09:07:05 +00:00
parent 38e9f49da8
commit 8bbc54e3f4
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/20260210.0.489113/base-20260210.0.489113.tar.zst" && \
echo "0695a3ed59081c3590369244bb9f6725b7de4942ed6c8a10104484d2f221b852 base-20260210.0.489113.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260211.0.489484/base-20260211.0.489484.tar.zst" && \
echo "e41514a737c6cf8b75b354a3d8febd039c4cb6144dcfcf2907fc72bbc623eab9 base-20260211.0.489484.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-20260210.0.489113.tar.zst
tar -C /rootfs --extract --file base-20260211.0.489484.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="20260210.0.489113"
LABEL org.opencontainers.image.version="20260211.0.489484"
LABEL org.opencontainers.image.revision="0d7c4c0017584f9bcb495105cc412d6575f04564"
LABEL org.opencontainers.image.created="2026-02-10T09:07:02+00:00"
LABEL org.opencontainers.image.created="2026-02-11T09:07:05+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20260210.0.489113' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20260211.0.489484' /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/20260210.0.489113/base-devel-20260210.0.489113.tar.zst" && \
echo "72486e4402bf60139ffb92b3ffc3726e4d737b585f4c6e1f12f83fa5adf7d872 base-devel-20260210.0.489113.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260211.0.489484/base-devel-20260211.0.489484.tar.zst" && \
echo "1206277fec1467ccf24c7e3d3d59188fb35450bf24c021060aec08f476b89cf3 base-devel-20260211.0.489484.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-devel-20260210.0.489113.tar.zst
tar -C /rootfs --extract --file base-devel-20260211.0.489484.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="20260210.0.489113"
LABEL org.opencontainers.image.version="20260211.0.489484"
LABEL org.opencontainers.image.revision="0d7c4c0017584f9bcb495105cc412d6575f04564"
LABEL org.opencontainers.image.created="2026-02-10T09:07:02+00:00"
LABEL org.opencontainers.image.created="2026-02-11T09:07:05+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20260210.0.489113' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20260211.0.489484' /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/20260210.0.489113/multilib-devel-20260210.0.489113.tar.zst" && \
echo "bdbd9bfd676bf258fbea187fe0c82c5ca2cd07007a838718bb74fcc075331c55 multilib-devel-20260210.0.489113.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260211.0.489484/multilib-devel-20260211.0.489484.tar.zst" && \
echo "910662ab24515522cc2a9ab9a5f8e16ffa2b580e9f6986d472a3052e103b6fd6 multilib-devel-20260211.0.489484.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file multilib-devel-20260210.0.489113.tar.zst
tar -C /rootfs --extract --file multilib-devel-20260211.0.489484.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="20260210.0.489113"
LABEL org.opencontainers.image.version="20260211.0.489484"
LABEL org.opencontainers.image.revision="0d7c4c0017584f9bcb495105cc412d6575f04564"
LABEL org.opencontainers.image.created="2026-02-10T09:07:02+00:00"
LABEL org.opencontainers.image.created="2026-02-11T09:07:05+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20260210.0.489113' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20260211.0.489484' /etc/os-release
ENV LANG=C.UTF-8
CMD ["/usr/bin/bash"]