diff --git a/Dockerfile.base b/Dockerfile.base index 4b6483e..cb294f3 100644 --- a/Dockerfile.base +++ b/Dockerfile.base @@ -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/20240806.0.251909/base-20240806.0.251909.tar.zst" && \ - echo "0d38a91e59bb49e46a11b87ff0bffc55d8f43c14b0e224c87b03abf672b0844e base-20240806.0.251909.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240807.0.252078/base-20240807.0.252078.tar.zst" && \ + echo "ac49981e1db715ace0f473f3df190f1a2939fe3bc307aac2c73f80c48e416538 base-20240807.0.252078.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-20240806.0.251909.tar.zst + tar -C /rootfs --extract --file base-20240807.0.252078.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="20240806.0.251909" +LABEL org.opencontainers.image.version="20240807.0.252078" LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725" -LABEL org.opencontainers.image.created="2024-08-06T09:07:30+00:00" +LABEL org.opencontainers.image.created="2024-08-07T09:07:35+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20240806.0.251909' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20240807.0.252078' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.base-devel b/Dockerfile.base-devel index 407b530..a791776 100644 --- a/Dockerfile.base-devel +++ b/Dockerfile.base-devel @@ -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/20240806.0.251909/base-devel-20240806.0.251909.tar.zst" && \ - echo "e5e0cd4af522e1d6146eeed8d9eb137034b57d8e3ae82cfc96f237d7f2ba87fc base-devel-20240806.0.251909.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240807.0.252078/base-devel-20240807.0.252078.tar.zst" && \ + echo "6a016555bc813910545f9b75dd9ba11dce9091733cfacc5c7e0ba8916e106ca2 base-devel-20240807.0.252078.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-devel-20240806.0.251909.tar.zst + tar -C /rootfs --extract --file base-devel-20240807.0.252078.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="20240806.0.251909" +LABEL org.opencontainers.image.version="20240807.0.252078" LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725" -LABEL org.opencontainers.image.created="2024-08-06T09:07:30+00:00" +LABEL org.opencontainers.image.created="2024-08-07T09:07:35+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20240806.0.251909' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20240807.0.252078' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.multilib-devel b/Dockerfile.multilib-devel index 403f10c..a5c512e 100644 --- a/Dockerfile.multilib-devel +++ b/Dockerfile.multilib-devel @@ -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/20240806.0.251909/multilib-devel-20240806.0.251909.tar.zst" && \ - echo "b57d73548ba71ee7b764d0c123da767cb9310d556de1e5315bda295b3a54d2bf multilib-devel-20240806.0.251909.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240807.0.252078/multilib-devel-20240807.0.252078.tar.zst" && \ + echo "90fa85b607ea932b11583d6b2d10059f9defaae0deedbd5019eb41f0e77b6e04 multilib-devel-20240807.0.252078.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file multilib-devel-20240806.0.251909.tar.zst + tar -C /rootfs --extract --file multilib-devel-20240807.0.252078.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="20240806.0.251909" +LABEL org.opencontainers.image.version="20240807.0.252078" LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725" -LABEL org.opencontainers.image.created="2024-08-06T09:07:30+00:00" +LABEL org.opencontainers.image.created="2024-08-07T09:07:35+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20240806.0.251909' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20240807.0.252078' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"]