Release 20260131.0.486428

This commit is contained in:
GITLAB_PROJECT_TOKEN 2026-01-31 09:06:59 +00:00
parent 3eacf8adc8
commit 4182593824
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/20260130.0.486030/base-20260130.0.486030.tar.zst" && \
echo "fbd0f09594d51f749cc5ed2642d582aa9b6d85f6f6e662770f9b65dce2513ce6 base-20260130.0.486030.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260131.0.486428/base-20260131.0.486428.tar.zst" && \
echo "eec3b39c10fc6dee2ad9db1274c28fdc35844203a31fe5b1edf2ba43dc1f2fe5 base-20260131.0.486428.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-20260130.0.486030.tar.zst
tar -C /rootfs --extract --file base-20260131.0.486428.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="20260130.0.486030"
LABEL org.opencontainers.image.version="20260131.0.486428"
LABEL org.opencontainers.image.revision="0d7c4c0017584f9bcb495105cc412d6575f04564"
LABEL org.opencontainers.image.created="2026-01-30T09:06:51+00:00"
LABEL org.opencontainers.image.created="2026-01-31T09:06:59+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20260130.0.486030' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20260131.0.486428' /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/20260130.0.486030/base-devel-20260130.0.486030.tar.zst" && \
echo "b1ff9e099804c53f948326528be96da261fb2ed28afbdeca48ec039f762f63f2 base-devel-20260130.0.486030.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260131.0.486428/base-devel-20260131.0.486428.tar.zst" && \
echo "71143357315eb15eb867e248b5e678febef60a4e9aef4f7d3dd1eab5a789d11e base-devel-20260131.0.486428.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-devel-20260130.0.486030.tar.zst
tar -C /rootfs --extract --file base-devel-20260131.0.486428.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="20260130.0.486030"
LABEL org.opencontainers.image.version="20260131.0.486428"
LABEL org.opencontainers.image.revision="0d7c4c0017584f9bcb495105cc412d6575f04564"
LABEL org.opencontainers.image.created="2026-01-30T09:06:51+00:00"
LABEL org.opencontainers.image.created="2026-01-31T09:06:59+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20260130.0.486030' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20260131.0.486428' /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/20260130.0.486030/multilib-devel-20260130.0.486030.tar.zst" && \
echo "95dc6881aa53217be634d565be895ac08eaca3371df7ae87ca01d9fb3790caa5 multilib-devel-20260130.0.486030.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260131.0.486428/multilib-devel-20260131.0.486428.tar.zst" && \
echo "9f88012cd6b5787f75affefa258a7d74e81ffc13fa0ee5211b53424f3bf6c018 multilib-devel-20260131.0.486428.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file multilib-devel-20260130.0.486030.tar.zst
tar -C /rootfs --extract --file multilib-devel-20260131.0.486428.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="20260130.0.486030"
LABEL org.opencontainers.image.version="20260131.0.486428"
LABEL org.opencontainers.image.revision="0d7c4c0017584f9bcb495105cc412d6575f04564"
LABEL org.opencontainers.image.created="2026-01-30T09:06:51+00:00"
LABEL org.opencontainers.image.created="2026-01-31T09:06:59+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20260130.0.486030' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20260131.0.486428' /etc/os-release
ENV LANG=C.UTF-8
CMD ["/usr/bin/bash"]