mirror of
https://gitlab.archlinux.org/archlinux/archlinux-docker.git
synced 2025-08-06 22:27:29 +02:00
Release 20250710.0.380727
This commit is contained in:
parent
9018f7768a
commit
a3e208c3bb
@ -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/20250709.0.379855/base-20250709.0.379855.tar.zst" && \
|
||||
echo "4cd4f6a732f9c45b401b072fe2b6d0bc683093934ec10e6de0b8d8bcade37cd7 base-20250709.0.379855.tar.zst" > /tmp/sha256sums.txt && \
|
||||
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250710.0.380727/base-20250710.0.380727.tar.zst" && \
|
||||
echo "734b347d5ce18e096b2e4ae4a59e00b45b25fee1ace75fbc18fe61133c41d403 base-20250710.0.380727.tar.zst" > /tmp/sha256sums.txt && \
|
||||
sha256sum -c /tmp/sha256sums.txt && \
|
||||
mkdir /rootfs && \
|
||||
tar -C /rootfs --extract --file base-20250709.0.379855.tar.zst
|
||||
tar -C /rootfs --extract --file base-20250710.0.380727.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="20250709.0.379855"
|
||||
LABEL org.opencontainers.image.version="20250710.0.380727"
|
||||
LABEL org.opencontainers.image.revision="744b1c5c6a7f999c9a8b3daa5897c922e86563ee"
|
||||
LABEL org.opencontainers.image.created="2025-07-09T09:07:10+00:00"
|
||||
LABEL org.opencontainers.image.created="2025-07-10T09:06:45+00:00"
|
||||
|
||||
COPY --from=verify /rootfs/ /
|
||||
|
||||
RUN ldconfig && \
|
||||
sed -i '/BUILD_ID/a VERSION_ID=20250709.0.379855' /etc/os-release
|
||||
sed -i '/BUILD_ID/a VERSION_ID=20250710.0.380727' /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/20250709.0.379855/base-devel-20250709.0.379855.tar.zst" && \
|
||||
echo "b39d82175800bb77d1d5f8933ac6a23b7f2b2fb61034b748f78e3d273eee6ac1 base-devel-20250709.0.379855.tar.zst" > /tmp/sha256sums.txt && \
|
||||
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250710.0.380727/base-devel-20250710.0.380727.tar.zst" && \
|
||||
echo "0e62d11f530178c45f4eec85841fe1c5fdc8730d2a8c10f763b638169802d579 base-devel-20250710.0.380727.tar.zst" > /tmp/sha256sums.txt && \
|
||||
sha256sum -c /tmp/sha256sums.txt && \
|
||||
mkdir /rootfs && \
|
||||
tar -C /rootfs --extract --file base-devel-20250709.0.379855.tar.zst
|
||||
tar -C /rootfs --extract --file base-devel-20250710.0.380727.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="20250709.0.379855"
|
||||
LABEL org.opencontainers.image.version="20250710.0.380727"
|
||||
LABEL org.opencontainers.image.revision="744b1c5c6a7f999c9a8b3daa5897c922e86563ee"
|
||||
LABEL org.opencontainers.image.created="2025-07-09T09:07:10+00:00"
|
||||
LABEL org.opencontainers.image.created="2025-07-10T09:06:45+00:00"
|
||||
|
||||
COPY --from=verify /rootfs/ /
|
||||
|
||||
RUN ldconfig && \
|
||||
sed -i '/BUILD_ID/a VERSION_ID=20250709.0.379855' /etc/os-release
|
||||
sed -i '/BUILD_ID/a VERSION_ID=20250710.0.380727' /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/20250709.0.379855/multilib-devel-20250709.0.379855.tar.zst" && \
|
||||
echo "12e6c7bc3ac5d6c30fce89cb99be5c0c04db8eb3f49b381db96e122bf71c898c multilib-devel-20250709.0.379855.tar.zst" > /tmp/sha256sums.txt && \
|
||||
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250710.0.380727/multilib-devel-20250710.0.380727.tar.zst" && \
|
||||
echo "e0c582f183076f46073eac8f9984449d987c82e81beccc7367767f512cbd13f6 multilib-devel-20250710.0.380727.tar.zst" > /tmp/sha256sums.txt && \
|
||||
sha256sum -c /tmp/sha256sums.txt && \
|
||||
mkdir /rootfs && \
|
||||
tar -C /rootfs --extract --file multilib-devel-20250709.0.379855.tar.zst
|
||||
tar -C /rootfs --extract --file multilib-devel-20250710.0.380727.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="20250709.0.379855"
|
||||
LABEL org.opencontainers.image.version="20250710.0.380727"
|
||||
LABEL org.opencontainers.image.revision="744b1c5c6a7f999c9a8b3daa5897c922e86563ee"
|
||||
LABEL org.opencontainers.image.created="2025-07-09T09:07:10+00:00"
|
||||
LABEL org.opencontainers.image.created="2025-07-10T09:06:45+00:00"
|
||||
|
||||
COPY --from=verify /rootfs/ /
|
||||
|
||||
RUN ldconfig && \
|
||||
sed -i '/BUILD_ID/a VERSION_ID=20250709.0.379855' /etc/os-release
|
||||
sed -i '/BUILD_ID/a VERSION_ID=20250710.0.380727' /etc/os-release
|
||||
|
||||
ENV LANG=C.UTF-8
|
||||
CMD ["/usr/bin/bash"]
|
||||
|
Loading…
Reference in New Issue
Block a user