diff --git a/Dockerfile.base b/Dockerfile.base index 5e3fa37..57b839e 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/20240620.0.242485/base-20240620.0.242485.tar.zst" && \ - echo "a9a2454c31c336f807165f1faa4f5ab74e8b29f278dd7f31ceb0aff9af9af360 base-20240620.0.242485.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240621.0.242619/base-20240621.0.242619.tar.zst" && \ + echo "4f64c2024dfe8204aca3d8ebe076101be5cf808a31dcff03594c81de7b798cff base-20240621.0.242619.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-20240620.0.242485.tar.zst + tar -C /rootfs --extract --file base-20240621.0.242619.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="20240620.0.242485" +LABEL org.opencontainers.image.version="20240621.0.242619" LABEL org.opencontainers.image.revision="bd60189bf8f3c09a995e2b2891660667955808ff" -LABEL org.opencontainers.image.created="2024-06-20T09:07:43+00:00" +LABEL org.opencontainers.image.created="2024-06-21T09:07:26+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20240620.0.242485' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20240621.0.242619' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.base-devel b/Dockerfile.base-devel index cfcad36..cec1522 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/20240620.0.242485/base-devel-20240620.0.242485.tar.zst" && \ - echo "e1375a1e8f5b0e0007d2842af9fb89de41ffa558ae4237f41d8317c4409cea15 base-devel-20240620.0.242485.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240621.0.242619/base-devel-20240621.0.242619.tar.zst" && \ + echo "dbf6ab9cf34d294c68d2f1f29fcabc6f20f365a76bb4c60f0c93a338ab79c71d base-devel-20240621.0.242619.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-devel-20240620.0.242485.tar.zst + tar -C /rootfs --extract --file base-devel-20240621.0.242619.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="20240620.0.242485" +LABEL org.opencontainers.image.version="20240621.0.242619" LABEL org.opencontainers.image.revision="bd60189bf8f3c09a995e2b2891660667955808ff" -LABEL org.opencontainers.image.created="2024-06-20T09:07:43+00:00" +LABEL org.opencontainers.image.created="2024-06-21T09:07:26+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20240620.0.242485' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20240621.0.242619' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.multilib-devel b/Dockerfile.multilib-devel index bdff4b3..d10ef8d 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/20240620.0.242485/multilib-devel-20240620.0.242485.tar.zst" && \ - echo "4f3d7959be27d3834804a41e5357a47f9065504f3ac29d54ed024260b3cc08a2 multilib-devel-20240620.0.242485.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240621.0.242619/multilib-devel-20240621.0.242619.tar.zst" && \ + echo "cc87120b53f8cc0eaa1ef876a10f5232d8f483916d412e59441c2d3192b4a24c multilib-devel-20240621.0.242619.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file multilib-devel-20240620.0.242485.tar.zst + tar -C /rootfs --extract --file multilib-devel-20240621.0.242619.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="20240620.0.242485" +LABEL org.opencontainers.image.version="20240621.0.242619" LABEL org.opencontainers.image.revision="bd60189bf8f3c09a995e2b2891660667955808ff" -LABEL org.opencontainers.image.created="2024-06-20T09:07:43+00:00" +LABEL org.opencontainers.image.created="2024-06-21T09:07:26+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20240620.0.242485' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20240621.0.242619' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"]