diff --git a/Dockerfile.base b/Dockerfile.base index c2ef6c8..1ab666e 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/20240825.0.257728/base-20240825.0.257728.tar.zst" && \ - echo "b74114ad1c0829508c0852b2eca8a67f1177ba6a43a206685a336d208a6614f0 base-20240825.0.257728.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240825.0.257825/base-20240825.0.257825.tar.zst" && \ + echo "2ca47ffdb2bfc330e518b3b973c4ce194e895dc7033ab5e34a3c679717e87df3 base-20240825.0.257825.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-20240825.0.257728.tar.zst + tar -C /rootfs --extract --file base-20240825.0.257825.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="20240825.0.257728" +LABEL org.opencontainers.image.version="20240825.0.257825" LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725" -LABEL org.opencontainers.image.created="2024-08-25T00:07:35+00:00" +LABEL org.opencontainers.image.created="2024-08-25T09:07:39+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20240825.0.257728' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20240825.0.257825' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.base-devel b/Dockerfile.base-devel index 6937c10..2c6bdaf 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/20240825.0.257728/base-devel-20240825.0.257728.tar.zst" && \ - echo "964b663b860d33ed9e59fb8af1402e9e2ce230dc9a4e1ca547cbfacaacf90530 base-devel-20240825.0.257728.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240825.0.257825/base-devel-20240825.0.257825.tar.zst" && \ + echo "0d02b6eb226db24434713b489ae0b45fb664d4816249c1d7b0196e8870fb65b0 base-devel-20240825.0.257825.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-devel-20240825.0.257728.tar.zst + tar -C /rootfs --extract --file base-devel-20240825.0.257825.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="20240825.0.257728" +LABEL org.opencontainers.image.version="20240825.0.257825" LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725" -LABEL org.opencontainers.image.created="2024-08-25T00:07:35+00:00" +LABEL org.opencontainers.image.created="2024-08-25T09:07:39+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20240825.0.257728' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20240825.0.257825' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.multilib-devel b/Dockerfile.multilib-devel index b239c7b..9e3cecb 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/20240825.0.257728/multilib-devel-20240825.0.257728.tar.zst" && \ - echo "dcbe387de0967f4e35f9c464da773114603a2dec423becdaaebf10bc3cd28abb multilib-devel-20240825.0.257728.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240825.0.257825/multilib-devel-20240825.0.257825.tar.zst" && \ + echo "e5f08a45665bca61cafd36f21c3e0ce4873e09d3b06e95c07e25e8b8fe0c26bf multilib-devel-20240825.0.257825.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file multilib-devel-20240825.0.257728.tar.zst + tar -C /rootfs --extract --file multilib-devel-20240825.0.257825.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="20240825.0.257728" +LABEL org.opencontainers.image.version="20240825.0.257825" LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725" -LABEL org.opencontainers.image.created="2024-08-25T00:07:35+00:00" +LABEL org.opencontainers.image.created="2024-08-25T09:07:39+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20240825.0.257728' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20240825.0.257825' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"]