mirror of
https://gitlab.archlinux.org/archlinux/archlinux-docker.git
synced 2026-03-28 10:21:01 +01:00
Release 20260117.0.482570
This commit is contained in:
parent
b3993411ca
commit
aa35bc2e99
@ -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/20260116.0.482352/base-20260116.0.482352.tar.zst" && \
|
||||
echo "b8c539e33a7b6ada351bbed67db3805e7f13d68a223b189310ee5fdb61de4cf1 base-20260116.0.482352.tar.zst" > /tmp/sha256sums.txt && \
|
||||
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260117.0.482570/base-20260117.0.482570.tar.zst" && \
|
||||
echo "a36cd53c767cbefc97d7c7fe13480c129f9428dbfe66ba5748fa30ee640bd630 base-20260117.0.482570.tar.zst" > /tmp/sha256sums.txt && \
|
||||
sha256sum -c /tmp/sha256sums.txt && \
|
||||
mkdir /rootfs && \
|
||||
tar -C /rootfs --extract --file base-20260116.0.482352.tar.zst
|
||||
tar -C /rootfs --extract --file base-20260117.0.482570.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="20260116.0.482352"
|
||||
LABEL org.opencontainers.image.version="20260117.0.482570"
|
||||
LABEL org.opencontainers.image.revision="0d7c4c0017584f9bcb495105cc412d6575f04564"
|
||||
LABEL org.opencontainers.image.created="2026-01-16T09:06:54+00:00"
|
||||
LABEL org.opencontainers.image.created="2026-01-17T09:07:02+00:00"
|
||||
|
||||
COPY --from=verify /rootfs/ /
|
||||
|
||||
RUN ldconfig && \
|
||||
sed -i '/BUILD_ID/a VERSION_ID=20260116.0.482352' /etc/os-release
|
||||
sed -i '/BUILD_ID/a VERSION_ID=20260117.0.482570' /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/20260116.0.482352/base-devel-20260116.0.482352.tar.zst" && \
|
||||
echo "c5abfbd0281f1ee6da4791797fa4beed25c41e80edf9df2a220f1d2ee7c82282 base-devel-20260116.0.482352.tar.zst" > /tmp/sha256sums.txt && \
|
||||
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260117.0.482570/base-devel-20260117.0.482570.tar.zst" && \
|
||||
echo "a36a7efac2dbe8a33173f617d8476bc89d74c8bd90ee73aae969b7a473209470 base-devel-20260117.0.482570.tar.zst" > /tmp/sha256sums.txt && \
|
||||
sha256sum -c /tmp/sha256sums.txt && \
|
||||
mkdir /rootfs && \
|
||||
tar -C /rootfs --extract --file base-devel-20260116.0.482352.tar.zst
|
||||
tar -C /rootfs --extract --file base-devel-20260117.0.482570.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="20260116.0.482352"
|
||||
LABEL org.opencontainers.image.version="20260117.0.482570"
|
||||
LABEL org.opencontainers.image.revision="0d7c4c0017584f9bcb495105cc412d6575f04564"
|
||||
LABEL org.opencontainers.image.created="2026-01-16T09:06:54+00:00"
|
||||
LABEL org.opencontainers.image.created="2026-01-17T09:07:02+00:00"
|
||||
|
||||
COPY --from=verify /rootfs/ /
|
||||
|
||||
RUN ldconfig && \
|
||||
sed -i '/BUILD_ID/a VERSION_ID=20260116.0.482352' /etc/os-release
|
||||
sed -i '/BUILD_ID/a VERSION_ID=20260117.0.482570' /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/20260116.0.482352/multilib-devel-20260116.0.482352.tar.zst" && \
|
||||
echo "788b9f337f1498f07e505a157ae9d0022c3c9391106b9bf1ba74709c77b53cf6 multilib-devel-20260116.0.482352.tar.zst" > /tmp/sha256sums.txt && \
|
||||
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260117.0.482570/multilib-devel-20260117.0.482570.tar.zst" && \
|
||||
echo "bbdbc5a78b370c383a92a01c566bd052e64c78cb3239f143b40fb7f9489e5c8a multilib-devel-20260117.0.482570.tar.zst" > /tmp/sha256sums.txt && \
|
||||
sha256sum -c /tmp/sha256sums.txt && \
|
||||
mkdir /rootfs && \
|
||||
tar -C /rootfs --extract --file multilib-devel-20260116.0.482352.tar.zst
|
||||
tar -C /rootfs --extract --file multilib-devel-20260117.0.482570.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="20260116.0.482352"
|
||||
LABEL org.opencontainers.image.version="20260117.0.482570"
|
||||
LABEL org.opencontainers.image.revision="0d7c4c0017584f9bcb495105cc412d6575f04564"
|
||||
LABEL org.opencontainers.image.created="2026-01-16T09:06:54+00:00"
|
||||
LABEL org.opencontainers.image.created="2026-01-17T09:07:02+00:00"
|
||||
|
||||
COPY --from=verify /rootfs/ /
|
||||
|
||||
RUN ldconfig && \
|
||||
sed -i '/BUILD_ID/a VERSION_ID=20260116.0.482352' /etc/os-release
|
||||
sed -i '/BUILD_ID/a VERSION_ID=20260117.0.482570' /etc/os-release
|
||||
|
||||
ENV LANG=C.UTF-8
|
||||
CMD ["/usr/bin/bash"]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user