Release 20250123.0.300642

This commit is contained in:
GITLAB_PROJECT_TOKEN 2025-01-23 09:07:17 +00:00
parent d0ff885c69
commit e55d30ea42
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/20250122.0.300297/base-20250122.0.300297.tar.zst" && \
echo "784cb6c7f344a356028115c7922503ce989d79a70ff875983f9fc9a02852342b base-20250122.0.300297.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250123.0.300642/base-20250123.0.300642.tar.zst" && \
echo "1a18a1a795a2308d7597a4c592e307c6307f0cf6a6b316fd9ce5af3c1e1b913c base-20250123.0.300642.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-20250122.0.300297.tar.zst
tar -C /rootfs --extract --file base-20250123.0.300642.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="20250122.0.300297"
LABEL org.opencontainers.image.version="20250123.0.300642"
LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725"
LABEL org.opencontainers.image.created="2025-01-22T09:07:15+00:00"
LABEL org.opencontainers.image.created="2025-01-23T09:07:17+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20250122.0.300297' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20250123.0.300642' /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/20250122.0.300297/base-devel-20250122.0.300297.tar.zst" && \
echo "1489f238503432608421f428deee5372f20b6814256e0ce949d993e45b3d1596 base-devel-20250122.0.300297.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250123.0.300642/base-devel-20250123.0.300642.tar.zst" && \
echo "015be3dc412ebc71d8b1bdad858a811278393953d9f2185e6e4f4e3d99e03d7c base-devel-20250123.0.300642.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-devel-20250122.0.300297.tar.zst
tar -C /rootfs --extract --file base-devel-20250123.0.300642.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="20250122.0.300297"
LABEL org.opencontainers.image.version="20250123.0.300642"
LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725"
LABEL org.opencontainers.image.created="2025-01-22T09:07:15+00:00"
LABEL org.opencontainers.image.created="2025-01-23T09:07:17+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20250122.0.300297' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20250123.0.300642' /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/20250122.0.300297/multilib-devel-20250122.0.300297.tar.zst" && \
echo "8e4be11ab734811cacb9896911d4049c31987be10af0be67d29501c9d19df2bf multilib-devel-20250122.0.300297.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250123.0.300642/multilib-devel-20250123.0.300642.tar.zst" && \
echo "6cfeb2095c3075e5565365ddf37f9e088f79f825ccef71e52df0817fa091c51f multilib-devel-20250123.0.300642.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file multilib-devel-20250122.0.300297.tar.zst
tar -C /rootfs --extract --file multilib-devel-20250123.0.300642.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="20250122.0.300297"
LABEL org.opencontainers.image.version="20250123.0.300642"
LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725"
LABEL org.opencontainers.image.created="2025-01-22T09:07:15+00:00"
LABEL org.opencontainers.image.created="2025-01-23T09:07:17+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20250122.0.300297' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20250123.0.300642' /etc/os-release
ENV LANG=C.UTF-8
CMD ["/usr/bin/bash"]