mirror of
https://gitlab.archlinux.org/archlinux/archlinux-docker.git
synced 2025-08-06 14:17:18 +02:00
Release 20250607.0.361359
This commit is contained in:
parent
ebe3a77e1d
commit
a5e28008ba
@ -14,11 +14,11 @@ FROM alpine:3.22 AS verify
|
||||
|
||||
RUN apk add --no-cache curl tar zstd
|
||||
|
||||
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250606.0.360663/base-20250606.0.360663.tar.zst" && \
|
||||
echo "547e2e8810bb30e24890d79c2af340ec0c895ccc42af0d81a951289739fb0f3f base-20250606.0.360663.tar.zst" > /tmp/sha256sums.txt && \
|
||||
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250607.0.361359/base-20250607.0.361359.tar.zst" && \
|
||||
echo "801d315ac26b6cac732bc080551a6256489c1d4ea0bc5895f1b96e7cb050d5e8 base-20250607.0.361359.tar.zst" > /tmp/sha256sums.txt && \
|
||||
sha256sum -c /tmp/sha256sums.txt && \
|
||||
mkdir /rootfs && \
|
||||
tar -C /rootfs --extract --file base-20250606.0.360663.tar.zst
|
||||
tar -C /rootfs --extract --file base-20250607.0.361359.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="20250606.0.360663"
|
||||
LABEL org.opencontainers.image.version="20250607.0.361359"
|
||||
LABEL org.opencontainers.image.revision="744b1c5c6a7f999c9a8b3daa5897c922e86563ee"
|
||||
LABEL org.opencontainers.image.created="2025-06-06T09:07:46+00:00"
|
||||
LABEL org.opencontainers.image.created="2025-06-07T09:07:35+00:00"
|
||||
|
||||
COPY --from=verify /rootfs/ /
|
||||
|
||||
RUN ldconfig && \
|
||||
sed -i '/BUILD_ID/a VERSION_ID=20250606.0.360663' /etc/os-release
|
||||
sed -i '/BUILD_ID/a VERSION_ID=20250607.0.361359' /etc/os-release
|
||||
|
||||
ENV LANG=C.UTF-8
|
||||
CMD ["/usr/bin/bash"]
|
||||
|
@ -14,11 +14,11 @@ FROM alpine:3.22 AS verify
|
||||
|
||||
RUN apk add --no-cache curl tar zstd
|
||||
|
||||
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250606.0.360663/base-devel-20250606.0.360663.tar.zst" && \
|
||||
echo "b275f46e0c20d64f06695907af677c8afcb0a0017fc707eb13108a6b62e5d960 base-devel-20250606.0.360663.tar.zst" > /tmp/sha256sums.txt && \
|
||||
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250607.0.361359/base-devel-20250607.0.361359.tar.zst" && \
|
||||
echo "02b647be7dc6576a121a9c34830704eecb4af93e88c11f123a7c2ccf8c6e5848 base-devel-20250607.0.361359.tar.zst" > /tmp/sha256sums.txt && \
|
||||
sha256sum -c /tmp/sha256sums.txt && \
|
||||
mkdir /rootfs && \
|
||||
tar -C /rootfs --extract --file base-devel-20250606.0.360663.tar.zst
|
||||
tar -C /rootfs --extract --file base-devel-20250607.0.361359.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="20250606.0.360663"
|
||||
LABEL org.opencontainers.image.version="20250607.0.361359"
|
||||
LABEL org.opencontainers.image.revision="744b1c5c6a7f999c9a8b3daa5897c922e86563ee"
|
||||
LABEL org.opencontainers.image.created="2025-06-06T09:07:46+00:00"
|
||||
LABEL org.opencontainers.image.created="2025-06-07T09:07:35+00:00"
|
||||
|
||||
COPY --from=verify /rootfs/ /
|
||||
|
||||
RUN ldconfig && \
|
||||
sed -i '/BUILD_ID/a VERSION_ID=20250606.0.360663' /etc/os-release
|
||||
sed -i '/BUILD_ID/a VERSION_ID=20250607.0.361359' /etc/os-release
|
||||
|
||||
ENV LANG=C.UTF-8
|
||||
CMD ["/usr/bin/bash"]
|
||||
|
@ -14,11 +14,11 @@ FROM alpine:3.22 AS verify
|
||||
|
||||
RUN apk add --no-cache curl tar zstd
|
||||
|
||||
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250606.0.360663/multilib-devel-20250606.0.360663.tar.zst" && \
|
||||
echo "120fe922452b249e1f14233d5d05587479a94c57b630c54550dc5645da58c471 multilib-devel-20250606.0.360663.tar.zst" > /tmp/sha256sums.txt && \
|
||||
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250607.0.361359/multilib-devel-20250607.0.361359.tar.zst" && \
|
||||
echo "b90c68c185fd0dd3f599006bcfefc3ce6bc72a3c6c99f702aac6ccd5d37a055e multilib-devel-20250607.0.361359.tar.zst" > /tmp/sha256sums.txt && \
|
||||
sha256sum -c /tmp/sha256sums.txt && \
|
||||
mkdir /rootfs && \
|
||||
tar -C /rootfs --extract --file multilib-devel-20250606.0.360663.tar.zst
|
||||
tar -C /rootfs --extract --file multilib-devel-20250607.0.361359.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="20250606.0.360663"
|
||||
LABEL org.opencontainers.image.version="20250607.0.361359"
|
||||
LABEL org.opencontainers.image.revision="744b1c5c6a7f999c9a8b3daa5897c922e86563ee"
|
||||
LABEL org.opencontainers.image.created="2025-06-06T09:07:46+00:00"
|
||||
LABEL org.opencontainers.image.created="2025-06-07T09:07:35+00:00"
|
||||
|
||||
COPY --from=verify /rootfs/ /
|
||||
|
||||
RUN ldconfig && \
|
||||
sed -i '/BUILD_ID/a VERSION_ID=20250606.0.360663' /etc/os-release
|
||||
sed -i '/BUILD_ID/a VERSION_ID=20250607.0.361359' /etc/os-release
|
||||
|
||||
ENV LANG=C.UTF-8
|
||||
CMD ["/usr/bin/bash"]
|
||||
|
Loading…
Reference in New Issue
Block a user