Release 20240426.0.231748

This commit is contained in:
Arch Linux Docker release bot 2024-04-26 09:07:08 +00:00
parent 9d4081ed14
commit da23ad85f9
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/20240425.0.231487/base-20240425.0.231487.tar.zst" && \
echo "610d977f4d15c8b7c6ef5da4c3afbb4ac00b9381467e3922a8e98f4957b902e9 base-20240425.0.231487.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240426.0.231748/base-20240426.0.231748.tar.zst" && \
echo "2be202c47ae030547a838e868bd3c62317067acbc64bf91d21615b8a4e8faea5 base-20240426.0.231748.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-20240425.0.231487.tar.zst
tar -C /rootfs --extract --file base-20240426.0.231748.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="20240425.0.231487"
LABEL org.opencontainers.image.version="20240426.0.231748"
LABEL org.opencontainers.image.revision="98cd79111dd530447f491d547d14f3c38e227e46"
LABEL org.opencontainers.image.created="2024-04-25T09:07:18+00:00"
LABEL org.opencontainers.image.created="2024-04-26T09:07:08+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20240425.0.231487' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20240426.0.231748' /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/20240425.0.231487/base-devel-20240425.0.231487.tar.zst" && \
echo "df717faa837b2bcb6a40015d804dc82e23c93e75665136171daf32d43f4374b7 base-devel-20240425.0.231487.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240426.0.231748/base-devel-20240426.0.231748.tar.zst" && \
echo "d2f19a2c1103af63d5a9a9f9581c671ecfd08e3692e53c907608a3920d901cc9 base-devel-20240426.0.231748.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-devel-20240425.0.231487.tar.zst
tar -C /rootfs --extract --file base-devel-20240426.0.231748.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="20240425.0.231487"
LABEL org.opencontainers.image.version="20240426.0.231748"
LABEL org.opencontainers.image.revision="98cd79111dd530447f491d547d14f3c38e227e46"
LABEL org.opencontainers.image.created="2024-04-25T09:07:18+00:00"
LABEL org.opencontainers.image.created="2024-04-26T09:07:08+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20240425.0.231487' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20240426.0.231748' /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/20240425.0.231487/multilib-devel-20240425.0.231487.tar.zst" && \
echo "8f6c50f9c59c8c02fd48251b36582dd2d89c2b0241980262bae704f61ae4ced4 multilib-devel-20240425.0.231487.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240426.0.231748/multilib-devel-20240426.0.231748.tar.zst" && \
echo "726b185ed52da09f1d3b58a40c7692cb2c1853583708846fe584fbd20433dd55 multilib-devel-20240426.0.231748.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file multilib-devel-20240425.0.231487.tar.zst
tar -C /rootfs --extract --file multilib-devel-20240426.0.231748.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="20240425.0.231487"
LABEL org.opencontainers.image.version="20240426.0.231748"
LABEL org.opencontainers.image.revision="98cd79111dd530447f491d547d14f3c38e227e46"
LABEL org.opencontainers.image.created="2024-04-25T09:07:18+00:00"
LABEL org.opencontainers.image.created="2024-04-26T09:07:08+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20240425.0.231487' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20240426.0.231748' /etc/os-release
ENV LANG=C.UTF-8
CMD ["/usr/bin/bash"]