From 3905cc63cb8a9b4a8298749992fdfbe4d1c0fa73 Mon Sep 17 00:00:00 2001 From: Arch Linux Docker release bot Date: Thu, 14 Sep 2023 09:07:31 +0000 Subject: [PATCH] Release 20230914.0.178669 --- Dockerfile.base | 12 ++++++------ Dockerfile.base-devel | 12 ++++++------ 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/Dockerfile.base b/Dockerfile.base index 15be747..78f2ac4 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/v20230913.0.178482 -RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/4974/download")" && \ - echo "1ac4f164de961cc7e1a6403a6c6521c0ffb87f0ae226146b20bbd0dbf53d3a31 base-20230913.0.178482.tar.zst" > /tmp/rootfs.tar.sha256 && \ +# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v20230914.0.178669 +RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/4978/download")" && \ + echo "195e244a037519b2c22f456ea57a96274acb60bfd1687c219b556a797c696de2 base-20230914.0.178669.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="20230913.0.178482" +LABEL org.opencontainers.image.version="20230914.0.178669" LABEL org.opencontainers.image.revision="301942f9e5995770cb5e4dedb4fe9166afa4806d" -LABEL org.opencontainers.image.created="2023-09-13T09:07:19+00:00" +LABEL org.opencontainers.image.created="2023-09-14T09:07:28+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20230913.0.178482' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20230914.0.178669' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.base-devel b/Dockerfile.base-devel index edd100d..b7145e8 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/v20230913.0.178482 -RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/4976/download")" && \ - echo "6bf2f9b7ee55f7c7ae94be50be92f8fc139b1bab085f5e7598fbd8dcb77b90c1 base-devel-20230913.0.178482.tar.zst" > /tmp/rootfs.tar.sha256 && \ +# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v20230914.0.178669 +RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/4980/download")" && \ + echo "74d03ba1c0115969f94f816483635cef3db83dd45803be5b492c616ae47e2664 base-devel-20230914.0.178669.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="20230913.0.178482" +LABEL org.opencontainers.image.version="20230914.0.178669" LABEL org.opencontainers.image.revision="301942f9e5995770cb5e4dedb4fe9166afa4806d" -LABEL org.opencontainers.image.created="2023-09-13T09:07:26+00:00" +LABEL org.opencontainers.image.created="2023-09-14T09:07:31+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20230913.0.178482' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20230914.0.178669' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"]