Release 20241218.0.290242

This commit is contained in:
GITLAB_PROJECT_TOKEN 2024-12-18 09:07:31 +00:00
parent e1d57ad1bb
commit a763366a3d
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/20241217.0.289945/base-20241217.0.289945.tar.zst" && \
echo "ed067db86d80d7241f78b63bfbd74ce5551f792aafb90ed33d66fd203eb8c309 base-20241217.0.289945.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20241218.0.290242/base-20241218.0.290242.tar.zst" && \
echo "a5971f4978db0dc6837c3a2569cace80328c2349e420626b8dc13f561327d47a base-20241218.0.290242.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-20241217.0.289945.tar.zst
tar -C /rootfs --extract --file base-20241218.0.290242.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="20241217.0.289945"
LABEL org.opencontainers.image.version="20241218.0.290242"
LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725"
LABEL org.opencontainers.image.created="2024-12-17T09:07:33+00:00"
LABEL org.opencontainers.image.created="2024-12-18T09:07:31+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20241217.0.289945' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20241218.0.290242' /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/20241217.0.289945/base-devel-20241217.0.289945.tar.zst" && \
echo "efdecfd8a7ed74637e7767cbb0abefb4d2259396759f4d1561bd883bf0a658f3 base-devel-20241217.0.289945.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20241218.0.290242/base-devel-20241218.0.290242.tar.zst" && \
echo "357619f5c1573b385c37fc48d2082f5f805d4597d953014a9c2fb5d6833fcfca base-devel-20241218.0.290242.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-devel-20241217.0.289945.tar.zst
tar -C /rootfs --extract --file base-devel-20241218.0.290242.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="20241217.0.289945"
LABEL org.opencontainers.image.version="20241218.0.290242"
LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725"
LABEL org.opencontainers.image.created="2024-12-17T09:07:33+00:00"
LABEL org.opencontainers.image.created="2024-12-18T09:07:31+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20241217.0.289945' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20241218.0.290242' /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/20241217.0.289945/multilib-devel-20241217.0.289945.tar.zst" && \
echo "f4c17cdec5288b89ad4e5f58e5171e418436f28a84be61a39edac76e1567040e multilib-devel-20241217.0.289945.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20241218.0.290242/multilib-devel-20241218.0.290242.tar.zst" && \
echo "499d2c84dd5808f4b3d965fe0d5afe052234a540c1e78eaae934be25f0c741f5 multilib-devel-20241218.0.290242.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file multilib-devel-20241217.0.289945.tar.zst
tar -C /rootfs --extract --file multilib-devel-20241218.0.290242.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="20241217.0.289945"
LABEL org.opencontainers.image.version="20241218.0.290242"
LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725"
LABEL org.opencontainers.image.created="2024-12-17T09:07:33+00:00"
LABEL org.opencontainers.image.created="2024-12-18T09:07:31+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20241217.0.289945' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20241218.0.290242' /etc/os-release
ENV LANG=C.UTF-8
CMD ["/usr/bin/bash"]