Release 20241118.0.280344

This commit is contained in:
GITLAB_PROJECT_TOKEN 2024-11-18 09:07:36 +00:00
parent e5e45b4061
commit 2a5b80ac17
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/20241117.0.280143/base-20241117.0.280143.tar.zst" && \
echo "59e3058d07b0a263c3c62c6975513aee443c109f30122e42e1d33b80d3efb426 base-20241117.0.280143.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20241118.0.280344/base-20241118.0.280344.tar.zst" && \
echo "9a6063f7d563bc9872fc989000b91d511d2d7a30cade956bd7fc0e64c52504c1 base-20241118.0.280344.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-20241117.0.280143.tar.zst
tar -C /rootfs --extract --file base-20241118.0.280344.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="20241117.0.280143"
LABEL org.opencontainers.image.version="20241118.0.280344"
LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725"
LABEL org.opencontainers.image.created="2024-11-17T09:07:26+00:00"
LABEL org.opencontainers.image.created="2024-11-18T09:07:35+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20241117.0.280143' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20241118.0.280344' /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/20241117.0.280143/base-devel-20241117.0.280143.tar.zst" && \
echo "a87c81d3357efaa15e8908fc0fca3dbadee71706e2a70f23e6c1a1bd7a6764a1 base-devel-20241117.0.280143.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20241118.0.280344/base-devel-20241118.0.280344.tar.zst" && \
echo "505baa3ee7ac6e5bff2e6f4dcca20de3a0e9ca9a8dabea69221cd010b727fe84 base-devel-20241118.0.280344.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-devel-20241117.0.280143.tar.zst
tar -C /rootfs --extract --file base-devel-20241118.0.280344.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="20241117.0.280143"
LABEL org.opencontainers.image.version="20241118.0.280344"
LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725"
LABEL org.opencontainers.image.created="2024-11-17T09:07:26+00:00"
LABEL org.opencontainers.image.created="2024-11-18T09:07:35+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20241117.0.280143' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20241118.0.280344' /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/20241117.0.280143/multilib-devel-20241117.0.280143.tar.zst" && \
echo "16219a39d5df13aae8ba4e4af1fa4f3af5a08d1245274821bc2623476b773343 multilib-devel-20241117.0.280143.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20241118.0.280344/multilib-devel-20241118.0.280344.tar.zst" && \
echo "df995164d0c3c9ade1934156f11c7ca1fd3ba6935e5dfc165a6f23c2c7e732e5 multilib-devel-20241118.0.280344.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file multilib-devel-20241117.0.280143.tar.zst
tar -C /rootfs --extract --file multilib-devel-20241118.0.280344.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="20241117.0.280143"
LABEL org.opencontainers.image.version="20241118.0.280344"
LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725"
LABEL org.opencontainers.image.created="2024-11-17T09:07:26+00:00"
LABEL org.opencontainers.image.created="2024-11-18T09:07:35+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20241117.0.280143' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20241118.0.280344' /etc/os-release
ENV LANG=C.UTF-8
CMD ["/usr/bin/bash"]