Release 20240904.0.260215

This commit is contained in:
GITLAB_PROJECT_TOKEN 2024-09-04 09:07:14 +00:00
parent 6d44c8e185
commit aa9b86bfbb
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/20240903.0.259979/base-20240903.0.259979.tar.zst" && \
echo "9ab48486a27c631c4bab086d3f6e5c56b76ff3c37c1afb1504f015097897ab6e base-20240903.0.259979.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240904.0.260215/base-20240904.0.260215.tar.zst" && \
echo "5d0908a105aca4e59823c275c2288936866c99d4f12c5f4ae50b1fbdfd478a93 base-20240904.0.260215.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-20240903.0.259979.tar.zst
tar -C /rootfs --extract --file base-20240904.0.260215.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="20240903.0.259979"
LABEL org.opencontainers.image.version="20240904.0.260215"
LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725"
LABEL org.opencontainers.image.created="2024-09-03T09:07:31+00:00"
LABEL org.opencontainers.image.created="2024-09-04T09:07:14+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20240903.0.259979' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20240904.0.260215' /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/20240903.0.259979/base-devel-20240903.0.259979.tar.zst" && \
echo "3d5053e975ca13fc58fe6ea2f0d46a85d1bc995753e551327622dd721b0f1cab base-devel-20240903.0.259979.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240904.0.260215/base-devel-20240904.0.260215.tar.zst" && \
echo "1dddd1483b32231eec2be67ff15a9f01b124b5e6fad1d5fb7c8700dad2727b73 base-devel-20240904.0.260215.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-devel-20240903.0.259979.tar.zst
tar -C /rootfs --extract --file base-devel-20240904.0.260215.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="20240903.0.259979"
LABEL org.opencontainers.image.version="20240904.0.260215"
LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725"
LABEL org.opencontainers.image.created="2024-09-03T09:07:31+00:00"
LABEL org.opencontainers.image.created="2024-09-04T09:07:14+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20240903.0.259979' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20240904.0.260215' /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/20240903.0.259979/multilib-devel-20240903.0.259979.tar.zst" && \
echo "749d2bec52e62de78e4b22d47fc9a43983cfc68623a6c8fbf5da1404e5d9ba6b multilib-devel-20240903.0.259979.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240904.0.260215/multilib-devel-20240904.0.260215.tar.zst" && \
echo "edbb418f180078f9c4dc1e622e59a3e02cc9d47e13ce34c988afb8d1b9397223 multilib-devel-20240904.0.260215.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file multilib-devel-20240903.0.259979.tar.zst
tar -C /rootfs --extract --file multilib-devel-20240904.0.260215.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="20240903.0.259979"
LABEL org.opencontainers.image.version="20240904.0.260215"
LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725"
LABEL org.opencontainers.image.created="2024-09-03T09:07:31+00:00"
LABEL org.opencontainers.image.created="2024-09-04T09:07:14+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20240903.0.259979' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20240904.0.260215' /etc/os-release
ENV LANG=C.UTF-8
CMD ["/usr/bin/bash"]