Release 20260107.0.478648

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