mirror of
https://gitlab.archlinux.org/archlinux/archlinux-docker.git
synced 2026-05-16 19:26:12 +02:00
Release 20260516.0.530440
This commit is contained in:
parent
b70d8a6328
commit
51d30538d2
@ -14,11 +14,11 @@ FROM alpine:3.23 AS verify
|
||||
|
||||
RUN apk add --no-cache curl tar zstd
|
||||
|
||||
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260515.0.530057/base-20260515.0.530057.tar.zst" && \
|
||||
echo "f2d3cb74c88c9ad76ffbe60a0566df3b5b2a4fa54a1fee5b458db6330ee3ab65 base-20260515.0.530057.tar.zst" > /tmp/sha256sums.txt && \
|
||||
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260516.0.530440/base-20260516.0.530440.tar.zst" && \
|
||||
echo "e16b3d50103c7dd3f9bb925715e928b5c34750fc1afcbf8ae04b1a385531e5c5 base-20260516.0.530440.tar.zst" > /tmp/sha256sums.txt && \
|
||||
sha256sum -c /tmp/sha256sums.txt && \
|
||||
mkdir /rootfs && \
|
||||
tar -C /rootfs --extract --file base-20260515.0.530057.tar.zst
|
||||
tar -C /rootfs --extract --file base-20260516.0.530440.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="20260515.0.530057"
|
||||
LABEL org.opencontainers.image.version="20260516.0.530440"
|
||||
LABEL org.opencontainers.image.revision="34b87485162b028c8d957bdcd2674359d883cd21"
|
||||
LABEL org.opencontainers.image.created="2026-05-15T09:09:04+00:00"
|
||||
LABEL org.opencontainers.image.created="2026-05-16T09:08:59+00:00"
|
||||
|
||||
COPY --from=verify /rootfs/ /
|
||||
|
||||
RUN ldconfig && \
|
||||
sed -i '/BUILD_ID/a VERSION_ID=20260515.0.530057' /etc/os-release
|
||||
sed -i '/BUILD_ID/a VERSION_ID=20260516.0.530440' /etc/os-release
|
||||
|
||||
ENV LANG=C.UTF-8
|
||||
CMD ["/usr/bin/bash"]
|
||||
|
||||
@ -14,11 +14,11 @@ FROM alpine:3.23 AS verify
|
||||
|
||||
RUN apk add --no-cache curl tar zstd
|
||||
|
||||
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260515.0.530057/base-devel-20260515.0.530057.tar.zst" && \
|
||||
echo "72a720f75b55de7947243cb7f0beafcc6f6b833f3da2622a985f5b0f7e4667f9 base-devel-20260515.0.530057.tar.zst" > /tmp/sha256sums.txt && \
|
||||
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260516.0.530440/base-devel-20260516.0.530440.tar.zst" && \
|
||||
echo "3791ff5fd78c5ff1ee49284d3ffab8ba845ecb4d7561390be7fcb7de3afa8892 base-devel-20260516.0.530440.tar.zst" > /tmp/sha256sums.txt && \
|
||||
sha256sum -c /tmp/sha256sums.txt && \
|
||||
mkdir /rootfs && \
|
||||
tar -C /rootfs --extract --file base-devel-20260515.0.530057.tar.zst
|
||||
tar -C /rootfs --extract --file base-devel-20260516.0.530440.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="20260515.0.530057"
|
||||
LABEL org.opencontainers.image.version="20260516.0.530440"
|
||||
LABEL org.opencontainers.image.revision="34b87485162b028c8d957bdcd2674359d883cd21"
|
||||
LABEL org.opencontainers.image.created="2026-05-15T09:09:04+00:00"
|
||||
LABEL org.opencontainers.image.created="2026-05-16T09:08:59+00:00"
|
||||
|
||||
COPY --from=verify /rootfs/ /
|
||||
|
||||
RUN ldconfig && \
|
||||
sed -i '/BUILD_ID/a VERSION_ID=20260515.0.530057' /etc/os-release
|
||||
sed -i '/BUILD_ID/a VERSION_ID=20260516.0.530440' /etc/os-release
|
||||
|
||||
ENV LANG=C.UTF-8
|
||||
CMD ["/usr/bin/bash"]
|
||||
|
||||
@ -14,11 +14,11 @@ FROM alpine:3.23 AS verify
|
||||
|
||||
RUN apk add --no-cache curl tar zstd
|
||||
|
||||
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260515.0.530057/multilib-devel-20260515.0.530057.tar.zst" && \
|
||||
echo "6ef1f2497dfa0f208d05c18f98d8d7e38a68f9e865369d7a68769b2d1d85bbaf multilib-devel-20260515.0.530057.tar.zst" > /tmp/sha256sums.txt && \
|
||||
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260516.0.530440/multilib-devel-20260516.0.530440.tar.zst" && \
|
||||
echo "4041fbee2683e84af732092909e2b2c6c7f908db7fd34b967b0d89bb344141d1 multilib-devel-20260516.0.530440.tar.zst" > /tmp/sha256sums.txt && \
|
||||
sha256sum -c /tmp/sha256sums.txt && \
|
||||
mkdir /rootfs && \
|
||||
tar -C /rootfs --extract --file multilib-devel-20260515.0.530057.tar.zst
|
||||
tar -C /rootfs --extract --file multilib-devel-20260516.0.530440.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="20260515.0.530057"
|
||||
LABEL org.opencontainers.image.version="20260516.0.530440"
|
||||
LABEL org.opencontainers.image.revision="34b87485162b028c8d957bdcd2674359d883cd21"
|
||||
LABEL org.opencontainers.image.created="2026-05-15T09:09:04+00:00"
|
||||
LABEL org.opencontainers.image.created="2026-05-16T09:08:59+00:00"
|
||||
|
||||
COPY --from=verify /rootfs/ /
|
||||
|
||||
RUN ldconfig && \
|
||||
sed -i '/BUILD_ID/a VERSION_ID=20260515.0.530057' /etc/os-release
|
||||
sed -i '/BUILD_ID/a VERSION_ID=20260516.0.530440' /etc/os-release
|
||||
|
||||
ENV LANG=C.UTF-8
|
||||
CMD ["/usr/bin/bash"]
|
||||
|
||||
@ -14,11 +14,11 @@ FROM alpine:3.23 AS verify
|
||||
|
||||
RUN apk add --no-cache curl tar zstd
|
||||
|
||||
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260515.0.530057/repro-20260515.0.530057.tar.zst" && \
|
||||
echo "c64828052b6490624d1fff49cf3f63d7a3424bc6c4e0edff6a4fe73486a33197 repro-20260515.0.530057.tar.zst" > /tmp/sha256sums.txt && \
|
||||
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260516.0.530440/repro-20260516.0.530440.tar.zst" && \
|
||||
echo "443bd6ccebfa06974ebb92c742a6543e318e7d7c53e87357cf84cc3aeb3b938d repro-20260516.0.530440.tar.zst" > /tmp/sha256sums.txt && \
|
||||
sha256sum -c /tmp/sha256sums.txt && \
|
||||
mkdir /rootfs && \
|
||||
tar -C /rootfs --extract --file repro-20260515.0.530057.tar.zst
|
||||
tar -C /rootfs --extract --file repro-20260516.0.530440.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="20260515.0.530057"
|
||||
LABEL org.opencontainers.image.version="20260516.0.530440"
|
||||
LABEL org.opencontainers.image.revision="34b87485162b028c8d957bdcd2674359d883cd21"
|
||||
LABEL org.opencontainers.image.created="2026-05-15T00:00:00Z"
|
||||
LABEL org.opencontainers.image.created="2026-05-16T00:00:00Z"
|
||||
|
||||
COPY --from=verify /rootfs/ /
|
||||
|
||||
RUN ldconfig && \
|
||||
sed -i '/BUILD_ID/a VERSION_ID=20260515.0.530057' /etc/os-release && \
|
||||
sed -i '/BUILD_ID/a VERSION_ID=20260516.0.530440' /etc/os-release && \
|
||||
rm -f /var/cache/ldconfig/aux-cache
|
||||
|
||||
ENV LANG=C.UTF-8
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user