mirror of
https://gitlab.archlinux.org/archlinux/archlinux-docker.git
synced 2026-02-20 00:31:10 +01:00
Release 20240806.0.251909
This commit is contained in:
parent
595f9085c1
commit
3f3d22ed7c
@ -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/20240805.0.251744/base-20240805.0.251744.tar.zst" && \
|
||||
echo "57879a07f6f18280c9df64958200a48708bb1da9339db70da5d97f9c46bf0a3a base-20240805.0.251744.tar.zst" > /tmp/sha256sums.txt && \
|
||||
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240806.0.251909/base-20240806.0.251909.tar.zst" && \
|
||||
echo "0d38a91e59bb49e46a11b87ff0bffc55d8f43c14b0e224c87b03abf672b0844e base-20240806.0.251909.tar.zst" > /tmp/sha256sums.txt && \
|
||||
sha256sum -c /tmp/sha256sums.txt && \
|
||||
mkdir /rootfs && \
|
||||
tar -C /rootfs --extract --file base-20240805.0.251744.tar.zst
|
||||
tar -C /rootfs --extract --file base-20240806.0.251909.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="20240805.0.251744"
|
||||
LABEL org.opencontainers.image.version="20240806.0.251909"
|
||||
LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725"
|
||||
LABEL org.opencontainers.image.created="2024-08-05T09:07:38+00:00"
|
||||
LABEL org.opencontainers.image.created="2024-08-06T09:07:30+00:00"
|
||||
|
||||
COPY --from=verify /rootfs/ /
|
||||
|
||||
RUN ldconfig && \
|
||||
sed -i '/BUILD_ID/a VERSION_ID=20240805.0.251744' /etc/os-release
|
||||
sed -i '/BUILD_ID/a VERSION_ID=20240806.0.251909' /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/20240805.0.251744/base-devel-20240805.0.251744.tar.zst" && \
|
||||
echo "aeccb1e37c1feb416735ce81f870ea61dbabe402bbd1520d37964880979dfa60 base-devel-20240805.0.251744.tar.zst" > /tmp/sha256sums.txt && \
|
||||
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240806.0.251909/base-devel-20240806.0.251909.tar.zst" && \
|
||||
echo "e5e0cd4af522e1d6146eeed8d9eb137034b57d8e3ae82cfc96f237d7f2ba87fc base-devel-20240806.0.251909.tar.zst" > /tmp/sha256sums.txt && \
|
||||
sha256sum -c /tmp/sha256sums.txt && \
|
||||
mkdir /rootfs && \
|
||||
tar -C /rootfs --extract --file base-devel-20240805.0.251744.tar.zst
|
||||
tar -C /rootfs --extract --file base-devel-20240806.0.251909.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="20240805.0.251744"
|
||||
LABEL org.opencontainers.image.version="20240806.0.251909"
|
||||
LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725"
|
||||
LABEL org.opencontainers.image.created="2024-08-05T09:07:38+00:00"
|
||||
LABEL org.opencontainers.image.created="2024-08-06T09:07:30+00:00"
|
||||
|
||||
COPY --from=verify /rootfs/ /
|
||||
|
||||
RUN ldconfig && \
|
||||
sed -i '/BUILD_ID/a VERSION_ID=20240805.0.251744' /etc/os-release
|
||||
sed -i '/BUILD_ID/a VERSION_ID=20240806.0.251909' /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/20240805.0.251744/multilib-devel-20240805.0.251744.tar.zst" && \
|
||||
echo "9d6f7048857895193276874e25712bcf57141e9870f9defb040b9ec98c1bcf7a multilib-devel-20240805.0.251744.tar.zst" > /tmp/sha256sums.txt && \
|
||||
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240806.0.251909/multilib-devel-20240806.0.251909.tar.zst" && \
|
||||
echo "b57d73548ba71ee7b764d0c123da767cb9310d556de1e5315bda295b3a54d2bf multilib-devel-20240806.0.251909.tar.zst" > /tmp/sha256sums.txt && \
|
||||
sha256sum -c /tmp/sha256sums.txt && \
|
||||
mkdir /rootfs && \
|
||||
tar -C /rootfs --extract --file multilib-devel-20240805.0.251744.tar.zst
|
||||
tar -C /rootfs --extract --file multilib-devel-20240806.0.251909.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="20240805.0.251744"
|
||||
LABEL org.opencontainers.image.version="20240806.0.251909"
|
||||
LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725"
|
||||
LABEL org.opencontainers.image.created="2024-08-05T09:07:38+00:00"
|
||||
LABEL org.opencontainers.image.created="2024-08-06T09:07:30+00:00"
|
||||
|
||||
COPY --from=verify /rootfs/ /
|
||||
|
||||
RUN ldconfig && \
|
||||
sed -i '/BUILD_ID/a VERSION_ID=20240805.0.251744' /etc/os-release
|
||||
sed -i '/BUILD_ID/a VERSION_ID=20240806.0.251909' /etc/os-release
|
||||
|
||||
ENV LANG=C.UTF-8
|
||||
CMD ["/usr/bin/bash"]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user