diff --git a/Dockerfile.base b/Dockerfile.base index fed5e21..0796fc8 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/20240905.0.260551/base-20240905.0.260551.tar.zst" && \ - echo "50166d041e2892127614cd366c0fe6163d90442bcd3722ce33220c3dc7af8bf3 base-20240905.0.260551.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240906.0.260803/base-20240906.0.260803.tar.zst" && \ + echo "366124c89597a16335ae345fad7d9cfa4fd124e67a1701320a2167899efcb7c2 base-20240906.0.260803.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-20240905.0.260551.tar.zst + tar -C /rootfs --extract --file base-20240906.0.260803.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="20240905.0.260551" +LABEL org.opencontainers.image.version="20240906.0.260803" LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725" -LABEL org.opencontainers.image.created="2024-09-05T09:08:00+00:00" +LABEL org.opencontainers.image.created="2024-09-06T09:07:26+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20240905.0.260551' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20240906.0.260803' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.base-devel b/Dockerfile.base-devel index 2e2f221..d26ec9f 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/20240905.0.260551/base-devel-20240905.0.260551.tar.zst" && \ - echo "2334e79626e0ae23ec5365f4207a08d12bcebd9415657b75bfa50ced8665a3e3 base-devel-20240905.0.260551.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240906.0.260803/base-devel-20240906.0.260803.tar.zst" && \ + echo "1111e6efc433fba6ed4c7b7f1b9d7de9a65b6c32d47fceea9e620bf94c08ecce base-devel-20240906.0.260803.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-devel-20240905.0.260551.tar.zst + tar -C /rootfs --extract --file base-devel-20240906.0.260803.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="20240905.0.260551" +LABEL org.opencontainers.image.version="20240906.0.260803" LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725" -LABEL org.opencontainers.image.created="2024-09-05T09:08:00+00:00" +LABEL org.opencontainers.image.created="2024-09-06T09:07:26+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20240905.0.260551' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20240906.0.260803' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.multilib-devel b/Dockerfile.multilib-devel index 3e18638..b932673 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/20240905.0.260551/multilib-devel-20240905.0.260551.tar.zst" && \ - echo "303d91e9dd0ddb611dfa593fd660879774dad5c584a5e82c8c62765fc3c602b0 multilib-devel-20240905.0.260551.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240906.0.260803/multilib-devel-20240906.0.260803.tar.zst" && \ + echo "b3bb21884c2c43135180e92c774744489d5a027f139fb08854cc713e078f999e multilib-devel-20240906.0.260803.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file multilib-devel-20240905.0.260551.tar.zst + tar -C /rootfs --extract --file multilib-devel-20240906.0.260803.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="20240905.0.260551" +LABEL org.opencontainers.image.version="20240906.0.260803" LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725" -LABEL org.opencontainers.image.created="2024-09-05T09:08:00+00:00" +LABEL org.opencontainers.image.created="2024-09-06T09:07:26+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20240905.0.260551' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20240906.0.260803' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"]