Release 20260124.0.484463

This commit is contained in:
GITLAB_PROJECT_TOKEN 2026-01-24 09:07:00 +00:00
parent 402d68712e
commit becbc2acee
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/20260123.0.484053/base-20260123.0.484053.tar.zst" && \
echo "768d5389cca38d00c5f9bde661db7bec048a056bedf935ea84c7c7af1ca689a8 base-20260123.0.484053.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260124.0.484463/base-20260124.0.484463.tar.zst" && \
echo "b02c4bc063a2c3c5859fdafcdb28dcb591e21c602527741e8b7509bce56de71a base-20260124.0.484463.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-20260123.0.484053.tar.zst
tar -C /rootfs --extract --file base-20260124.0.484463.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="20260123.0.484053"
LABEL org.opencontainers.image.version="20260124.0.484463"
LABEL org.opencontainers.image.revision="0d7c4c0017584f9bcb495105cc412d6575f04564"
LABEL org.opencontainers.image.created="2026-01-23T09:07:04+00:00"
LABEL org.opencontainers.image.created="2026-01-24T09:06:59+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20260123.0.484053' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20260124.0.484463' /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/20260123.0.484053/base-devel-20260123.0.484053.tar.zst" && \
echo "4b16ea3ae9f6ae604c579f0fcdacfde83883f1f38b54a410091c31d1af760914 base-devel-20260123.0.484053.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260124.0.484463/base-devel-20260124.0.484463.tar.zst" && \
echo "fea1c9ca03f16ff054c26e6746509aa3361eedd63aecec2a44e73b2ff803f61c base-devel-20260124.0.484463.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-devel-20260123.0.484053.tar.zst
tar -C /rootfs --extract --file base-devel-20260124.0.484463.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="20260123.0.484053"
LABEL org.opencontainers.image.version="20260124.0.484463"
LABEL org.opencontainers.image.revision="0d7c4c0017584f9bcb495105cc412d6575f04564"
LABEL org.opencontainers.image.created="2026-01-23T09:07:04+00:00"
LABEL org.opencontainers.image.created="2026-01-24T09:06:59+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20260123.0.484053' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20260124.0.484463' /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/20260123.0.484053/multilib-devel-20260123.0.484053.tar.zst" && \
echo "c882e03844ecea29104d8d40673d96098eaa2a57627518e1a44b0503eed1500c multilib-devel-20260123.0.484053.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260124.0.484463/multilib-devel-20260124.0.484463.tar.zst" && \
echo "7bad079f7df027c6524eff44110b6827df1d060e1a2c2156eb4a61358a541407 multilib-devel-20260124.0.484463.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file multilib-devel-20260123.0.484053.tar.zst
tar -C /rootfs --extract --file multilib-devel-20260124.0.484463.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="20260123.0.484053"
LABEL org.opencontainers.image.version="20260124.0.484463"
LABEL org.opencontainers.image.revision="0d7c4c0017584f9bcb495105cc412d6575f04564"
LABEL org.opencontainers.image.created="2026-01-23T09:07:04+00:00"
LABEL org.opencontainers.image.created="2026-01-24T09:06:59+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20260123.0.484053' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20260124.0.484463' /etc/os-release
ENV LANG=C.UTF-8
CMD ["/usr/bin/bash"]