Release 20250120.0.299720

This commit is contained in:
GITLAB_PROJECT_TOKEN 2025-01-20 09:07:21 +00:00
parent 240af910c4
commit b877f5b60c
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/20250119.0.299468/base-20250119.0.299468.tar.zst" && \
echo "fb72be456533a4930a639f9727481607fec0fc8fa0cb6c8d593117340fc69d8b base-20250119.0.299468.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250120.0.299720/base-20250120.0.299720.tar.zst" && \
echo "4f11ec1ae90f388131c14a7562041553dffbc6f68f14b5bcde855b38e2bfcb10 base-20250120.0.299720.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-20250119.0.299468.tar.zst
tar -C /rootfs --extract --file base-20250120.0.299720.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="20250119.0.299468"
LABEL org.opencontainers.image.version="20250120.0.299720"
LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725"
LABEL org.opencontainers.image.created="2025-01-19T09:07:11+00:00"
LABEL org.opencontainers.image.created="2025-01-20T09:07:21+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20250119.0.299468' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20250120.0.299720' /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/20250119.0.299468/base-devel-20250119.0.299468.tar.zst" && \
echo "00ede72e0129046c47a293fd1db282ad74c690089eb75de801b8cc222a10a434 base-devel-20250119.0.299468.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250120.0.299720/base-devel-20250120.0.299720.tar.zst" && \
echo "e4b0c4cf7c8f95f82f06127b288eeb2413632aa95fdeae2cca4e57c22e9a46b0 base-devel-20250120.0.299720.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-devel-20250119.0.299468.tar.zst
tar -C /rootfs --extract --file base-devel-20250120.0.299720.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="20250119.0.299468"
LABEL org.opencontainers.image.version="20250120.0.299720"
LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725"
LABEL org.opencontainers.image.created="2025-01-19T09:07:11+00:00"
LABEL org.opencontainers.image.created="2025-01-20T09:07:21+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20250119.0.299468' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20250120.0.299720' /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/20250119.0.299468/multilib-devel-20250119.0.299468.tar.zst" && \
echo "235d4c253f7c3fb820e0ddea56830a43505291976067a0e0586413e47bbda26d multilib-devel-20250119.0.299468.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250120.0.299720/multilib-devel-20250120.0.299720.tar.zst" && \
echo "30a8494baaa6a613e900c12c3d1df813962b8f4bc9a129b4bc90969b26ade5e2 multilib-devel-20250120.0.299720.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file multilib-devel-20250119.0.299468.tar.zst
tar -C /rootfs --extract --file multilib-devel-20250120.0.299720.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="20250119.0.299468"
LABEL org.opencontainers.image.version="20250120.0.299720"
LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725"
LABEL org.opencontainers.image.created="2025-01-19T09:07:11+00:00"
LABEL org.opencontainers.image.created="2025-01-20T09:07:21+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20250119.0.299468' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20250120.0.299720' /etc/os-release
ENV LANG=C.UTF-8
CMD ["/usr/bin/bash"]