Release 20240201.0.210909

This commit is contained in:
Arch Linux Docker release bot 2024-02-01 09:07:35 +00:00
parent cc71d055d4
commit f83074b1b8
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/20240131.0.210715/base-20240131.0.210715.tar.zst" && \
echo "d7416f4b487e98ffcc220ed17a4ad00e929251fc7098fb43f5106d643282071c base-20240131.0.210715.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240201.0.210909/base-20240201.0.210909.tar.zst" && \
echo "f92a7506601ca986012f63355beb6c853383e11005755f9d0f3a4c15323736e1 base-20240201.0.210909.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-20240131.0.210715.tar.zst
tar -C /rootfs --extract --file base-20240201.0.210909.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="20240131.0.210715"
LABEL org.opencontainers.image.version="20240201.0.210909"
LABEL org.opencontainers.image.revision="98cd79111dd530447f491d547d14f3c38e227e46"
LABEL org.opencontainers.image.created="2024-01-31T09:07:18+00:00"
LABEL org.opencontainers.image.created="2024-02-01T09:07:35+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20240131.0.210715' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20240201.0.210909' /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/20240131.0.210715/base-devel-20240131.0.210715.tar.zst" && \
echo "65fdff38c2c0e238ec4d34533646ecaddb7ba6825dae7174371fd38078882c53 base-devel-20240131.0.210715.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240201.0.210909/base-devel-20240201.0.210909.tar.zst" && \
echo "92946297001d1de496302039f5a0cfffe8c650403ffb20330dd27f1bc6e1402e base-devel-20240201.0.210909.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-devel-20240131.0.210715.tar.zst
tar -C /rootfs --extract --file base-devel-20240201.0.210909.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="20240131.0.210715"
LABEL org.opencontainers.image.version="20240201.0.210909"
LABEL org.opencontainers.image.revision="98cd79111dd530447f491d547d14f3c38e227e46"
LABEL org.opencontainers.image.created="2024-01-31T09:07:18+00:00"
LABEL org.opencontainers.image.created="2024-02-01T09:07:35+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20240131.0.210715' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20240201.0.210909' /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/20240131.0.210715/multilib-devel-20240131.0.210715.tar.zst" && \
echo "b7e166dd69608532d18d0aefe1e8e6a640855f86b2a44896695efda35a3cc265 multilib-devel-20240131.0.210715.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240201.0.210909/multilib-devel-20240201.0.210909.tar.zst" && \
echo "728dc4d084f6ef82f102ddbc2cceea29064fb287458029ecca248ddb1b147923 multilib-devel-20240201.0.210909.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file multilib-devel-20240131.0.210715.tar.zst
tar -C /rootfs --extract --file multilib-devel-20240201.0.210909.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="20240131.0.210715"
LABEL org.opencontainers.image.version="20240201.0.210909"
LABEL org.opencontainers.image.revision="98cd79111dd530447f491d547d14f3c38e227e46"
LABEL org.opencontainers.image.created="2024-01-31T09:07:18+00:00"
LABEL org.opencontainers.image.created="2024-02-01T09:07:35+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20240131.0.210715' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20240201.0.210909' /etc/os-release
ENV LANG=C.UTF-8
CMD ["/usr/bin/bash"]