diff --git a/Dockerfile.base b/Dockerfile.base index a5fe8cd..ffbb2f4 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/20240315.0.221654/base-20240315.0.221654.tar.zst" && \ - echo "434c3c221852ef69190f2cb0dbbc8632a87a600350c1f864007e5ccf2ed8d8a9 base-20240315.0.221654.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240316.0.221928/base-20240316.0.221928.tar.zst" && \ + echo "bb1f5d18e8ffb6e59ea491cda751c2a32226c055b0e25213ad34cac4a9c3cd6c base-20240316.0.221928.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-20240315.0.221654.tar.zst + tar -C /rootfs --extract --file base-20240316.0.221928.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="20240315.0.221654" +LABEL org.opencontainers.image.version="20240316.0.221928" LABEL org.opencontainers.image.revision="98cd79111dd530447f491d547d14f3c38e227e46" -LABEL org.opencontainers.image.created="2024-03-15T09:07:11+00:00" +LABEL org.opencontainers.image.created="2024-03-16T09:07:34+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20240315.0.221654' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20240316.0.221928' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.base-devel b/Dockerfile.base-devel index 110c680..1fa7987 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/20240315.0.221654/base-devel-20240315.0.221654.tar.zst" && \ - echo "dfce0eecc9c747e00dc66b9507fb85f6b8bde1f07e5e98984fcaec3c946ed118 base-devel-20240315.0.221654.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240316.0.221928/base-devel-20240316.0.221928.tar.zst" && \ + echo "b771cdfa6425f3d363034a9a7b4fb9cdaeb65fb20030f961ddd41c5f180d11f3 base-devel-20240316.0.221928.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-devel-20240315.0.221654.tar.zst + tar -C /rootfs --extract --file base-devel-20240316.0.221928.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="20240315.0.221654" +LABEL org.opencontainers.image.version="20240316.0.221928" LABEL org.opencontainers.image.revision="98cd79111dd530447f491d547d14f3c38e227e46" -LABEL org.opencontainers.image.created="2024-03-15T09:07:11+00:00" +LABEL org.opencontainers.image.created="2024-03-16T09:07:34+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20240315.0.221654' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20240316.0.221928' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.multilib-devel b/Dockerfile.multilib-devel index a6adba4..0458fcd 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/20240315.0.221654/multilib-devel-20240315.0.221654.tar.zst" && \ - echo "9f9e41648824109f3bd9844a579429803cd67cfd26526fffd02d7755c94896de multilib-devel-20240315.0.221654.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240316.0.221928/multilib-devel-20240316.0.221928.tar.zst" && \ + echo "94abb3eae63ae13419e15a4d9f746f641d4a3460e8eb78bb4b9671b2eb55b266 multilib-devel-20240316.0.221928.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file multilib-devel-20240315.0.221654.tar.zst + tar -C /rootfs --extract --file multilib-devel-20240316.0.221928.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="20240315.0.221654" +LABEL org.opencontainers.image.version="20240316.0.221928" LABEL org.opencontainers.image.revision="98cd79111dd530447f491d547d14f3c38e227e46" -LABEL org.opencontainers.image.created="2024-03-15T09:07:11+00:00" +LABEL org.opencontainers.image.created="2024-03-16T09:07:34+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20240315.0.221654' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20240316.0.221928' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"]