Release 20240111.0.206341

This commit is contained in:
Arch Linux Docker release bot 2024-01-11 09:07:08 +00:00
parent 4badc14ab2
commit 694cec490a
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/20240110.0.206152/base-20240110.0.206152.tar.zst" && \
echo "f62a3e89ce09bc9bad690bb593f45d05c0dd442f8407d5ca285eeb863c9c8091 base-20240110.0.206152.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240111.0.206341/base-20240111.0.206341.tar.zst" && \
echo "e4661d91315bbcf88bb5d7cfccb8cf0909b970eb79299b6e899eb5dd8feaf3df base-20240111.0.206341.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-20240110.0.206152.tar.zst
tar -C /rootfs --extract --file base-20240111.0.206341.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="20240110.0.206152"
LABEL org.opencontainers.image.version="20240111.0.206341"
LABEL org.opencontainers.image.revision="98cd79111dd530447f491d547d14f3c38e227e46"
LABEL org.opencontainers.image.created="2024-01-10T09:08:00+00:00"
LABEL org.opencontainers.image.created="2024-01-11T09:07:08+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20240110.0.206152' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20240111.0.206341' /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/20240110.0.206152/base-devel-20240110.0.206152.tar.zst" && \
echo "491fed97dfc6e3c7f74a1b05cd23ab642473f202fe87f7f5e80feab6d6067f40 base-devel-20240110.0.206152.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240111.0.206341/base-devel-20240111.0.206341.tar.zst" && \
echo "30638bdba488c30312fd1887d493790ac1aefa2142467e6ef6ad31a622e1ad7d base-devel-20240111.0.206341.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-devel-20240110.0.206152.tar.zst
tar -C /rootfs --extract --file base-devel-20240111.0.206341.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="20240110.0.206152"
LABEL org.opencontainers.image.version="20240111.0.206341"
LABEL org.opencontainers.image.revision="98cd79111dd530447f491d547d14f3c38e227e46"
LABEL org.opencontainers.image.created="2024-01-10T09:08:00+00:00"
LABEL org.opencontainers.image.created="2024-01-11T09:07:08+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20240110.0.206152' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20240111.0.206341' /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/20240110.0.206152/multilib-devel-20240110.0.206152.tar.zst" && \
echo "91cd5572e9a4b26d19f0409f474a118709df7ef05f9b976258e00c6f63822f5a multilib-devel-20240110.0.206152.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240111.0.206341/multilib-devel-20240111.0.206341.tar.zst" && \
echo "d35c5dd67a8c929a01df6bb71f9f3a949a1c4e58dc7645ebd7c4fd9e2d40ac74 multilib-devel-20240111.0.206341.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file multilib-devel-20240110.0.206152.tar.zst
tar -C /rootfs --extract --file multilib-devel-20240111.0.206341.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="20240110.0.206152"
LABEL org.opencontainers.image.version="20240111.0.206341"
LABEL org.opencontainers.image.revision="98cd79111dd530447f491d547d14f3c38e227e46"
LABEL org.opencontainers.image.created="2024-01-10T09:08:00+00:00"
LABEL org.opencontainers.image.created="2024-01-11T09:07:08+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20240110.0.206152' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20240111.0.206341' /etc/os-release
ENV LANG=C.UTF-8
CMD ["/usr/bin/bash"]