mirror of
https://gitlab.archlinux.org/archlinux/archlinux-docker.git
synced 2026-05-17 11:46:10 +02:00
Release 20260514.0.529611
This commit is contained in:
parent
1871ca79a9
commit
aa4e5c18e4
@ -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/20260513.0.529074/base-20260513.0.529074.tar.zst" && \
|
||||
echo "37186af905a10e67c9f92ae962d6ff7499a1ebe9229c7d968c3a3cf52faf0b4d base-20260513.0.529074.tar.zst" > /tmp/sha256sums.txt && \
|
||||
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 && \
|
||||
sha256sum -c /tmp/sha256sums.txt && \
|
||||
mkdir /rootfs && \
|
||||
tar -C /rootfs --extract --file base-20260513.0.529074.tar.zst
|
||||
tar -C /rootfs --extract --file base-20260514.0.529611.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="20260513.0.529074"
|
||||
LABEL org.opencontainers.image.version="20260514.0.529611"
|
||||
LABEL org.opencontainers.image.revision="34b87485162b028c8d957bdcd2674359d883cd21"
|
||||
LABEL org.opencontainers.image.created="2026-05-13T09:09:18+00:00"
|
||||
LABEL org.opencontainers.image.created="2026-05-14T09:08:56+00:00"
|
||||
|
||||
COPY --from=verify /rootfs/ /
|
||||
|
||||
RUN ldconfig && \
|
||||
sed -i '/BUILD_ID/a VERSION_ID=20260513.0.529074' /etc/os-release
|
||||
sed -i '/BUILD_ID/a VERSION_ID=20260514.0.529611' /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/20260513.0.529074/base-devel-20260513.0.529074.tar.zst" && \
|
||||
echo "d10dc0ba07fa11617cb0d1f8798324a11401785f627313bc9b763b6cd1ba8d1f base-devel-20260513.0.529074.tar.zst" > /tmp/sha256sums.txt && \
|
||||
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 && \
|
||||
sha256sum -c /tmp/sha256sums.txt && \
|
||||
mkdir /rootfs && \
|
||||
tar -C /rootfs --extract --file base-devel-20260513.0.529074.tar.zst
|
||||
tar -C /rootfs --extract --file base-devel-20260514.0.529611.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="20260513.0.529074"
|
||||
LABEL org.opencontainers.image.version="20260514.0.529611"
|
||||
LABEL org.opencontainers.image.revision="34b87485162b028c8d957bdcd2674359d883cd21"
|
||||
LABEL org.opencontainers.image.created="2026-05-13T09:09:18+00:00"
|
||||
LABEL org.opencontainers.image.created="2026-05-14T09:08:56+00:00"
|
||||
|
||||
COPY --from=verify /rootfs/ /
|
||||
|
||||
RUN ldconfig && \
|
||||
sed -i '/BUILD_ID/a VERSION_ID=20260513.0.529074' /etc/os-release
|
||||
sed -i '/BUILD_ID/a VERSION_ID=20260514.0.529611' /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/20260513.0.529074/multilib-devel-20260513.0.529074.tar.zst" && \
|
||||
echo "f24d4745f70f5f73efd939ea90538bad14b0dcbc7577c4b1a4a5f7ca68b0e09b multilib-devel-20260513.0.529074.tar.zst" > /tmp/sha256sums.txt && \
|
||||
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 && \
|
||||
sha256sum -c /tmp/sha256sums.txt && \
|
||||
mkdir /rootfs && \
|
||||
tar -C /rootfs --extract --file multilib-devel-20260513.0.529074.tar.zst
|
||||
tar -C /rootfs --extract --file multilib-devel-20260514.0.529611.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="20260513.0.529074"
|
||||
LABEL org.opencontainers.image.version="20260514.0.529611"
|
||||
LABEL org.opencontainers.image.revision="34b87485162b028c8d957bdcd2674359d883cd21"
|
||||
LABEL org.opencontainers.image.created="2026-05-13T09:09:18+00:00"
|
||||
LABEL org.opencontainers.image.created="2026-05-14T09:08:56+00:00"
|
||||
|
||||
COPY --from=verify /rootfs/ /
|
||||
|
||||
RUN ldconfig && \
|
||||
sed -i '/BUILD_ID/a VERSION_ID=20260513.0.529074' /etc/os-release
|
||||
sed -i '/BUILD_ID/a VERSION_ID=20260514.0.529611' /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/20260513.0.529074/repro-20260513.0.529074.tar.zst" && \
|
||||
echo "9558803d1e53fdeaa462b36df78ae4c5a2ca904706bb03caffa17ecf59cc9e14 repro-20260513.0.529074.tar.zst" > /tmp/sha256sums.txt && \
|
||||
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 && \
|
||||
sha256sum -c /tmp/sha256sums.txt && \
|
||||
mkdir /rootfs && \
|
||||
tar -C /rootfs --extract --file repro-20260513.0.529074.tar.zst
|
||||
tar -C /rootfs --extract --file repro-20260514.0.529611.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="20260513.0.529074"
|
||||
LABEL org.opencontainers.image.version="20260514.0.529611"
|
||||
LABEL org.opencontainers.image.revision="34b87485162b028c8d957bdcd2674359d883cd21"
|
||||
LABEL org.opencontainers.image.created="2026-05-13T00:00:00Z"
|
||||
LABEL org.opencontainers.image.created="2026-05-14T00:00:00Z"
|
||||
|
||||
COPY --from=verify /rootfs/ /
|
||||
|
||||
RUN ldconfig && \
|
||||
sed -i '/BUILD_ID/a VERSION_ID=20260513.0.529074' /etc/os-release && \
|
||||
sed -i '/BUILD_ID/a VERSION_ID=20260514.0.529611' /etc/os-release && \
|
||||
rm -f /var/cache/ldconfig/aux-cache
|
||||
|
||||
ENV LANG=C.UTF-8
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user