Release 20230916.0.178977

This commit is contained in:
Arch Linux Docker release bot 2023-09-16 09:07:32 +00:00
parent 08baa8252b
commit 72de029eb2
2 changed files with 12 additions and 12 deletions

View File

@ -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/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 && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v20230916.0.178977
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/5002/download")" && \
echo "467c0c15c813170e72555f9d1a0916fa75e3bd91f9c1dcc216e86e5a72da938c base-20230916.0.178977.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="20230915.0.178818"
LABEL org.opencontainers.image.version="20230916.0.178977"
LABEL org.opencontainers.image.revision="301942f9e5995770cb5e4dedb4fe9166afa4806d"
LABEL org.opencontainers.image.created="2023-09-15T09:07:31+00:00"
LABEL org.opencontainers.image.created="2023-09-16T09:07:29+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20230915.0.178818' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20230916.0.178977' /etc/os-release
ENV LANG=C.UTF-8
CMD ["/usr/bin/bash"]

View File

@ -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/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 && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v20230916.0.178977
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/5004/download")" && \
echo "d28ae32da0e895f154beba182eaee0c151c4f5a5e2dc19d5574c756fcc99ccde base-devel-20230916.0.178977.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="20230915.0.178818"
LABEL org.opencontainers.image.version="20230916.0.178977"
LABEL org.opencontainers.image.revision="301942f9e5995770cb5e4dedb4fe9166afa4806d"
LABEL org.opencontainers.image.created="2023-09-15T09:07:34+00:00"
LABEL org.opencontainers.image.created="2023-09-16T09:07:32+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20230915.0.178818' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20230916.0.178977' /etc/os-release
ENV LANG=C.UTF-8
CMD ["/usr/bin/bash"]