mirror of
https://gitlab.archlinux.org/archlinux/archlinux-docker.git
synced 2026-05-16 19:26:12 +02:00
Release 20260515.0.530057
This commit is contained in:
parent
aa4e5c18e4
commit
b70d8a6328
@ -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/20260514.0.529611/base-20260514.0.529611.tar.zst" && \
|
||||
echo "edc80a48b260882aa1dcddc27b32e28de9fa35cea65031ac9e0727bdd0cab195 base-20260514.0.529611.tar.zst" > /tmp/sha256sums.txt && \
|
||||
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 && \
|
||||
sha256sum -c /tmp/sha256sums.txt && \
|
||||
mkdir /rootfs && \
|
||||
tar -C /rootfs --extract --file base-20260514.0.529611.tar.zst
|
||||
tar -C /rootfs --extract --file base-20260515.0.530057.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="20260514.0.529611"
|
||||
LABEL org.opencontainers.image.version="20260515.0.530057"
|
||||
LABEL org.opencontainers.image.revision="34b87485162b028c8d957bdcd2674359d883cd21"
|
||||
LABEL org.opencontainers.image.created="2026-05-14T09:08:56+00:00"
|
||||
LABEL org.opencontainers.image.created="2026-05-15T09:09:04+00:00"
|
||||
|
||||
COPY --from=verify /rootfs/ /
|
||||
|
||||
RUN ldconfig && \
|
||||
sed -i '/BUILD_ID/a VERSION_ID=20260514.0.529611' /etc/os-release
|
||||
sed -i '/BUILD_ID/a VERSION_ID=20260515.0.530057' /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/20260514.0.529611/base-devel-20260514.0.529611.tar.zst" && \
|
||||
echo "f6a4fad7c568e4a1e433b844129a5a26bd6232b1d6dbc7c06ff69b6c0a48e467 base-devel-20260514.0.529611.tar.zst" > /tmp/sha256sums.txt && \
|
||||
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 && \
|
||||
sha256sum -c /tmp/sha256sums.txt && \
|
||||
mkdir /rootfs && \
|
||||
tar -C /rootfs --extract --file base-devel-20260514.0.529611.tar.zst
|
||||
tar -C /rootfs --extract --file base-devel-20260515.0.530057.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="20260514.0.529611"
|
||||
LABEL org.opencontainers.image.version="20260515.0.530057"
|
||||
LABEL org.opencontainers.image.revision="34b87485162b028c8d957bdcd2674359d883cd21"
|
||||
LABEL org.opencontainers.image.created="2026-05-14T09:08:56+00:00"
|
||||
LABEL org.opencontainers.image.created="2026-05-15T09:09:04+00:00"
|
||||
|
||||
COPY --from=verify /rootfs/ /
|
||||
|
||||
RUN ldconfig && \
|
||||
sed -i '/BUILD_ID/a VERSION_ID=20260514.0.529611' /etc/os-release
|
||||
sed -i '/BUILD_ID/a VERSION_ID=20260515.0.530057' /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/20260514.0.529611/multilib-devel-20260514.0.529611.tar.zst" && \
|
||||
echo "289ca100f8658482ab9029212c32bcf277a924f3c3ab18081ff0e1e9ae6cc8ce multilib-devel-20260514.0.529611.tar.zst" > /tmp/sha256sums.txt && \
|
||||
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 && \
|
||||
sha256sum -c /tmp/sha256sums.txt && \
|
||||
mkdir /rootfs && \
|
||||
tar -C /rootfs --extract --file multilib-devel-20260514.0.529611.tar.zst
|
||||
tar -C /rootfs --extract --file multilib-devel-20260515.0.530057.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="20260514.0.529611"
|
||||
LABEL org.opencontainers.image.version="20260515.0.530057"
|
||||
LABEL org.opencontainers.image.revision="34b87485162b028c8d957bdcd2674359d883cd21"
|
||||
LABEL org.opencontainers.image.created="2026-05-14T09:08:56+00:00"
|
||||
LABEL org.opencontainers.image.created="2026-05-15T09:09:04+00:00"
|
||||
|
||||
COPY --from=verify /rootfs/ /
|
||||
|
||||
RUN ldconfig && \
|
||||
sed -i '/BUILD_ID/a VERSION_ID=20260514.0.529611' /etc/os-release
|
||||
sed -i '/BUILD_ID/a VERSION_ID=20260515.0.530057' /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/20260514.0.529611/repro-20260514.0.529611.tar.zst" && \
|
||||
echo "e202d4791e27adaec12644dc565e45d2c244bce387979372f47f5081f34be44e repro-20260514.0.529611.tar.zst" > /tmp/sha256sums.txt && \
|
||||
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 && \
|
||||
sha256sum -c /tmp/sha256sums.txt && \
|
||||
mkdir /rootfs && \
|
||||
tar -C /rootfs --extract --file repro-20260514.0.529611.tar.zst
|
||||
tar -C /rootfs --extract --file repro-20260515.0.530057.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="20260514.0.529611"
|
||||
LABEL org.opencontainers.image.version="20260515.0.530057"
|
||||
LABEL org.opencontainers.image.revision="34b87485162b028c8d957bdcd2674359d883cd21"
|
||||
LABEL org.opencontainers.image.created="2026-05-14T00:00:00Z"
|
||||
LABEL org.opencontainers.image.created="2026-05-15T00:00:00Z"
|
||||
|
||||
COPY --from=verify /rootfs/ /
|
||||
|
||||
RUN ldconfig && \
|
||||
sed -i '/BUILD_ID/a VERSION_ID=20260514.0.529611' /etc/os-release && \
|
||||
sed -i '/BUILD_ID/a VERSION_ID=20260515.0.530057' /etc/os-release && \
|
||||
rm -f /var/cache/ldconfig/aux-cache
|
||||
|
||||
ENV LANG=C.UTF-8
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user