Release 20240920.0.264331

This commit is contained in:
GITLAB_PROJECT_TOKEN 2024-09-20 09:07:18 +00:00
parent b55c849866
commit 620e907e96
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/20240919.0.264159/base-20240919.0.264159.tar.zst" && \
echo "d556e685fed417e7eb00fac4d73f96aaa4c32d1bc6b3a339fd32b9b27485bbe9 base-20240919.0.264159.tar.zst" > /tmp/sha256sums.txt && \
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 && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-20240919.0.264159.tar.zst
tar -C /rootfs --extract --file base-20240920.0.264331.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="20240919.0.264159"
LABEL org.opencontainers.image.version="20240920.0.264331"
LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725"
LABEL org.opencontainers.image.created="2024-09-19T09:07:30+00:00"
LABEL org.opencontainers.image.created="2024-09-20T09:07:18+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20240919.0.264159' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20240920.0.264331' /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/20240919.0.264159/base-devel-20240919.0.264159.tar.zst" && \
echo "0135e56f9978f28087506dec47edb0d72acc43f0e25c7834fe1206bf6690ed44 base-devel-20240919.0.264159.tar.zst" > /tmp/sha256sums.txt && \
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 && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-devel-20240919.0.264159.tar.zst
tar -C /rootfs --extract --file base-devel-20240920.0.264331.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="20240919.0.264159"
LABEL org.opencontainers.image.version="20240920.0.264331"
LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725"
LABEL org.opencontainers.image.created="2024-09-19T09:07:30+00:00"
LABEL org.opencontainers.image.created="2024-09-20T09:07:18+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20240919.0.264159' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20240920.0.264331' /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/20240919.0.264159/multilib-devel-20240919.0.264159.tar.zst" && \
echo "f9c4a3a1af2aa151ee1543ed662d7e8a1c3ca346c79809698fde372e031ee2d8 multilib-devel-20240919.0.264159.tar.zst" > /tmp/sha256sums.txt && \
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 && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file multilib-devel-20240919.0.264159.tar.zst
tar -C /rootfs --extract --file multilib-devel-20240920.0.264331.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="20240919.0.264159"
LABEL org.opencontainers.image.version="20240920.0.264331"
LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725"
LABEL org.opencontainers.image.created="2024-09-19T09:07:30+00:00"
LABEL org.opencontainers.image.created="2024-09-20T09:07:18+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20240919.0.264159' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20240920.0.264331' /etc/os-release
ENV LANG=C.UTF-8
CMD ["/usr/bin/bash"]