Release 20241224.0.291882

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