mirror of
https://gitlab.archlinux.org/archlinux/archlinux-docker.git
synced 2026-02-20 08:41:22 +01:00
Release 20240722.0.248757
This commit is contained in:
parent
7b274ad284
commit
6e2f237577
@ -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/20240721.0.248591/base-20240721.0.248591.tar.zst" && \
|
||||
echo "b6422287e0035e262fb883909d5de3d86b8f3543c73d748af6b693e9a147de16 base-20240721.0.248591.tar.zst" > /tmp/sha256sums.txt && \
|
||||
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240722.0.248757/base-20240722.0.248757.tar.zst" && \
|
||||
echo "80b8e8519d3a34eb9f507c237cbefe705792fc61dcf3b51426614061e390e846 base-20240722.0.248757.tar.zst" > /tmp/sha256sums.txt && \
|
||||
sha256sum -c /tmp/sha256sums.txt && \
|
||||
mkdir /rootfs && \
|
||||
tar -C /rootfs --extract --file base-20240721.0.248591.tar.zst
|
||||
tar -C /rootfs --extract --file base-20240722.0.248757.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="20240721.0.248591"
|
||||
LABEL org.opencontainers.image.version="20240722.0.248757"
|
||||
LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725"
|
||||
LABEL org.opencontainers.image.created="2024-07-21T09:07:36+00:00"
|
||||
LABEL org.opencontainers.image.created="2024-07-22T09:07:30+00:00"
|
||||
|
||||
COPY --from=verify /rootfs/ /
|
||||
|
||||
RUN ldconfig && \
|
||||
sed -i '/BUILD_ID/a VERSION_ID=20240721.0.248591' /etc/os-release
|
||||
sed -i '/BUILD_ID/a VERSION_ID=20240722.0.248757' /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/20240721.0.248591/base-devel-20240721.0.248591.tar.zst" && \
|
||||
echo "6451954db5c6b79be3825cfc28aba2080929ac2c1f783d1bebbce2efa430dde0 base-devel-20240721.0.248591.tar.zst" > /tmp/sha256sums.txt && \
|
||||
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240722.0.248757/base-devel-20240722.0.248757.tar.zst" && \
|
||||
echo "474b528bae674e117678aae80817feda7825d427c1f2735a32b78663f129d872 base-devel-20240722.0.248757.tar.zst" > /tmp/sha256sums.txt && \
|
||||
sha256sum -c /tmp/sha256sums.txt && \
|
||||
mkdir /rootfs && \
|
||||
tar -C /rootfs --extract --file base-devel-20240721.0.248591.tar.zst
|
||||
tar -C /rootfs --extract --file base-devel-20240722.0.248757.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="20240721.0.248591"
|
||||
LABEL org.opencontainers.image.version="20240722.0.248757"
|
||||
LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725"
|
||||
LABEL org.opencontainers.image.created="2024-07-21T09:07:36+00:00"
|
||||
LABEL org.opencontainers.image.created="2024-07-22T09:07:30+00:00"
|
||||
|
||||
COPY --from=verify /rootfs/ /
|
||||
|
||||
RUN ldconfig && \
|
||||
sed -i '/BUILD_ID/a VERSION_ID=20240721.0.248591' /etc/os-release
|
||||
sed -i '/BUILD_ID/a VERSION_ID=20240722.0.248757' /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/20240721.0.248591/multilib-devel-20240721.0.248591.tar.zst" && \
|
||||
echo "3e92b8bb0f8d9e48653feb50ba094651817a569c775ea6bf70517ebd8c6a7c81 multilib-devel-20240721.0.248591.tar.zst" > /tmp/sha256sums.txt && \
|
||||
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240722.0.248757/multilib-devel-20240722.0.248757.tar.zst" && \
|
||||
echo "70aaed30333d7222353288c11b3e26e60b90928bb3f3f4e3f1fa08a58fb62831 multilib-devel-20240722.0.248757.tar.zst" > /tmp/sha256sums.txt && \
|
||||
sha256sum -c /tmp/sha256sums.txt && \
|
||||
mkdir /rootfs && \
|
||||
tar -C /rootfs --extract --file multilib-devel-20240721.0.248591.tar.zst
|
||||
tar -C /rootfs --extract --file multilib-devel-20240722.0.248757.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="20240721.0.248591"
|
||||
LABEL org.opencontainers.image.version="20240722.0.248757"
|
||||
LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725"
|
||||
LABEL org.opencontainers.image.created="2024-07-21T09:07:36+00:00"
|
||||
LABEL org.opencontainers.image.created="2024-07-22T09:07:30+00:00"
|
||||
|
||||
COPY --from=verify /rootfs/ /
|
||||
|
||||
RUN ldconfig && \
|
||||
sed -i '/BUILD_ID/a VERSION_ID=20240721.0.248591' /etc/os-release
|
||||
sed -i '/BUILD_ID/a VERSION_ID=20240722.0.248757' /etc/os-release
|
||||
|
||||
ENV LANG=C.UTF-8
|
||||
CMD ["/usr/bin/bash"]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user