From 08baa8252b8f87aa80528fefec703ef750c8719b Mon Sep 17 00:00:00 2001 From: Arch Linux Docker release bot Date: Fri, 15 Sep 2023 09:07:34 +0000 Subject: [PATCH] Release 20230915.0.178818 --- Dockerfile.base | 12 ++++++------ Dockerfile.base-devel | 12 ++++++------ 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/Dockerfile.base b/Dockerfile.base index 78f2ac4..ff58798 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/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 && \ +# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v20230915.0.178818 +RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/4982/download")" && \ + echo "81d49576f330f350e5fceb52e4425a05ef2badd215d054f8f71ca775a4e5fbcf base-20230915.0.178818.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="20230914.0.178669" +LABEL org.opencontainers.image.version="20230915.0.178818" LABEL org.opencontainers.image.revision="301942f9e5995770cb5e4dedb4fe9166afa4806d" -LABEL org.opencontainers.image.created="2023-09-14T09:07:28+00:00" +LABEL org.opencontainers.image.created="2023-09-15T09:07:31+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20230914.0.178669' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20230915.0.178818' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.base-devel b/Dockerfile.base-devel index b7145e8..315e613 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/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 && \ +# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v20230915.0.178818 +RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/4984/download")" && \ + echo "042b94b62ff1c78643dde31179c9ea4e358329aee675a35f924dfee42d55f8a4 base-devel-20230915.0.178818.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="20230914.0.178669" +LABEL org.opencontainers.image.version="20230915.0.178818" LABEL org.opencontainers.image.revision="301942f9e5995770cb5e4dedb4fe9166afa4806d" -LABEL org.opencontainers.image.created="2023-09-14T09:07:31+00:00" +LABEL org.opencontainers.image.created="2023-09-15T09:07:34+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20230914.0.178669' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20230915.0.178818' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"]