Release 20241223.0.291563

This commit is contained in:
GITLAB_PROJECT_TOKEN 2024-12-23 09:07:22 +00:00
parent dcd67119ea
commit b6210fbc61
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/20241222.0.291235/base-20241222.0.291235.tar.zst" && \
echo "9465cd3ba3c638dd49cb6402281bdeed998c671d7c19565ad2a1ad7c06c8d8d9 base-20241222.0.291235.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20241223.0.291563/base-20241223.0.291563.tar.zst" && \
echo "1284d5151ee6f6afedc6cdefe6841e437c10c715ac01f5bb7a0a6b0fc14f7b48 base-20241223.0.291563.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-20241222.0.291235.tar.zst
tar -C /rootfs --extract --file base-20241223.0.291563.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="20241222.0.291235"
LABEL org.opencontainers.image.version="20241223.0.291563"
LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725"
LABEL org.opencontainers.image.created="2024-12-22T09:07:26+00:00"
LABEL org.opencontainers.image.created="2024-12-23T09:07:22+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20241222.0.291235' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20241223.0.291563' /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/20241222.0.291235/base-devel-20241222.0.291235.tar.zst" && \
echo "3e6aa7bf363f51907b50a2ac69d179a5cd98abe2f98755c1a865b5ce2d550a12 base-devel-20241222.0.291235.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20241223.0.291563/base-devel-20241223.0.291563.tar.zst" && \
echo "d06a21afb12640cd8f7123325d7b5c9439b1eeee572d480243595d2c27645eeb base-devel-20241223.0.291563.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-devel-20241222.0.291235.tar.zst
tar -C /rootfs --extract --file base-devel-20241223.0.291563.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="20241222.0.291235"
LABEL org.opencontainers.image.version="20241223.0.291563"
LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725"
LABEL org.opencontainers.image.created="2024-12-22T09:07:26+00:00"
LABEL org.opencontainers.image.created="2024-12-23T09:07:22+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20241222.0.291235' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20241223.0.291563' /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/20241222.0.291235/multilib-devel-20241222.0.291235.tar.zst" && \
echo "0b863454b45bf110a636f13107460d2c9269a74ccec909b7c63d0d1028c76904 multilib-devel-20241222.0.291235.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20241223.0.291563/multilib-devel-20241223.0.291563.tar.zst" && \
echo "2e16b512b43e1d6db44dd24e37e9100ac16c55d5f7804d89be2d8d3c9b5c887c multilib-devel-20241223.0.291563.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file multilib-devel-20241222.0.291235.tar.zst
tar -C /rootfs --extract --file multilib-devel-20241223.0.291563.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="20241222.0.291235"
LABEL org.opencontainers.image.version="20241223.0.291563"
LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725"
LABEL org.opencontainers.image.created="2024-12-22T09:07:26+00:00"
LABEL org.opencontainers.image.created="2024-12-23T09:07:22+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20241222.0.291235' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20241223.0.291563' /etc/os-release
ENV LANG=C.UTF-8
CMD ["/usr/bin/bash"]