mirror of
https://gitlab.archlinux.org/archlinux/archlinux-docker.git
synced 2026-02-09 11:21:14 +01:00
Release 20260102.0.476722
This commit is contained in:
parent
5033165215
commit
f7ca2a4e9a
@ -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/20260101.0.476400/base-20260101.0.476400.tar.zst" && \
|
||||
echo "86f4ee1b63014c33769eca0c10129aabac32eb4e2c7155361a4796b1a4a4d254 base-20260101.0.476400.tar.zst" > /tmp/sha256sums.txt && \
|
||||
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260102.0.476722/base-20260102.0.476722.tar.zst" && \
|
||||
echo "490c7388ff4dab91d496d49067df8ef2e4f35482230d81d7d2e4cf1f9a13c2f3 base-20260102.0.476722.tar.zst" > /tmp/sha256sums.txt && \
|
||||
sha256sum -c /tmp/sha256sums.txt && \
|
||||
mkdir /rootfs && \
|
||||
tar -C /rootfs --extract --file base-20260101.0.476400.tar.zst
|
||||
tar -C /rootfs --extract --file base-20260102.0.476722.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="20260101.0.476400"
|
||||
LABEL org.opencontainers.image.version="20260102.0.476722"
|
||||
LABEL org.opencontainers.image.revision="0d7c4c0017584f9bcb495105cc412d6575f04564"
|
||||
LABEL org.opencontainers.image.created="2026-01-01T09:07:24+00:00"
|
||||
LABEL org.opencontainers.image.created="2026-01-02T09:07:06+00:00"
|
||||
|
||||
COPY --from=verify /rootfs/ /
|
||||
|
||||
RUN ldconfig && \
|
||||
sed -i '/BUILD_ID/a VERSION_ID=20260101.0.476400' /etc/os-release
|
||||
sed -i '/BUILD_ID/a VERSION_ID=20260102.0.476722' /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/20260101.0.476400/base-devel-20260101.0.476400.tar.zst" && \
|
||||
echo "9767558f371bbfaaf848976120fdd09121c9f2bfb42594a58dfe8088244d241f base-devel-20260101.0.476400.tar.zst" > /tmp/sha256sums.txt && \
|
||||
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260102.0.476722/base-devel-20260102.0.476722.tar.zst" && \
|
||||
echo "f11bd934b35ddb650831cd8a45b95896a9fcc9220eb38974a938b0d969136325 base-devel-20260102.0.476722.tar.zst" > /tmp/sha256sums.txt && \
|
||||
sha256sum -c /tmp/sha256sums.txt && \
|
||||
mkdir /rootfs && \
|
||||
tar -C /rootfs --extract --file base-devel-20260101.0.476400.tar.zst
|
||||
tar -C /rootfs --extract --file base-devel-20260102.0.476722.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="20260101.0.476400"
|
||||
LABEL org.opencontainers.image.version="20260102.0.476722"
|
||||
LABEL org.opencontainers.image.revision="0d7c4c0017584f9bcb495105cc412d6575f04564"
|
||||
LABEL org.opencontainers.image.created="2026-01-01T09:07:24+00:00"
|
||||
LABEL org.opencontainers.image.created="2026-01-02T09:07:06+00:00"
|
||||
|
||||
COPY --from=verify /rootfs/ /
|
||||
|
||||
RUN ldconfig && \
|
||||
sed -i '/BUILD_ID/a VERSION_ID=20260101.0.476400' /etc/os-release
|
||||
sed -i '/BUILD_ID/a VERSION_ID=20260102.0.476722' /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/20260101.0.476400/multilib-devel-20260101.0.476400.tar.zst" && \
|
||||
echo "8fae95984ad0bbeda3b855885c8c42e94bf99de48e95522b8e2887badf4957c5 multilib-devel-20260101.0.476400.tar.zst" > /tmp/sha256sums.txt && \
|
||||
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260102.0.476722/multilib-devel-20260102.0.476722.tar.zst" && \
|
||||
echo "b9d86fde1a3035454a314d35206a5c8c2e1bcad1ce13e4243fd1a4e89eb81bf3 multilib-devel-20260102.0.476722.tar.zst" > /tmp/sha256sums.txt && \
|
||||
sha256sum -c /tmp/sha256sums.txt && \
|
||||
mkdir /rootfs && \
|
||||
tar -C /rootfs --extract --file multilib-devel-20260101.0.476400.tar.zst
|
||||
tar -C /rootfs --extract --file multilib-devel-20260102.0.476722.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="20260101.0.476400"
|
||||
LABEL org.opencontainers.image.version="20260102.0.476722"
|
||||
LABEL org.opencontainers.image.revision="0d7c4c0017584f9bcb495105cc412d6575f04564"
|
||||
LABEL org.opencontainers.image.created="2026-01-01T09:07:24+00:00"
|
||||
LABEL org.opencontainers.image.created="2026-01-02T09:07:06+00:00"
|
||||
|
||||
COPY --from=verify /rootfs/ /
|
||||
|
||||
RUN ldconfig && \
|
||||
sed -i '/BUILD_ID/a VERSION_ID=20260101.0.476400' /etc/os-release
|
||||
sed -i '/BUILD_ID/a VERSION_ID=20260102.0.476722' /etc/os-release
|
||||
|
||||
ENV LANG=C.UTF-8
|
||||
CMD ["/usr/bin/bash"]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user