Release 20250311.0.319560

This commit is contained in:
GITLAB_PROJECT_TOKEN 2025-03-11 09:07:37 +00:00
parent e8de93e457
commit 858a17f973
3 changed files with 18 additions and 18 deletions

View File

@ -14,11 +14,11 @@ FROM alpine:3.21 AS verify
RUN apk add --no-cache curl tar zstd
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250309.0.318843/base-20250309.0.318843.tar.zst" && \
echo "c9f43d449d4d1e9b5f1758331c72d5fc062ff2757311ab87b7461f6adf570de5 base-20250309.0.318843.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250311.0.319560/base-20250311.0.319560.tar.zst" && \
echo "ea318ab15c12e512a9c712471f9f30407d2ada56cc7acd076058366ebe89532a base-20250311.0.319560.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-20250309.0.318843.tar.zst
tar -C /rootfs --extract --file base-20250311.0.319560.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="20250309.0.318843"
LABEL org.opencontainers.image.version="20250311.0.319560"
LABEL org.opencontainers.image.revision="ae0527df18a9c5b94b28351b2265a20012d2fda0"
LABEL org.opencontainers.image.created="2025-03-09T09:07:34+00:00"
LABEL org.opencontainers.image.created="2025-03-11T09:07:37+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20250309.0.318843' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20250311.0.319560' /etc/os-release
ENV LANG=C.UTF-8
CMD ["/usr/bin/bash"]

View File

@ -14,11 +14,11 @@ FROM alpine:3.21 AS verify
RUN apk add --no-cache curl tar zstd
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250309.0.318843/base-devel-20250309.0.318843.tar.zst" && \
echo "b717e0a604dcacafb8140a5b27177d0f742be48f9265f4bdb7e20011f02c8410 base-devel-20250309.0.318843.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250311.0.319560/base-devel-20250311.0.319560.tar.zst" && \
echo "f457d627fde6d1030fd935f3bfde9eeb79d9fff6699983b324b8f574cf2086dc base-devel-20250311.0.319560.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-devel-20250309.0.318843.tar.zst
tar -C /rootfs --extract --file base-devel-20250311.0.319560.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="20250309.0.318843"
LABEL org.opencontainers.image.version="20250311.0.319560"
LABEL org.opencontainers.image.revision="ae0527df18a9c5b94b28351b2265a20012d2fda0"
LABEL org.opencontainers.image.created="2025-03-09T09:07:34+00:00"
LABEL org.opencontainers.image.created="2025-03-11T09:07:37+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20250309.0.318843' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20250311.0.319560' /etc/os-release
ENV LANG=C.UTF-8
CMD ["/usr/bin/bash"]

View File

@ -14,11 +14,11 @@ FROM alpine:3.21 AS verify
RUN apk add --no-cache curl tar zstd
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250309.0.318843/multilib-devel-20250309.0.318843.tar.zst" && \
echo "36a6426c2057b0fa649934877265b8c168e8cb99f5ea8156f5267c8a007066e1 multilib-devel-20250309.0.318843.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250311.0.319560/multilib-devel-20250311.0.319560.tar.zst" && \
echo "f7b096bb1557c3b0ace3295e44de130e045780f29d056b2ce7aff80da1116a5c multilib-devel-20250311.0.319560.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file multilib-devel-20250309.0.318843.tar.zst
tar -C /rootfs --extract --file multilib-devel-20250311.0.319560.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="20250309.0.318843"
LABEL org.opencontainers.image.version="20250311.0.319560"
LABEL org.opencontainers.image.revision="ae0527df18a9c5b94b28351b2265a20012d2fda0"
LABEL org.opencontainers.image.created="2025-03-09T09:07:34+00:00"
LABEL org.opencontainers.image.created="2025-03-11T09:07:37+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20250309.0.318843' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20250311.0.319560' /etc/os-release
ENV LANG=C.UTF-8
CMD ["/usr/bin/bash"]