Release 20260207.0.488616

This commit is contained in:
GITLAB_PROJECT_TOKEN 2026-02-07 09:06:44 +00:00
parent dd9b691f32
commit 4ff89aa050
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/20260206.0.488368/base-20260206.0.488368.tar.zst" && \
echo "583ff9e53d03d4bd77c0cb9ec7122437a9c48b620cb80beaa37cf6bfda507f76 base-20260206.0.488368.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260207.0.488616/base-20260207.0.488616.tar.zst" && \
echo "f0f72293e860d7c60d9d85312731b120bc8264c23c63395b10a7cca0fafd465f base-20260207.0.488616.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-20260206.0.488368.tar.zst
tar -C /rootfs --extract --file base-20260207.0.488616.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="20260206.0.488368"
LABEL org.opencontainers.image.version="20260207.0.488616"
LABEL org.opencontainers.image.revision="0d7c4c0017584f9bcb495105cc412d6575f04564"
LABEL org.opencontainers.image.created="2026-02-06T09:07:10+00:00"
LABEL org.opencontainers.image.created="2026-02-07T09:06:43+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20260206.0.488368' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20260207.0.488616' /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/20260206.0.488368/base-devel-20260206.0.488368.tar.zst" && \
echo "ee1ecaef7151f5b8186e07d40df3292e53f862869b4d3be4d8fe1d7d494719a9 base-devel-20260206.0.488368.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260207.0.488616/base-devel-20260207.0.488616.tar.zst" && \
echo "10cdeb435f057700241fc335210134359c4e59964cefc9dbd4e6173fab233b21 base-devel-20260207.0.488616.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-devel-20260206.0.488368.tar.zst
tar -C /rootfs --extract --file base-devel-20260207.0.488616.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="20260206.0.488368"
LABEL org.opencontainers.image.version="20260207.0.488616"
LABEL org.opencontainers.image.revision="0d7c4c0017584f9bcb495105cc412d6575f04564"
LABEL org.opencontainers.image.created="2026-02-06T09:07:10+00:00"
LABEL org.opencontainers.image.created="2026-02-07T09:06:43+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20260206.0.488368' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20260207.0.488616' /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/20260206.0.488368/multilib-devel-20260206.0.488368.tar.zst" && \
echo "5a57034d3fc1c050189ebe8665ba0ed5c6a47d52e0f9ffcfcfea9af4e39e9358 multilib-devel-20260206.0.488368.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260207.0.488616/multilib-devel-20260207.0.488616.tar.zst" && \
echo "06d8c6c747c08db84b1b8e1a882eb6883733e5256d94271142619fa43cccbc2a multilib-devel-20260207.0.488616.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file multilib-devel-20260206.0.488368.tar.zst
tar -C /rootfs --extract --file multilib-devel-20260207.0.488616.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="20260206.0.488368"
LABEL org.opencontainers.image.version="20260207.0.488616"
LABEL org.opencontainers.image.revision="0d7c4c0017584f9bcb495105cc412d6575f04564"
LABEL org.opencontainers.image.created="2026-02-06T09:07:10+00:00"
LABEL org.opencontainers.image.created="2026-02-07T09:06:43+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20260206.0.488368' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20260207.0.488616' /etc/os-release
ENV LANG=C.UTF-8
CMD ["/usr/bin/bash"]