mirror of
https://gitlab.archlinux.org/archlinux/archlinux-docker.git
synced 2026-02-25 11:11:01 +01:00
Release 20240712.0.246635
This commit is contained in:
parent
95da5d9b2c
commit
ad065efbd0
@ -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/20240711.0.246451/base-20240711.0.246451.tar.zst" && \
|
||||
echo "4959a426ce355d8175aa6f2675c072a76cfa7823e8b961cf8042276879d316b6 base-20240711.0.246451.tar.zst" > /tmp/sha256sums.txt && \
|
||||
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240712.0.246635/base-20240712.0.246635.tar.zst" && \
|
||||
echo "6ee4a75e403918dca865d5aabdc35caabdea98019c95833d166d8f14ce4f60d1 base-20240712.0.246635.tar.zst" > /tmp/sha256sums.txt && \
|
||||
sha256sum -c /tmp/sha256sums.txt && \
|
||||
mkdir /rootfs && \
|
||||
tar -C /rootfs --extract --file base-20240711.0.246451.tar.zst
|
||||
tar -C /rootfs --extract --file base-20240712.0.246635.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="20240711.0.246451"
|
||||
LABEL org.opencontainers.image.version="20240712.0.246635"
|
||||
LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725"
|
||||
LABEL org.opencontainers.image.created="2024-07-11T09:07:46+00:00"
|
||||
LABEL org.opencontainers.image.created="2024-07-12T09:07:19+00:00"
|
||||
|
||||
COPY --from=verify /rootfs/ /
|
||||
|
||||
RUN ldconfig && \
|
||||
sed -i '/BUILD_ID/a VERSION_ID=20240711.0.246451' /etc/os-release
|
||||
sed -i '/BUILD_ID/a VERSION_ID=20240712.0.246635' /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/20240711.0.246451/base-devel-20240711.0.246451.tar.zst" && \
|
||||
echo "4b37e3b0aeda80bee4f0b8f254ab3debc803722f358c976a62d3874d0b2f57f4 base-devel-20240711.0.246451.tar.zst" > /tmp/sha256sums.txt && \
|
||||
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240712.0.246635/base-devel-20240712.0.246635.tar.zst" && \
|
||||
echo "c0d76a4816eb9f6a4163bf20e416ce5b3621c8ab32949a9c2b19dbc3810d38be base-devel-20240712.0.246635.tar.zst" > /tmp/sha256sums.txt && \
|
||||
sha256sum -c /tmp/sha256sums.txt && \
|
||||
mkdir /rootfs && \
|
||||
tar -C /rootfs --extract --file base-devel-20240711.0.246451.tar.zst
|
||||
tar -C /rootfs --extract --file base-devel-20240712.0.246635.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="20240711.0.246451"
|
||||
LABEL org.opencontainers.image.version="20240712.0.246635"
|
||||
LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725"
|
||||
LABEL org.opencontainers.image.created="2024-07-11T09:07:46+00:00"
|
||||
LABEL org.opencontainers.image.created="2024-07-12T09:07:19+00:00"
|
||||
|
||||
COPY --from=verify /rootfs/ /
|
||||
|
||||
RUN ldconfig && \
|
||||
sed -i '/BUILD_ID/a VERSION_ID=20240711.0.246451' /etc/os-release
|
||||
sed -i '/BUILD_ID/a VERSION_ID=20240712.0.246635' /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/20240711.0.246451/multilib-devel-20240711.0.246451.tar.zst" && \
|
||||
echo "7894eb87365294dc6f9ae37acba61be08ec8e75bfbb076abb90cc8aa75ee4492 multilib-devel-20240711.0.246451.tar.zst" > /tmp/sha256sums.txt && \
|
||||
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240712.0.246635/multilib-devel-20240712.0.246635.tar.zst" && \
|
||||
echo "bb9ff8f2c134ce699dd84e1f1f1a80c4559c19469f1bd6ba0df9d13159d50fdb multilib-devel-20240712.0.246635.tar.zst" > /tmp/sha256sums.txt && \
|
||||
sha256sum -c /tmp/sha256sums.txt && \
|
||||
mkdir /rootfs && \
|
||||
tar -C /rootfs --extract --file multilib-devel-20240711.0.246451.tar.zst
|
||||
tar -C /rootfs --extract --file multilib-devel-20240712.0.246635.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="20240711.0.246451"
|
||||
LABEL org.opencontainers.image.version="20240712.0.246635"
|
||||
LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725"
|
||||
LABEL org.opencontainers.image.created="2024-07-11T09:07:46+00:00"
|
||||
LABEL org.opencontainers.image.created="2024-07-12T09:07:19+00:00"
|
||||
|
||||
COPY --from=verify /rootfs/ /
|
||||
|
||||
RUN ldconfig && \
|
||||
sed -i '/BUILD_ID/a VERSION_ID=20240711.0.246451' /etc/os-release
|
||||
sed -i '/BUILD_ID/a VERSION_ID=20240712.0.246635' /etc/os-release
|
||||
|
||||
ENV LANG=C.UTF-8
|
||||
CMD ["/usr/bin/bash"]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user