Release 20240921.0.264640

This commit is contained in:
GITLAB_PROJECT_TOKEN 2024-09-21 09:07:30 +00:00
parent 620e907e96
commit ade973ccd7
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/20240920.0.264331/base-20240920.0.264331.tar.zst" && \
echo "eb4b6d818e9040d969f3f74b9d31e309d867bf66e62e30d8975bdfbc0ed58c6d base-20240920.0.264331.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240921.0.264640/base-20240921.0.264640.tar.zst" && \
echo "90b4ece178be678b184da24b78e48893753ba4cae56f34f5c6c91d1f87910a37 base-20240921.0.264640.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-20240920.0.264331.tar.zst
tar -C /rootfs --extract --file base-20240921.0.264640.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="20240920.0.264331"
LABEL org.opencontainers.image.version="20240921.0.264640"
LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725"
LABEL org.opencontainers.image.created="2024-09-20T09:07:18+00:00"
LABEL org.opencontainers.image.created="2024-09-21T09:07:29+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20240920.0.264331' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20240921.0.264640' /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/20240920.0.264331/base-devel-20240920.0.264331.tar.zst" && \
echo "c6274e3722512b679368d266d8806415ed810907262ffbcae74b7cc14b444d2b base-devel-20240920.0.264331.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240921.0.264640/base-devel-20240921.0.264640.tar.zst" && \
echo "77404d9c84ce1c5d365e0e1aff361f58fd2bc199a33d643b6caac0016434f98b base-devel-20240921.0.264640.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-devel-20240920.0.264331.tar.zst
tar -C /rootfs --extract --file base-devel-20240921.0.264640.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="20240920.0.264331"
LABEL org.opencontainers.image.version="20240921.0.264640"
LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725"
LABEL org.opencontainers.image.created="2024-09-20T09:07:18+00:00"
LABEL org.opencontainers.image.created="2024-09-21T09:07:29+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20240920.0.264331' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20240921.0.264640' /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/20240920.0.264331/multilib-devel-20240920.0.264331.tar.zst" && \
echo "50121c68dd08d0c3b27d74dd28cebd23aba497d1adcb80f105955614c07f6d78 multilib-devel-20240920.0.264331.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240921.0.264640/multilib-devel-20240921.0.264640.tar.zst" && \
echo "9c3f2abe5c00a4489f541b4daf45e21e450d96b30e78349269a82aadf0c427db multilib-devel-20240921.0.264640.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file multilib-devel-20240920.0.264331.tar.zst
tar -C /rootfs --extract --file multilib-devel-20240921.0.264640.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="20240920.0.264331"
LABEL org.opencontainers.image.version="20240921.0.264640"
LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725"
LABEL org.opencontainers.image.created="2024-09-20T09:07:18+00:00"
LABEL org.opencontainers.image.created="2024-09-21T09:07:29+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20240920.0.264331' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20240921.0.264640' /etc/os-release
ENV LANG=C.UTF-8
CMD ["/usr/bin/bash"]