Release 20241125.0.282696

This commit is contained in:
GITLAB_PROJECT_TOKEN 2024-11-25 09:07:30 +00:00
parent cb8f01c812
commit 16303afc68
3 changed files with 18 additions and 18 deletions

View File

@ -14,11 +14,11 @@ FROM alpine:3.19 AS verify
RUN apk add --no-cache curl tar zstd
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20241124.0.282497/base-20241124.0.282497.tar.zst" && \
echo "3fb09c61213fb9e6e63a446ebee8c7aeff4c29674cf9b1fcb493a42728a38aee base-20241124.0.282497.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20241125.0.282696/base-20241125.0.282696.tar.zst" && \
echo "5db6c082d93b5b4a59e814f11f620de63fa1032bb32b156754bde8a3b88a1ffc base-20241125.0.282696.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-20241124.0.282497.tar.zst
tar -C /rootfs --extract --file base-20241125.0.282696.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="20241124.0.282497"
LABEL org.opencontainers.image.version="20241125.0.282696"
LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725"
LABEL org.opencontainers.image.created="2024-11-24T09:07:29+00:00"
LABEL org.opencontainers.image.created="2024-11-25T09:07:29+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20241124.0.282497' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20241125.0.282696' /etc/os-release
ENV LANG=C.UTF-8
CMD ["/usr/bin/bash"]

View File

@ -14,11 +14,11 @@ FROM alpine:3.19 AS verify
RUN apk add --no-cache curl tar zstd
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20241124.0.282497/base-devel-20241124.0.282497.tar.zst" && \
echo "71ef78fac36cf5166ce5f5314b67e1b17f65911701af502129bf583320f8b29f base-devel-20241124.0.282497.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20241125.0.282696/base-devel-20241125.0.282696.tar.zst" && \
echo "94a4774f06d33e870c9bac1c2fa24b18716e5028b3866934628f7a9d93295ad7 base-devel-20241125.0.282696.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-devel-20241124.0.282497.tar.zst
tar -C /rootfs --extract --file base-devel-20241125.0.282696.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="20241124.0.282497"
LABEL org.opencontainers.image.version="20241125.0.282696"
LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725"
LABEL org.opencontainers.image.created="2024-11-24T09:07:29+00:00"
LABEL org.opencontainers.image.created="2024-11-25T09:07:29+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20241124.0.282497' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20241125.0.282696' /etc/os-release
ENV LANG=C.UTF-8
CMD ["/usr/bin/bash"]

View File

@ -14,11 +14,11 @@ FROM alpine:3.19 AS verify
RUN apk add --no-cache curl tar zstd
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20241124.0.282497/multilib-devel-20241124.0.282497.tar.zst" && \
echo "5c6b95beef669aa95d7f50431121c41c6cb5be6773c1e023e62a490fb26b5c9c multilib-devel-20241124.0.282497.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20241125.0.282696/multilib-devel-20241125.0.282696.tar.zst" && \
echo "95d1c18cfc76e304cb2422fae91eb27a802a4a7e0ece62569ee423a3abcc9319 multilib-devel-20241125.0.282696.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file multilib-devel-20241124.0.282497.tar.zst
tar -C /rootfs --extract --file multilib-devel-20241125.0.282696.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="20241124.0.282497"
LABEL org.opencontainers.image.version="20241125.0.282696"
LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725"
LABEL org.opencontainers.image.created="2024-11-24T09:07:29+00:00"
LABEL org.opencontainers.image.created="2024-11-25T09:07:29+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20241124.0.282497' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20241125.0.282696' /etc/os-release
ENV LANG=C.UTF-8
CMD ["/usr/bin/bash"]