Release 20250119.0.299468

This commit is contained in:
GITLAB_PROJECT_TOKEN 2025-01-19 09:07:11 +00:00
parent d5901839bb
commit 240af910c4
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.299327/base-20250119.0.299327.tar.zst" && \
echo "3c7766382cb766ac355ef6d30289aea8045f927736feed811d261f17a10bf60b base-20250119.0.299327.tar.zst" > /tmp/sha256sums.txt && \
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 && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-20250119.0.299327.tar.zst
tar -C /rootfs --extract --file base-20250119.0.299468.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.299327"
LABEL org.opencontainers.image.version="20250119.0.299468"
LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725"
LABEL org.opencontainers.image.created="2025-01-19T00:08:08+00:00"
LABEL org.opencontainers.image.created="2025-01-19T09:07:11+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20250119.0.299327' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20250119.0.299468' /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.299327/base-devel-20250119.0.299327.tar.zst" && \
echo "1c24ca50dc010cf293df226f1ad827033d0ae6f94f13d97353a1718e6fac7b7d base-devel-20250119.0.299327.tar.zst" > /tmp/sha256sums.txt && \
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 && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-devel-20250119.0.299327.tar.zst
tar -C /rootfs --extract --file base-devel-20250119.0.299468.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.299327"
LABEL org.opencontainers.image.version="20250119.0.299468"
LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725"
LABEL org.opencontainers.image.created="2025-01-19T00:08:08+00:00"
LABEL org.opencontainers.image.created="2025-01-19T09:07:11+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20250119.0.299327' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20250119.0.299468' /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.299327/multilib-devel-20250119.0.299327.tar.zst" && \
echo "4e30402779bca0ee76a2e94c658abb3f6d49ef025f12333f6752dbbcbcb83c40 multilib-devel-20250119.0.299327.tar.zst" > /tmp/sha256sums.txt && \
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 && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file multilib-devel-20250119.0.299327.tar.zst
tar -C /rootfs --extract --file multilib-devel-20250119.0.299468.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.299327"
LABEL org.opencontainers.image.version="20250119.0.299468"
LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725"
LABEL org.opencontainers.image.created="2025-01-19T00:08:08+00:00"
LABEL org.opencontainers.image.created="2025-01-19T09:07:11+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20250119.0.299327' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20250119.0.299468' /etc/os-release
ENV LANG=C.UTF-8
CMD ["/usr/bin/bash"]