Release 20240923.0.265051

This commit is contained in:
GITLAB_PROJECT_TOKEN 2024-09-23 09:07:18 +00:00
parent 019b73f973
commit b24ebb376e
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/20240922.0.264844/base-20240922.0.264844.tar.zst" && \
echo "7d392da9f6341b3d405235f0fc1ea5c98f19c82a9e9928bb6743f7f3e550378a base-20240922.0.264844.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240923.0.265051/base-20240923.0.265051.tar.zst" && \
echo "a31c48c8d9c784dc47037340bc0cc73ceefc29c2aaa324a98ffd79fc572515a0 base-20240923.0.265051.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-20240922.0.264844.tar.zst
tar -C /rootfs --extract --file base-20240923.0.265051.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="20240922.0.264844"
LABEL org.opencontainers.image.version="20240923.0.265051"
LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725"
LABEL org.opencontainers.image.created="2024-09-22T09:07:31+00:00"
LABEL org.opencontainers.image.created="2024-09-23T09:07:18+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20240922.0.264844' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20240923.0.265051' /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/20240922.0.264844/base-devel-20240922.0.264844.tar.zst" && \
echo "5d317b63af067f35d675b4c26078e1d2e92179951bb3e55a4070111afe2edd56 base-devel-20240922.0.264844.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240923.0.265051/base-devel-20240923.0.265051.tar.zst" && \
echo "f9dbd903a68ae775ff2d0d12a078050f23fe36b1491683cfb64945d8b7f65f4b base-devel-20240923.0.265051.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-devel-20240922.0.264844.tar.zst
tar -C /rootfs --extract --file base-devel-20240923.0.265051.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="20240922.0.264844"
LABEL org.opencontainers.image.version="20240923.0.265051"
LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725"
LABEL org.opencontainers.image.created="2024-09-22T09:07:31+00:00"
LABEL org.opencontainers.image.created="2024-09-23T09:07:18+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20240922.0.264844' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20240923.0.265051' /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/20240922.0.264844/multilib-devel-20240922.0.264844.tar.zst" && \
echo "10dbfab01dc55a1a8faf1948471395e06afa07fa2fdc82725b6fbf3557a61ed8 multilib-devel-20240922.0.264844.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240923.0.265051/multilib-devel-20240923.0.265051.tar.zst" && \
echo "8bd32647384b6ac910cdb23a945b23a9399dfc5a4fddffd23535b558ed2d931a multilib-devel-20240923.0.265051.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file multilib-devel-20240922.0.264844.tar.zst
tar -C /rootfs --extract --file multilib-devel-20240923.0.265051.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="20240922.0.264844"
LABEL org.opencontainers.image.version="20240923.0.265051"
LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725"
LABEL org.opencontainers.image.created="2024-09-22T09:07:31+00:00"
LABEL org.opencontainers.image.created="2024-09-23T09:07:18+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20240922.0.264844' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20240923.0.265051' /etc/os-release
ENV LANG=C.UTF-8
CMD ["/usr/bin/bash"]