mirror of
https://gitlab.archlinux.org/archlinux/archlinux-docker.git
synced 2026-02-24 18:51:43 +01:00
Release 20231229.0.203372
This commit is contained in:
parent
43eab713c3
commit
ac05d966dc
@ -14,11 +14,11 @@ FROM alpine:3.19 AS verify
|
||||
|
||||
RUN apk add --no-cache curl tar zstd
|
||||
|
||||
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20231228.0.203166/base-20231228.0.203166.tar.zst" && \
|
||||
echo "0b6a1b55d0eb76cc30f723a0f11687406eeadbb6ae4b13fe02f0516e96511bc9 base-20231228.0.203166.tar.zst" > /tmp/sha256sums.txt && \
|
||||
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20231229.0.203372/base-20231229.0.203372.tar.zst" && \
|
||||
echo "8e8e834d2b55c0fe06a561c56dfa538221727cc6cd052c6c3b78e9c3e660e31d base-20231229.0.203372.tar.zst" > /tmp/sha256sums.txt && \
|
||||
sha256sum -c /tmp/sha256sums.txt && \
|
||||
mkdir /rootfs && \
|
||||
tar -C /rootfs --extract --file base-20231228.0.203166.tar.zst
|
||||
tar -C /rootfs --extract --file base-20231229.0.203372.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="20231228.0.203166"
|
||||
LABEL org.opencontainers.image.version="20231229.0.203372"
|
||||
LABEL org.opencontainers.image.revision="19c9adc97f82b3d13a29ace6b0900625f9aaee42"
|
||||
LABEL org.opencontainers.image.created="2023-12-28T09:07:23+00:00"
|
||||
LABEL org.opencontainers.image.created="2023-12-29T09:07:30+00:00"
|
||||
|
||||
COPY --from=verify /rootfs/ /
|
||||
|
||||
RUN ldconfig && \
|
||||
sed -i '/BUILD_ID/a VERSION_ID=20231228.0.203166' /etc/os-release
|
||||
sed -i '/BUILD_ID/a VERSION_ID=20231229.0.203372' /etc/os-release
|
||||
|
||||
ENV LANG=C.UTF-8
|
||||
CMD ["/usr/bin/bash"]
|
||||
|
||||
@ -14,11 +14,11 @@ FROM alpine:3.19 AS verify
|
||||
|
||||
RUN apk add --no-cache curl tar zstd
|
||||
|
||||
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20231228.0.203166/base-devel-20231228.0.203166.tar.zst" && \
|
||||
echo "da59b6742c1f2fec9bdf07a336273b053fa21381e53439a3d4f64d7918749e51 base-devel-20231228.0.203166.tar.zst" > /tmp/sha256sums.txt && \
|
||||
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20231229.0.203372/base-devel-20231229.0.203372.tar.zst" && \
|
||||
echo "e67a998ee3907033bc8ab2e37090e5e18ab2fe1cb7c809bb44a7b011f6b57ca0 base-devel-20231229.0.203372.tar.zst" > /tmp/sha256sums.txt && \
|
||||
sha256sum -c /tmp/sha256sums.txt && \
|
||||
mkdir /rootfs && \
|
||||
tar -C /rootfs --extract --file base-devel-20231228.0.203166.tar.zst
|
||||
tar -C /rootfs --extract --file base-devel-20231229.0.203372.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="20231228.0.203166"
|
||||
LABEL org.opencontainers.image.version="20231229.0.203372"
|
||||
LABEL org.opencontainers.image.revision="19c9adc97f82b3d13a29ace6b0900625f9aaee42"
|
||||
LABEL org.opencontainers.image.created="2023-12-28T09:07:23+00:00"
|
||||
LABEL org.opencontainers.image.created="2023-12-29T09:07:30+00:00"
|
||||
|
||||
COPY --from=verify /rootfs/ /
|
||||
|
||||
RUN ldconfig && \
|
||||
sed -i '/BUILD_ID/a VERSION_ID=20231228.0.203166' /etc/os-release
|
||||
sed -i '/BUILD_ID/a VERSION_ID=20231229.0.203372' /etc/os-release
|
||||
|
||||
ENV LANG=C.UTF-8
|
||||
CMD ["/usr/bin/bash"]
|
||||
|
||||
@ -14,11 +14,11 @@ FROM alpine:3.19 AS verify
|
||||
|
||||
RUN apk add --no-cache curl tar zstd
|
||||
|
||||
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20231228.0.203166/multilib-devel-20231228.0.203166.tar.zst" && \
|
||||
echo "cc1b464075c3b6f058b1e5ee4d77224989bc95ea265e1e6da170d4161040b916 multilib-devel-20231228.0.203166.tar.zst" > /tmp/sha256sums.txt && \
|
||||
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20231229.0.203372/multilib-devel-20231229.0.203372.tar.zst" && \
|
||||
echo "4c8f240fa2d45316d9e8d1c15654d599b6d764f9c951b2a3f04e7034a7b6d9e4 multilib-devel-20231229.0.203372.tar.zst" > /tmp/sha256sums.txt && \
|
||||
sha256sum -c /tmp/sha256sums.txt && \
|
||||
mkdir /rootfs && \
|
||||
tar -C /rootfs --extract --file multilib-devel-20231228.0.203166.tar.zst
|
||||
tar -C /rootfs --extract --file multilib-devel-20231229.0.203372.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="20231228.0.203166"
|
||||
LABEL org.opencontainers.image.version="20231229.0.203372"
|
||||
LABEL org.opencontainers.image.revision="19c9adc97f82b3d13a29ace6b0900625f9aaee42"
|
||||
LABEL org.opencontainers.image.created="2023-12-28T09:07:23+00:00"
|
||||
LABEL org.opencontainers.image.created="2023-12-29T09:07:30+00:00"
|
||||
|
||||
COPY --from=verify /rootfs/ /
|
||||
|
||||
RUN ldconfig && \
|
||||
sed -i '/BUILD_ID/a VERSION_ID=20231228.0.203166' /etc/os-release
|
||||
sed -i '/BUILD_ID/a VERSION_ID=20231229.0.203372' /etc/os-release
|
||||
|
||||
ENV LANG=C.UTF-8
|
||||
CMD ["/usr/bin/bash"]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user