Release 20240918.0.263961

This commit is contained in:
GITLAB_PROJECT_TOKEN 2024-09-18 09:07:20 +00:00
parent 80feab029f
commit 94ffc86169
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/20240917.0.263688/base-20240917.0.263688.tar.zst" && \
echo "3aae4a29efbddeaf38d14ce06177377e979cc45988e3fb84c075552af96fa36a base-20240917.0.263688.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240918.0.263961/base-20240918.0.263961.tar.zst" && \
echo "90e3bf03a8887372cd65e6c47de1156d68995ccec1a9e346b0c17ad6c6793843 base-20240918.0.263961.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-20240917.0.263688.tar.zst
tar -C /rootfs --extract --file base-20240918.0.263961.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="20240917.0.263688"
LABEL org.opencontainers.image.version="20240918.0.263961"
LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725"
LABEL org.opencontainers.image.created="2024-09-17T09:07:28+00:00"
LABEL org.opencontainers.image.created="2024-09-18T09:07:20+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20240917.0.263688' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20240918.0.263961' /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/20240917.0.263688/base-devel-20240917.0.263688.tar.zst" && \
echo "58119704103c081a85b05f01a9dc0629a5f50812f78852ec703769e2ee6662a3 base-devel-20240917.0.263688.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240918.0.263961/base-devel-20240918.0.263961.tar.zst" && \
echo "f21649bad91cd8563d2f15a0f49122e5748e5619c2e42d83ebb77edbfd486efc base-devel-20240918.0.263961.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-devel-20240917.0.263688.tar.zst
tar -C /rootfs --extract --file base-devel-20240918.0.263961.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="20240917.0.263688"
LABEL org.opencontainers.image.version="20240918.0.263961"
LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725"
LABEL org.opencontainers.image.created="2024-09-17T09:07:28+00:00"
LABEL org.opencontainers.image.created="2024-09-18T09:07:20+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20240917.0.263688' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20240918.0.263961' /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/20240917.0.263688/multilib-devel-20240917.0.263688.tar.zst" && \
echo "e666baf2e52eacbf3fbfe5cabf00d73171ed26f7428e3b12eb4fd617adea28dc multilib-devel-20240917.0.263688.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240918.0.263961/multilib-devel-20240918.0.263961.tar.zst" && \
echo "05fa1471ccf4265ff3d0b5c240c0c3d96b8292d3f919fddb6b02df4cb3e98f01 multilib-devel-20240918.0.263961.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file multilib-devel-20240917.0.263688.tar.zst
tar -C /rootfs --extract --file multilib-devel-20240918.0.263961.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="20240917.0.263688"
LABEL org.opencontainers.image.version="20240918.0.263961"
LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725"
LABEL org.opencontainers.image.created="2024-09-17T09:07:28+00:00"
LABEL org.opencontainers.image.created="2024-09-18T09:07:20+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20240917.0.263688' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20240918.0.263961' /etc/os-release
ENV LANG=C.UTF-8
CMD ["/usr/bin/bash"]