Release 20250227.0.314377

This commit is contained in:
GITLAB_PROJECT_TOKEN 2025-02-27 09:07:33 +00:00
parent 964f300039
commit c3ce11dc7a
3 changed files with 18 additions and 18 deletions

View File

@ -14,11 +14,11 @@ FROM alpine:3.21 AS verify
RUN apk add --no-cache curl tar zstd
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250226.0.314009/base-20250226.0.314009.tar.zst" && \
echo "45889131bc0e4fec1035aa8a6048f97795f3a2f6a66a2e0cefe06ec1a6219813 base-20250226.0.314009.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250227.0.314377/base-20250227.0.314377.tar.zst" && \
echo "2d730df80d3a8e853e1dfcf489d97f3a1a89e94e7c5e8e4fbd2c9ab6afbc8181 base-20250227.0.314377.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-20250226.0.314009.tar.zst
tar -C /rootfs --extract --file base-20250227.0.314377.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="20250226.0.314009"
LABEL org.opencontainers.image.version="20250227.0.314377"
LABEL org.opencontainers.image.revision="ae0527df18a9c5b94b28351b2265a20012d2fda0"
LABEL org.opencontainers.image.created="2025-02-26T09:07:32+00:00"
LABEL org.opencontainers.image.created="2025-02-27T09:07:33+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20250226.0.314009' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20250227.0.314377' /etc/os-release
ENV LANG=C.UTF-8
CMD ["/usr/bin/bash"]

View File

@ -14,11 +14,11 @@ FROM alpine:3.21 AS verify
RUN apk add --no-cache curl tar zstd
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250226.0.314009/base-devel-20250226.0.314009.tar.zst" && \
echo "03e9a55543d53740763dabeb9ec2e17a57f23a9eb423a27f72a051be5be823df base-devel-20250226.0.314009.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250227.0.314377/base-devel-20250227.0.314377.tar.zst" && \
echo "af2cc16207660f8ea1a27659992ebca1be646f26e5f7d3172aa6ad615d5260db base-devel-20250227.0.314377.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-devel-20250226.0.314009.tar.zst
tar -C /rootfs --extract --file base-devel-20250227.0.314377.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="20250226.0.314009"
LABEL org.opencontainers.image.version="20250227.0.314377"
LABEL org.opencontainers.image.revision="ae0527df18a9c5b94b28351b2265a20012d2fda0"
LABEL org.opencontainers.image.created="2025-02-26T09:07:32+00:00"
LABEL org.opencontainers.image.created="2025-02-27T09:07:33+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20250226.0.314009' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20250227.0.314377' /etc/os-release
ENV LANG=C.UTF-8
CMD ["/usr/bin/bash"]

View File

@ -14,11 +14,11 @@ FROM alpine:3.21 AS verify
RUN apk add --no-cache curl tar zstd
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250226.0.314009/multilib-devel-20250226.0.314009.tar.zst" && \
echo "98971236d82a44620c656f7e64c28ea67a9f92b133cf0b6de8a8df8ae42592a6 multilib-devel-20250226.0.314009.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250227.0.314377/multilib-devel-20250227.0.314377.tar.zst" && \
echo "6a9a670a11a5482c4262a5ec383a2814b250d69c811723025a504c2c2d3135e3 multilib-devel-20250227.0.314377.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file multilib-devel-20250226.0.314009.tar.zst
tar -C /rootfs --extract --file multilib-devel-20250227.0.314377.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="20250226.0.314009"
LABEL org.opencontainers.image.version="20250227.0.314377"
LABEL org.opencontainers.image.revision="ae0527df18a9c5b94b28351b2265a20012d2fda0"
LABEL org.opencontainers.image.created="2025-02-26T09:07:32+00:00"
LABEL org.opencontainers.image.created="2025-02-27T09:07:33+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20250226.0.314009' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20250227.0.314377' /etc/os-release
ENV LANG=C.UTF-8
CMD ["/usr/bin/bash"]