Release 20240928.0.266178

This commit is contained in:
GITLAB_PROJECT_TOKEN 2024-09-28 09:07:30 +00:00
parent 7b9c6d2532
commit 45ff55bba6
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/20240927.0.265925/base-20240927.0.265925.tar.zst" && \
echo "27f215c6dc15e1debb9b5542a5f7d4810577fb2185293416f65353b19c7b76aa base-20240927.0.265925.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240928.0.266178/base-20240928.0.266178.tar.zst" && \
echo "1a760d49dde71c96dea757efd5660dd9767b58c1241bef835f09b41a9b8ba624 base-20240928.0.266178.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-20240927.0.265925.tar.zst
tar -C /rootfs --extract --file base-20240928.0.266178.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="20240927.0.265925"
LABEL org.opencontainers.image.version="20240928.0.266178"
LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725"
LABEL org.opencontainers.image.created="2024-09-27T09:07:24+00:00"
LABEL org.opencontainers.image.created="2024-09-28T09:07:30+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20240927.0.265925' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20240928.0.266178' /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/20240927.0.265925/base-devel-20240927.0.265925.tar.zst" && \
echo "5a7dd084e4c6a50951221467adafa4aa25b8b46cf178add34a0a483154b02266 base-devel-20240927.0.265925.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240928.0.266178/base-devel-20240928.0.266178.tar.zst" && \
echo "c5d6b5f809a1cb6e5dc9819f7aeba58b81917989b4467b89049ab266129fe023 base-devel-20240928.0.266178.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-devel-20240927.0.265925.tar.zst
tar -C /rootfs --extract --file base-devel-20240928.0.266178.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="20240927.0.265925"
LABEL org.opencontainers.image.version="20240928.0.266178"
LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725"
LABEL org.opencontainers.image.created="2024-09-27T09:07:24+00:00"
LABEL org.opencontainers.image.created="2024-09-28T09:07:30+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20240927.0.265925' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20240928.0.266178' /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/20240927.0.265925/multilib-devel-20240927.0.265925.tar.zst" && \
echo "3bfdaf948ab4dfae0e58c640212489450a06ef0c6651e6f43920a4d3f423cc00 multilib-devel-20240927.0.265925.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240928.0.266178/multilib-devel-20240928.0.266178.tar.zst" && \
echo "f287809bc84bac11593077f9c50cf0c8edf556c47c7517cb3e11a74390445e7a multilib-devel-20240928.0.266178.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file multilib-devel-20240927.0.265925.tar.zst
tar -C /rootfs --extract --file multilib-devel-20240928.0.266178.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="20240927.0.265925"
LABEL org.opencontainers.image.version="20240928.0.266178"
LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725"
LABEL org.opencontainers.image.created="2024-09-27T09:07:24+00:00"
LABEL org.opencontainers.image.created="2024-09-28T09:07:30+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20240927.0.265925' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20240928.0.266178' /etc/os-release
ENV LANG=C.UTF-8
CMD ["/usr/bin/bash"]