Release 20230914.0.178669

This commit is contained in:
Arch Linux Docker release bot 2023-09-14 09:07:31 +00:00
parent 449143c648
commit 3905cc63cb
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/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"]

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/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"]