Release 20240311.0.220453

This commit is contained in:
Arch Linux Docker release bot 2024-03-11 09:07:28 +00:00
parent d4ff0abdf4
commit 45a052fd20
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/20240310.0.220230/base-20240310.0.220230.tar.zst" && \
echo "9f911befa5eff51aac80aeb5e509a94d17b8ae89a3f309632542b70548ac5c91 base-20240310.0.220230.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240311.0.220453/base-20240311.0.220453.tar.zst" && \
echo "347bdc4d356a22943f2e627490f20df67b2d9bee2503e00e1a5046005aef9b2d base-20240311.0.220453.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-20240310.0.220230.tar.zst
tar -C /rootfs --extract --file base-20240311.0.220453.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="20240310.0.220230"
LABEL org.opencontainers.image.version="20240311.0.220453"
LABEL org.opencontainers.image.revision="98cd79111dd530447f491d547d14f3c38e227e46"
LABEL org.opencontainers.image.created="2024-03-10T09:07:18+00:00"
LABEL org.opencontainers.image.created="2024-03-11T09:07:27+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20240310.0.220230' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20240311.0.220453' /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/20240310.0.220230/base-devel-20240310.0.220230.tar.zst" && \
echo "3118e1873ad96d1039e667d325014f210b7dc862db2c3bd3a1d1d21b8f90b226 base-devel-20240310.0.220230.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240311.0.220453/base-devel-20240311.0.220453.tar.zst" && \
echo "a33ccb3771cd5e2bba691de83992ddf640794d640e6f1704acbf25a472a0441c base-devel-20240311.0.220453.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-devel-20240310.0.220230.tar.zst
tar -C /rootfs --extract --file base-devel-20240311.0.220453.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="20240310.0.220230"
LABEL org.opencontainers.image.version="20240311.0.220453"
LABEL org.opencontainers.image.revision="98cd79111dd530447f491d547d14f3c38e227e46"
LABEL org.opencontainers.image.created="2024-03-10T09:07:18+00:00"
LABEL org.opencontainers.image.created="2024-03-11T09:07:27+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20240310.0.220230' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20240311.0.220453' /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/20240310.0.220230/multilib-devel-20240310.0.220230.tar.zst" && \
echo "bde54b1bab7528e1b74874e65f990926f71af8b3525dc8c2aae1e74912793b4e multilib-devel-20240310.0.220230.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240311.0.220453/multilib-devel-20240311.0.220453.tar.zst" && \
echo "8814ee95a8e744274f0429845b9b43f98adb445300067001a219ae8668b52da1 multilib-devel-20240311.0.220453.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file multilib-devel-20240310.0.220230.tar.zst
tar -C /rootfs --extract --file multilib-devel-20240311.0.220453.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="20240310.0.220230"
LABEL org.opencontainers.image.version="20240311.0.220453"
LABEL org.opencontainers.image.revision="98cd79111dd530447f491d547d14f3c38e227e46"
LABEL org.opencontainers.image.created="2024-03-10T09:07:18+00:00"
LABEL org.opencontainers.image.created="2024-03-11T09:07:27+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20240310.0.220230' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20240311.0.220453' /etc/os-release
ENV LANG=C.UTF-8
CMD ["/usr/bin/bash"]