diff --git a/Dockerfile.base b/Dockerfile.base index dd870d3..0675a5f 100644 --- a/Dockerfile.base +++ b/Dockerfile.base @@ -14,9 +14,9 @@ FROM alpine:3.18 AS verify RUN apk add --no-cache curl tar zstd -# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v20230911.0.178072 -RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/4966/download")" && \ - echo "e31257343b5275a9662668de03e86718681f42731afffd82ca9e7867585f742b base-20230911.0.178072.tar.zst" > /tmp/rootfs.tar.sha256 && \ +# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v20230912.0.178294 +RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/4970/download")" && \ + echo "d391f6ba4e346cbce4571a77d3f143675450085535b1e64f4ec902b7ec13eb5a base-20230912.0.178294.tar.zst" > /tmp/rootfs.tar.sha256 && \ cat /tmp/rootfs.tar.sha256 && \ sha256sum -c /tmp/rootfs.tar.sha256 && \ mkdir /rootfs && \ @@ -31,14 +31,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="20230911.0.178072" +LABEL org.opencontainers.image.version="20230912.0.178294" LABEL org.opencontainers.image.revision="301942f9e5995770cb5e4dedb4fe9166afa4806d" -LABEL org.opencontainers.image.created="2023-09-11T09:07:23+00:00" +LABEL org.opencontainers.image.created="2023-09-12T09:07:24+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20230911.0.178072' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20230912.0.178294' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.base-devel b/Dockerfile.base-devel index b21ec65..5c41fd3 100644 --- a/Dockerfile.base-devel +++ b/Dockerfile.base-devel @@ -14,9 +14,9 @@ FROM alpine:3.18 AS verify RUN apk add --no-cache curl tar zstd -# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v20230911.0.178072 -RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/4968/download")" && \ - echo "3199736f9affff0ea8f92b1da9cc7e7db7fce02d36ecdf63c021f16875daa2ae base-devel-20230911.0.178072.tar.zst" > /tmp/rootfs.tar.sha256 && \ +# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v20230912.0.178294 +RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/4972/download")" && \ + echo "3df4d4bd859419c975265f171624a49e73163c1c4bcf746fa71f31a66d2f3928 base-devel-20230912.0.178294.tar.zst" > /tmp/rootfs.tar.sha256 && \ cat /tmp/rootfs.tar.sha256 && \ sha256sum -c /tmp/rootfs.tar.sha256 && \ mkdir /rootfs && \ @@ -31,14 +31,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="20230911.0.178072" +LABEL org.opencontainers.image.version="20230912.0.178294" LABEL org.opencontainers.image.revision="301942f9e5995770cb5e4dedb4fe9166afa4806d" -LABEL org.opencontainers.image.created="2023-09-11T09:07:26+00:00" +LABEL org.opencontainers.image.created="2023-09-12T09:07:27+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20230911.0.178072' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20230912.0.178294' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"]