mirror of
https://gitlab.archlinux.org/archlinux/archlinux-docker.git
synced 2025-08-06 14:17:18 +02:00
Release 20250801.0.393783
This commit is contained in:
parent
6a40575d6b
commit
db3bfd9c2b
@ -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/20250731.0.393001/base-20250731.0.393001.tar.zst" && \
|
||||
echo "6fb546f688f392ab47bfe181c6c668c93ce4f2d2f06b1e93b586184c5a7d7809 base-20250731.0.393001.tar.zst" > /tmp/sha256sums.txt && \
|
||||
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250801.0.393783/base-20250801.0.393783.tar.zst" && \
|
||||
echo "6e02b9db601a886161a1f3097cacef4f6a91df923d549829dfcb9143ecf40054 base-20250801.0.393783.tar.zst" > /tmp/sha256sums.txt && \
|
||||
sha256sum -c /tmp/sha256sums.txt && \
|
||||
mkdir /rootfs && \
|
||||
tar -C /rootfs --extract --file base-20250731.0.393001.tar.zst
|
||||
tar -C /rootfs --extract --file base-20250801.0.393783.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="20250731.0.393001"
|
||||
LABEL org.opencontainers.image.version="20250801.0.393783"
|
||||
LABEL org.opencontainers.image.revision="744b1c5c6a7f999c9a8b3daa5897c922e86563ee"
|
||||
LABEL org.opencontainers.image.created="2025-07-31T09:07:07+00:00"
|
||||
LABEL org.opencontainers.image.created="2025-08-01T09:07:35+00:00"
|
||||
|
||||
COPY --from=verify /rootfs/ /
|
||||
|
||||
RUN ldconfig && \
|
||||
sed -i '/BUILD_ID/a VERSION_ID=20250731.0.393001' /etc/os-release
|
||||
sed -i '/BUILD_ID/a VERSION_ID=20250801.0.393783' /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/20250731.0.393001/base-devel-20250731.0.393001.tar.zst" && \
|
||||
echo "ec227c66da4b1f4d5df3a5c4c428cab01b081b7dd8dcadb27d8155fa632a8153 base-devel-20250731.0.393001.tar.zst" > /tmp/sha256sums.txt && \
|
||||
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250801.0.393783/base-devel-20250801.0.393783.tar.zst" && \
|
||||
echo "7ef581d56bd37ef6c5e1c49aec3b78857e653f8620cc2dd82ec75816f875b6dc base-devel-20250801.0.393783.tar.zst" > /tmp/sha256sums.txt && \
|
||||
sha256sum -c /tmp/sha256sums.txt && \
|
||||
mkdir /rootfs && \
|
||||
tar -C /rootfs --extract --file base-devel-20250731.0.393001.tar.zst
|
||||
tar -C /rootfs --extract --file base-devel-20250801.0.393783.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="20250731.0.393001"
|
||||
LABEL org.opencontainers.image.version="20250801.0.393783"
|
||||
LABEL org.opencontainers.image.revision="744b1c5c6a7f999c9a8b3daa5897c922e86563ee"
|
||||
LABEL org.opencontainers.image.created="2025-07-31T09:07:07+00:00"
|
||||
LABEL org.opencontainers.image.created="2025-08-01T09:07:35+00:00"
|
||||
|
||||
COPY --from=verify /rootfs/ /
|
||||
|
||||
RUN ldconfig && \
|
||||
sed -i '/BUILD_ID/a VERSION_ID=20250731.0.393001' /etc/os-release
|
||||
sed -i '/BUILD_ID/a VERSION_ID=20250801.0.393783' /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/20250731.0.393001/multilib-devel-20250731.0.393001.tar.zst" && \
|
||||
echo "8fd69f71d40c247182f4abd4493f5c858a36a381a7e7835078de4eab69fc3acc multilib-devel-20250731.0.393001.tar.zst" > /tmp/sha256sums.txt && \
|
||||
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250801.0.393783/multilib-devel-20250801.0.393783.tar.zst" && \
|
||||
echo "16a01297e87ca22d2a311c8fbaa38f0313ea0995a13bee3a30d5bdf0279727c5 multilib-devel-20250801.0.393783.tar.zst" > /tmp/sha256sums.txt && \
|
||||
sha256sum -c /tmp/sha256sums.txt && \
|
||||
mkdir /rootfs && \
|
||||
tar -C /rootfs --extract --file multilib-devel-20250731.0.393001.tar.zst
|
||||
tar -C /rootfs --extract --file multilib-devel-20250801.0.393783.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="20250731.0.393001"
|
||||
LABEL org.opencontainers.image.version="20250801.0.393783"
|
||||
LABEL org.opencontainers.image.revision="744b1c5c6a7f999c9a8b3daa5897c922e86563ee"
|
||||
LABEL org.opencontainers.image.created="2025-07-31T09:07:07+00:00"
|
||||
LABEL org.opencontainers.image.created="2025-08-01T09:07:35+00:00"
|
||||
|
||||
COPY --from=verify /rootfs/ /
|
||||
|
||||
RUN ldconfig && \
|
||||
sed -i '/BUILD_ID/a VERSION_ID=20250731.0.393001' /etc/os-release
|
||||
sed -i '/BUILD_ID/a VERSION_ID=20250801.0.393783' /etc/os-release
|
||||
|
||||
ENV LANG=C.UTF-8
|
||||
CMD ["/usr/bin/bash"]
|
||||
|
Loading…
Reference in New Issue
Block a user