Release 20250211.0.307307

This commit is contained in:
GITLAB_PROJECT_TOKEN 2025-02-11 09:07:10 +00:00
parent 15c14bb4a7
commit d8cc5b0f67
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/20250210.0.306967/base-20250210.0.306967.tar.zst" && \
echo "7c2812a2e829efe4e729f827f112dce4fa28f3143d9e42d9540a5309f63cd15d base-20250210.0.306967.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250211.0.307307/base-20250211.0.307307.tar.zst" && \
echo "da78b34908a3dc009e94cdc32325199f66f748b77ba3fe2a8451f1b8e035ace5 base-20250211.0.307307.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-20250210.0.306967.tar.zst
tar -C /rootfs --extract --file base-20250211.0.307307.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="20250210.0.306967"
LABEL org.opencontainers.image.version="20250211.0.307307"
LABEL org.opencontainers.image.revision="ae0527df18a9c5b94b28351b2265a20012d2fda0"
LABEL org.opencontainers.image.created="2025-02-10T09:07:24+00:00"
LABEL org.opencontainers.image.created="2025-02-11T09:07:10+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20250210.0.306967' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20250211.0.307307' /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/20250210.0.306967/base-devel-20250210.0.306967.tar.zst" && \
echo "faa0a9ce8829902ca666a49a51a94b0ba9beb64993989152b358b71841c8a262 base-devel-20250210.0.306967.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250211.0.307307/base-devel-20250211.0.307307.tar.zst" && \
echo "34a85ea0e5788b6d3a8ed04fe627c101f47a945dc7114d1ee7c0c1ea943b5754 base-devel-20250211.0.307307.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-devel-20250210.0.306967.tar.zst
tar -C /rootfs --extract --file base-devel-20250211.0.307307.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="20250210.0.306967"
LABEL org.opencontainers.image.version="20250211.0.307307"
LABEL org.opencontainers.image.revision="ae0527df18a9c5b94b28351b2265a20012d2fda0"
LABEL org.opencontainers.image.created="2025-02-10T09:07:24+00:00"
LABEL org.opencontainers.image.created="2025-02-11T09:07:10+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20250210.0.306967' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20250211.0.307307' /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/20250210.0.306967/multilib-devel-20250210.0.306967.tar.zst" && \
echo "30943cb6fe0f0ad257755cca41c39b8f39e67d0ac182dde0501f19dc551b607c multilib-devel-20250210.0.306967.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250211.0.307307/multilib-devel-20250211.0.307307.tar.zst" && \
echo "e43837fa45db5266123a02a7a441c9fdf4ee0b055bdc8e97808e680ea8bc09fa multilib-devel-20250211.0.307307.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file multilib-devel-20250210.0.306967.tar.zst
tar -C /rootfs --extract --file multilib-devel-20250211.0.307307.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="20250210.0.306967"
LABEL org.opencontainers.image.version="20250211.0.307307"
LABEL org.opencontainers.image.revision="ae0527df18a9c5b94b28351b2265a20012d2fda0"
LABEL org.opencontainers.image.created="2025-02-10T09:07:24+00:00"
LABEL org.opencontainers.image.created="2025-02-11T09:07:10+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20250210.0.306967' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20250211.0.307307' /etc/os-release
ENV LANG=C.UTF-8
CMD ["/usr/bin/bash"]