diff --git a/Dockerfile.base b/Dockerfile.base index 9e4ab5a..dc3ff68 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/20240413.0.228815/base-20240413.0.228815.tar.zst" && \ - echo "bf33b644b37147af9dca6f2e6f910c87e6d3323ea353809a934ce31f24855d5a base-20240413.0.228815.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240414.0.229052/base-20240414.0.229052.tar.zst" && \ + echo "575572cb375a8bd2864d1d6dc4c2e612d39571550a90827a5f380e6e2d19ff04 base-20240414.0.229052.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-20240413.0.228815.tar.zst + tar -C /rootfs --extract --file base-20240414.0.229052.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="20240413.0.228815" +LABEL org.opencontainers.image.version="20240414.0.229052" LABEL org.opencontainers.image.revision="98cd79111dd530447f491d547d14f3c38e227e46" -LABEL org.opencontainers.image.created="2024-04-13T09:07:15+00:00" +LABEL org.opencontainers.image.created="2024-04-14T09:07:31+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20240413.0.228815' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20240414.0.229052' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.base-devel b/Dockerfile.base-devel index 86f6c48..23d9eb1 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/20240413.0.228815/base-devel-20240413.0.228815.tar.zst" && \ - echo "192f9e0f12339c9a2a8d26d2f643ade9dbce7ab4cde072b6c9dc3f19ac85d8eb base-devel-20240413.0.228815.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240414.0.229052/base-devel-20240414.0.229052.tar.zst" && \ + echo "dbd4ddcc2380be0220802c2a162609a4ec4ac9f38c020eb5e0862848425505fb base-devel-20240414.0.229052.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-devel-20240413.0.228815.tar.zst + tar -C /rootfs --extract --file base-devel-20240414.0.229052.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="20240413.0.228815" +LABEL org.opencontainers.image.version="20240414.0.229052" LABEL org.opencontainers.image.revision="98cd79111dd530447f491d547d14f3c38e227e46" -LABEL org.opencontainers.image.created="2024-04-13T09:07:15+00:00" +LABEL org.opencontainers.image.created="2024-04-14T09:07:31+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20240413.0.228815' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20240414.0.229052' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.multilib-devel b/Dockerfile.multilib-devel index 6e3bb7b..7a2e864 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/20240413.0.228815/multilib-devel-20240413.0.228815.tar.zst" && \ - echo "d368dbb5a32f2661a5145717063b16301d3c030429b68b6b4510605d80f9f540 multilib-devel-20240413.0.228815.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240414.0.229052/multilib-devel-20240414.0.229052.tar.zst" && \ + echo "0d8e97717ba78427f46b6cfe603ff75764fc602b07fe758250453645e9367fb7 multilib-devel-20240414.0.229052.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file multilib-devel-20240413.0.228815.tar.zst + tar -C /rootfs --extract --file multilib-devel-20240414.0.229052.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="20240413.0.228815" +LABEL org.opencontainers.image.version="20240414.0.229052" LABEL org.opencontainers.image.revision="98cd79111dd530447f491d547d14f3c38e227e46" -LABEL org.opencontainers.image.created="2024-04-13T09:07:15+00:00" +LABEL org.opencontainers.image.created="2024-04-14T09:07:31+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20240413.0.228815' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20240414.0.229052' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"]