Release 20260106.0.478077

This commit is contained in:
GITLAB_PROJECT_TOKEN 2026-01-06 09:07:17 +00:00
parent bc12e49f25
commit f4e261d87d
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/20260105.0.477653/base-20260105.0.477653.tar.zst" && \
echo "08c74eab8bc312a91028a98514cf127c8a5c73d67da3648952d6570147b2bf6c base-20260105.0.477653.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260106.0.478077/base-20260106.0.478077.tar.zst" && \
echo "b44c66a09999a96bd5011bea14cdab3440181fda7405d16fe918186d3fefc037 base-20260106.0.478077.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-20260105.0.477653.tar.zst
tar -C /rootfs --extract --file base-20260106.0.478077.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="20260105.0.477653"
LABEL org.opencontainers.image.version="20260106.0.478077"
LABEL org.opencontainers.image.revision="0d7c4c0017584f9bcb495105cc412d6575f04564"
LABEL org.opencontainers.image.created="2026-01-05T09:07:13+00:00"
LABEL org.opencontainers.image.created="2026-01-06T09:07:17+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20260105.0.477653' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20260106.0.478077' /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/20260105.0.477653/base-devel-20260105.0.477653.tar.zst" && \
echo "0ee30692ba7ab3afa6244f972c3c9805fdabe79dba6f7b2d2bea2d170053ddf6 base-devel-20260105.0.477653.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260106.0.478077/base-devel-20260106.0.478077.tar.zst" && \
echo "777974610585026822edd2cf43e5a85eceaf3aa8f27e088f99629211afe8465b base-devel-20260106.0.478077.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-devel-20260105.0.477653.tar.zst
tar -C /rootfs --extract --file base-devel-20260106.0.478077.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="20260105.0.477653"
LABEL org.opencontainers.image.version="20260106.0.478077"
LABEL org.opencontainers.image.revision="0d7c4c0017584f9bcb495105cc412d6575f04564"
LABEL org.opencontainers.image.created="2026-01-05T09:07:13+00:00"
LABEL org.opencontainers.image.created="2026-01-06T09:07:17+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20260105.0.477653' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20260106.0.478077' /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/20260105.0.477653/multilib-devel-20260105.0.477653.tar.zst" && \
echo "c046df740a136157768af28d74d8ff4116242263bf2d8c2d18699d36a5a1d517 multilib-devel-20260105.0.477653.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260106.0.478077/multilib-devel-20260106.0.478077.tar.zst" && \
echo "3a53ffaf2c633f8c30cc9185559bd77a73a6e3f9d5933915970b5ae70afec3c8 multilib-devel-20260106.0.478077.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file multilib-devel-20260105.0.477653.tar.zst
tar -C /rootfs --extract --file multilib-devel-20260106.0.478077.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="20260105.0.477653"
LABEL org.opencontainers.image.version="20260106.0.478077"
LABEL org.opencontainers.image.revision="0d7c4c0017584f9bcb495105cc412d6575f04564"
LABEL org.opencontainers.image.created="2026-01-05T09:07:13+00:00"
LABEL org.opencontainers.image.created="2026-01-06T09:07:17+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20260105.0.477653' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20260106.0.478077' /etc/os-release
ENV LANG=C.UTF-8
CMD ["/usr/bin/bash"]