Release 20260111.0.480251

This commit is contained in:
GITLAB_PROJECT_TOKEN 2026-01-11 09:06:45 +00:00
parent 22acdd9c9c
commit e9344705fc
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/20260111.0.480139/base-20260111.0.480139.tar.zst" && \
echo "2867e433a1c6fb505aaff1dff62f508b6027976ddb111083a25685292cf14526 base-20260111.0.480139.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260111.0.480251/base-20260111.0.480251.tar.zst" && \
echo "6ba32a3610cda414ec06baaf5fc15053d6c3bb094adf6b34fc946711a48bda5d base-20260111.0.480251.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-20260111.0.480139.tar.zst
tar -C /rootfs --extract --file base-20260111.0.480251.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="20260111.0.480139"
LABEL org.opencontainers.image.version="20260111.0.480251"
LABEL org.opencontainers.image.revision="0d7c4c0017584f9bcb495105cc412d6575f04564"
LABEL org.opencontainers.image.created="2026-01-11T00:07:19+00:00"
LABEL org.opencontainers.image.created="2026-01-11T09:06:45+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20260111.0.480139' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20260111.0.480251' /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/20260111.0.480139/base-devel-20260111.0.480139.tar.zst" && \
echo "c704bbdd35bd8385924e608fbdf39c15f2255c7e7891e6fb93266bc717c8c46b base-devel-20260111.0.480139.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260111.0.480251/base-devel-20260111.0.480251.tar.zst" && \
echo "3bf742335f74357e4d6a4579aa72de4362699a3c8f5e95538cd2f3baa6cff6d7 base-devel-20260111.0.480251.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-devel-20260111.0.480139.tar.zst
tar -C /rootfs --extract --file base-devel-20260111.0.480251.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="20260111.0.480139"
LABEL org.opencontainers.image.version="20260111.0.480251"
LABEL org.opencontainers.image.revision="0d7c4c0017584f9bcb495105cc412d6575f04564"
LABEL org.opencontainers.image.created="2026-01-11T00:07:19+00:00"
LABEL org.opencontainers.image.created="2026-01-11T09:06:45+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20260111.0.480139' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20260111.0.480251' /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/20260111.0.480139/multilib-devel-20260111.0.480139.tar.zst" && \
echo "cb348aeac14f4083fea76744f16ec8b818d21186df250e1363ac77c28da26875 multilib-devel-20260111.0.480139.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260111.0.480251/multilib-devel-20260111.0.480251.tar.zst" && \
echo "4072edc2c311605fd464a4789f980104292eb6a3942aa9db1fc531dca38956e3 multilib-devel-20260111.0.480251.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file multilib-devel-20260111.0.480139.tar.zst
tar -C /rootfs --extract --file multilib-devel-20260111.0.480251.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="20260111.0.480139"
LABEL org.opencontainers.image.version="20260111.0.480251"
LABEL org.opencontainers.image.revision="0d7c4c0017584f9bcb495105cc412d6575f04564"
LABEL org.opencontainers.image.created="2026-01-11T00:07:19+00:00"
LABEL org.opencontainers.image.created="2026-01-11T09:06:45+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20260111.0.480139' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20260111.0.480251' /etc/os-release
ENV LANG=C.UTF-8
CMD ["/usr/bin/bash"]