Release 20260407.0.511826

This commit is contained in:
GITLAB_PROJECT_TOKEN 2026-04-07 09:06:35 +00:00
parent a1fb9e3c9a
commit aa600ea3ba
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/20260406.0.511667/base-20260406.0.511667.tar.zst" && \
echo "39341ab02c99d718cb8cfa2c1cababc94d9446cb38b4870c435db7d1bd06e9df base-20260406.0.511667.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260407.0.511826/base-20260407.0.511826.tar.zst" && \
echo "839165b2904d5113d15d40774b94c3020a45d8e224c4c5f8a3658ee32fbdd548 base-20260407.0.511826.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-20260406.0.511667.tar.zst
tar -C /rootfs --extract --file base-20260407.0.511826.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="20260406.0.511667"
LABEL org.opencontainers.image.version="20260407.0.511826"
LABEL org.opencontainers.image.revision="0d7c4c0017584f9bcb495105cc412d6575f04564"
LABEL org.opencontainers.image.created="2026-04-06T09:06:45+00:00"
LABEL org.opencontainers.image.created="2026-04-07T09:06:34+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20260406.0.511667' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20260407.0.511826' /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/20260406.0.511667/base-devel-20260406.0.511667.tar.zst" && \
echo "d6b61f943ebbf392256a13a1621550cfac9886935a732decabc0a72d90145afc base-devel-20260406.0.511667.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260407.0.511826/base-devel-20260407.0.511826.tar.zst" && \
echo "3fcf1e4b85c339623a378ac085f890f115e0fa6680af8b334dfa1a522359fa1e base-devel-20260407.0.511826.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-devel-20260406.0.511667.tar.zst
tar -C /rootfs --extract --file base-devel-20260407.0.511826.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="20260406.0.511667"
LABEL org.opencontainers.image.version="20260407.0.511826"
LABEL org.opencontainers.image.revision="0d7c4c0017584f9bcb495105cc412d6575f04564"
LABEL org.opencontainers.image.created="2026-04-06T09:06:45+00:00"
LABEL org.opencontainers.image.created="2026-04-07T09:06:34+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20260406.0.511667' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20260407.0.511826' /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/20260406.0.511667/multilib-devel-20260406.0.511667.tar.zst" && \
echo "48a9443e983f3b58fb60e0ed3f6910e8d3293ec5a0894eda385e141358fba5b0 multilib-devel-20260406.0.511667.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260407.0.511826/multilib-devel-20260407.0.511826.tar.zst" && \
echo "4128a5db7d11d150ccd05755025055ca59f2fcdfc2e2cf2917b2eb9f20a50063 multilib-devel-20260407.0.511826.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file multilib-devel-20260406.0.511667.tar.zst
tar -C /rootfs --extract --file multilib-devel-20260407.0.511826.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="20260406.0.511667"
LABEL org.opencontainers.image.version="20260407.0.511826"
LABEL org.opencontainers.image.revision="0d7c4c0017584f9bcb495105cc412d6575f04564"
LABEL org.opencontainers.image.created="2026-04-06T09:06:45+00:00"
LABEL org.opencontainers.image.created="2026-04-07T09:06:34+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20260406.0.511667' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20260407.0.511826' /etc/os-release
ENV LANG=C.UTF-8
CMD ["/usr/bin/bash"]