Release 20240105.0.204999

This commit is contained in:
Arch Linux Docker release bot 2024-01-05 09:07:29 +00:00
parent 5de67da7af
commit 6358e748d0
3 changed files with 18 additions and 18 deletions

View File

@ -14,11 +14,11 @@ FROM alpine:3.19 AS verify
RUN apk add --no-cache curl tar zstd
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240104.0.204700/base-20240104.0.204700.tar.zst" && \
echo "7042b460dd3d57b41e8045473c1a6ce797dc5ca3760cc62e1ef8cc00f0790203 base-20240104.0.204700.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240105.0.204999/base-20240105.0.204999.tar.zst" && \
echo "0429713825432a92c15ec7b961d220415efe62f1a995eaede9b87fd8f101933f base-20240105.0.204999.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-20240104.0.204700.tar.zst
tar -C /rootfs --extract --file base-20240105.0.204999.tar.zst
FROM scratch AS root
@ -29,14 +29,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="20240104.0.204700"
LABEL org.opencontainers.image.version="20240105.0.204999"
LABEL org.opencontainers.image.revision="98cd79111dd530447f491d547d14f3c38e227e46"
LABEL org.opencontainers.image.created="2024-01-04T09:07:31+00:00"
LABEL org.opencontainers.image.created="2024-01-05T09:07:29+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20240104.0.204700' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20240105.0.204999' /etc/os-release
ENV LANG=C.UTF-8
CMD ["/usr/bin/bash"]

View File

@ -14,11 +14,11 @@ FROM alpine:3.19 AS verify
RUN apk add --no-cache curl tar zstd
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240104.0.204700/base-devel-20240104.0.204700.tar.zst" && \
echo "98e912816934ad9b4d88539b1dc2323186c199448089dd7dd3dad74da100acc4 base-devel-20240104.0.204700.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240105.0.204999/base-devel-20240105.0.204999.tar.zst" && \
echo "ab8f7604dabb6a19ebd485386e10bb41a70f11b8fcde01a256d8411ee46565ef base-devel-20240105.0.204999.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-devel-20240104.0.204700.tar.zst
tar -C /rootfs --extract --file base-devel-20240105.0.204999.tar.zst
FROM scratch AS root
@ -29,14 +29,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="20240104.0.204700"
LABEL org.opencontainers.image.version="20240105.0.204999"
LABEL org.opencontainers.image.revision="98cd79111dd530447f491d547d14f3c38e227e46"
LABEL org.opencontainers.image.created="2024-01-04T09:07:31+00:00"
LABEL org.opencontainers.image.created="2024-01-05T09:07:29+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20240104.0.204700' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20240105.0.204999' /etc/os-release
ENV LANG=C.UTF-8
CMD ["/usr/bin/bash"]

View File

@ -14,11 +14,11 @@ FROM alpine:3.19 AS verify
RUN apk add --no-cache curl tar zstd
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240104.0.204700/multilib-devel-20240104.0.204700.tar.zst" && \
echo "5a6daf7ec9946bb663034ffd750733f03aff50be95e1bb389e88233207f3605e multilib-devel-20240104.0.204700.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240105.0.204999/multilib-devel-20240105.0.204999.tar.zst" && \
echo "4a086ade39165d53c45135c8aef4bd9c0d31309143321374f9f46ee7e75b1357 multilib-devel-20240105.0.204999.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file multilib-devel-20240104.0.204700.tar.zst
tar -C /rootfs --extract --file multilib-devel-20240105.0.204999.tar.zst
FROM scratch AS root
@ -29,14 +29,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="20240104.0.204700"
LABEL org.opencontainers.image.version="20240105.0.204999"
LABEL org.opencontainers.image.revision="98cd79111dd530447f491d547d14f3c38e227e46"
LABEL org.opencontainers.image.created="2024-01-04T09:07:31+00:00"
LABEL org.opencontainers.image.created="2024-01-05T09:07:29+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20240104.0.204700' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20240105.0.204999' /etc/os-release
ENV LANG=C.UTF-8
CMD ["/usr/bin/bash"]