diff --git a/Dockerfile.base b/Dockerfile.base index 9740dfb..b05655e 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/20231221.0.201588/base-20231221.0.201588.tar.zst" && \ - echo "1e1129608df2da197b987885596d9c1b9c90834545863c2f900ca0eb21620bf9 base-20231221.0.201588.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20231222.0.201835/base-20231222.0.201835.tar.zst" && \ + echo "319eba84b3a1f37e006cc2b06d1656e29871dbcb6d155eb3bd03ef3e54728337 base-20231222.0.201835.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-20231221.0.201588.tar.zst + tar -C /rootfs --extract --file base-20231222.0.201835.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="20231221.0.201588" +LABEL org.opencontainers.image.version="20231222.0.201835" LABEL org.opencontainers.image.revision="19c9adc97f82b3d13a29ace6b0900625f9aaee42" -LABEL org.opencontainers.image.created="2023-12-21T09:07:23+00:00" +LABEL org.opencontainers.image.created="2023-12-22T09:07:20+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20231221.0.201588' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20231222.0.201835' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.base-devel b/Dockerfile.base-devel index fec4823..d0026cd 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/20231221.0.201588/base-devel-20231221.0.201588.tar.zst" && \ - echo "c87ca3321252c7e0d14700c87ecf55090011c229fa16916637b8d2dd36f81d14 base-devel-20231221.0.201588.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20231222.0.201835/base-devel-20231222.0.201835.tar.zst" && \ + echo "f97151db8d75e36534bc386e7a6fc66f2c3f3d7df76f07ce0f6ab2c7b9f95c40 base-devel-20231222.0.201835.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-devel-20231221.0.201588.tar.zst + tar -C /rootfs --extract --file base-devel-20231222.0.201835.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="20231221.0.201588" +LABEL org.opencontainers.image.version="20231222.0.201835" LABEL org.opencontainers.image.revision="19c9adc97f82b3d13a29ace6b0900625f9aaee42" -LABEL org.opencontainers.image.created="2023-12-21T09:07:23+00:00" +LABEL org.opencontainers.image.created="2023-12-22T09:07:20+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20231221.0.201588' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20231222.0.201835' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.multilib-devel b/Dockerfile.multilib-devel index 0e070cf..58be91b 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/20231221.0.201588/multilib-devel-20231221.0.201588.tar.zst" && \ - echo "6251853866997686bb7840e6992e5c74c2aed7739f3d5f1e24c944702648b3d1 multilib-devel-20231221.0.201588.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20231222.0.201835/multilib-devel-20231222.0.201835.tar.zst" && \ + echo "2bda278515891af83df6f6ee53b13809441610bc8c3fbaacebe0f6253dbde95a multilib-devel-20231222.0.201835.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file multilib-devel-20231221.0.201588.tar.zst + tar -C /rootfs --extract --file multilib-devel-20231222.0.201835.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="20231221.0.201588" +LABEL org.opencontainers.image.version="20231222.0.201835" LABEL org.opencontainers.image.revision="19c9adc97f82b3d13a29ace6b0900625f9aaee42" -LABEL org.opencontainers.image.created="2023-12-21T09:07:23+00:00" +LABEL org.opencontainers.image.created="2023-12-22T09:07:20+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20231221.0.201588' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20231222.0.201835' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"]