Skip to content
Snippets Groups Projects
Commit 56bb99f5 authored by Arch Linux Docker release bot's avatar Arch Linux Docker release bot
Browse files

Release 20230723.0.166908

parent b65f12f4
No related branches found
No related tags found
No related merge requests found
......@@ -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/v20230722.0.166742
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/4898/download")" && \
echo "e1fd9a69e16e6158e8562d80d6c4b9218e562f80e55ec247dae95ab965a08226 base-20230722.0.166742.tar.zst" > /tmp/rootfs.tar.sha256 && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v20230723.0.166908
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/4902/download")" && \
echo "f97178dae81c61f6bc4c3e68bbdfa756983ce808ecc3022296891545572ee0f1 base-20230723.0.166908.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="20230722.0.166742"
LABEL org.opencontainers.image.version="20230723.0.166908"
LABEL org.opencontainers.image.revision="301942f9e5995770cb5e4dedb4fe9166afa4806d"
LABEL org.opencontainers.image.created="2023-07-22T09:07:25+00:00"
LABEL org.opencontainers.image.created="2023-07-23T00:07:48+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20230722.0.166742' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20230723.0.166908' /etc/os-release
ENV LANG=C.UTF-8
CMD ["/usr/bin/bash"]
......@@ -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/v20230722.0.166742
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/4900/download")" && \
echo "d07057f7d0ec0ed47f12ed8176dbc6d5117ed7c7511b19f00aa74774ca858511 base-devel-20230722.0.166742.tar.zst" > /tmp/rootfs.tar.sha256 && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v20230723.0.166908
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/4904/download")" && \
echo "cd313d423e32cb522df8b028ccdfdc0f9d33afb7e7d20f3cb7bcfbb751b8c951 base-devel-20230723.0.166908.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="20230722.0.166742"
LABEL org.opencontainers.image.version="20230723.0.166908"
LABEL org.opencontainers.image.revision="301942f9e5995770cb5e4dedb4fe9166afa4806d"
LABEL org.opencontainers.image.created="2023-07-22T09:07:29+00:00"
LABEL org.opencontainers.image.created="2023-07-23T00:07:51+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20230722.0.166742' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20230723.0.166908' /etc/os-release
ENV LANG=C.UTF-8
CMD ["/usr/bin/bash"]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment