Release 20240107.0.205464

This commit is contained in:
Arch Linux Docker release bot 2024-01-07 09:07:09 +00:00
parent 0f1d3244ee
commit 72fea39a4e
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/20240106.0.205261/base-20240106.0.205261.tar.zst" && \
echo "68fba914586ea5c79bf689f9edbb0cef460e405af9a6cfba67ce7f47305eb542 base-20240106.0.205261.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240107.0.205464/base-20240107.0.205464.tar.zst" && \
echo "bc62d19a19d095bb2e90fd982ef31bcc810e897bd007b2601b5be0850e99954d base-20240107.0.205464.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-20240106.0.205261.tar.zst
tar -C /rootfs --extract --file base-20240107.0.205464.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="20240106.0.205261"
LABEL org.opencontainers.image.version="20240107.0.205464"
LABEL org.opencontainers.image.revision="98cd79111dd530447f491d547d14f3c38e227e46"
LABEL org.opencontainers.image.created="2024-01-06T09:07:17+00:00"
LABEL org.opencontainers.image.created="2024-01-07T09:07:08+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20240106.0.205261' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20240107.0.205464' /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/20240106.0.205261/base-devel-20240106.0.205261.tar.zst" && \
echo "9c00a87a924cc43ec14b35918345a6e89d43f32d66eaac71476559b772761843 base-devel-20240106.0.205261.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240107.0.205464/base-devel-20240107.0.205464.tar.zst" && \
echo "4b575013836095c330f365ca612c5a5a0f075890e81ad2426e47d9b13fee7a0d base-devel-20240107.0.205464.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-devel-20240106.0.205261.tar.zst
tar -C /rootfs --extract --file base-devel-20240107.0.205464.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="20240106.0.205261"
LABEL org.opencontainers.image.version="20240107.0.205464"
LABEL org.opencontainers.image.revision="98cd79111dd530447f491d547d14f3c38e227e46"
LABEL org.opencontainers.image.created="2024-01-06T09:07:17+00:00"
LABEL org.opencontainers.image.created="2024-01-07T09:07:08+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20240106.0.205261' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20240107.0.205464' /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/20240106.0.205261/multilib-devel-20240106.0.205261.tar.zst" && \
echo "5236b3f0a6c8d32361c75e1e504c7bcc8f6dbf422b2d32c9b4a96b03c531dd73 multilib-devel-20240106.0.205261.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240107.0.205464/multilib-devel-20240107.0.205464.tar.zst" && \
echo "e1f732f4a0a7c196d81bef77336a661fde190915659be72f791bfc5362191b6a multilib-devel-20240107.0.205464.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file multilib-devel-20240106.0.205261.tar.zst
tar -C /rootfs --extract --file multilib-devel-20240107.0.205464.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="20240106.0.205261"
LABEL org.opencontainers.image.version="20240107.0.205464"
LABEL org.opencontainers.image.revision="98cd79111dd530447f491d547d14f3c38e227e46"
LABEL org.opencontainers.image.created="2024-01-06T09:07:17+00:00"
LABEL org.opencontainers.image.created="2024-01-07T09:07:08+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20240106.0.205261' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20240107.0.205464' /etc/os-release
ENV LANG=C.UTF-8
CMD ["/usr/bin/bash"]