Release 20240108.0.205696

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