Release 20240809.0.252827

This commit is contained in:
GITLAB_PROJECT_TOKEN 2024-08-09 09:07:43 +00:00
parent 8363ab1e71
commit 9d91764859
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/20240808.0.252577/base-20240808.0.252577.tar.zst" && \
echo "5ab7817758bdb2c70f300a169f4a28c88a152aff2a9f35bae93057d45f5c3df9 base-20240808.0.252577.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240809.0.252827/base-20240809.0.252827.tar.zst" && \
echo "876fa544b09851bd38b4f1997f4b3679b197c70119ada2b2f2fb7fdd5c03adfe base-20240809.0.252827.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-20240808.0.252577.tar.zst
tar -C /rootfs --extract --file base-20240809.0.252827.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="20240808.0.252577"
LABEL org.opencontainers.image.version="20240809.0.252827"
LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725"
LABEL org.opencontainers.image.created="2024-08-08T09:09:01+00:00"
LABEL org.opencontainers.image.created="2024-08-09T09:07:43+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20240808.0.252577' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20240809.0.252827' /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/20240808.0.252577/base-devel-20240808.0.252577.tar.zst" && \
echo "8c20632c378f4537793cb8667592ecd89fedb711e777cc4c98794973bec5751f base-devel-20240808.0.252577.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240809.0.252827/base-devel-20240809.0.252827.tar.zst" && \
echo "cd0939a461e0390a90da754b8a3fcc60b1aab5c82cf2f4c45ad921454bc79a5b base-devel-20240809.0.252827.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-devel-20240808.0.252577.tar.zst
tar -C /rootfs --extract --file base-devel-20240809.0.252827.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="20240808.0.252577"
LABEL org.opencontainers.image.version="20240809.0.252827"
LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725"
LABEL org.opencontainers.image.created="2024-08-08T09:09:01+00:00"
LABEL org.opencontainers.image.created="2024-08-09T09:07:43+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20240808.0.252577' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20240809.0.252827' /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/20240808.0.252577/multilib-devel-20240808.0.252577.tar.zst" && \
echo "3e8991c06bab1039a3f862d89827dd1f3daab1f4875aa855f2132da762d4bcad multilib-devel-20240808.0.252577.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240809.0.252827/multilib-devel-20240809.0.252827.tar.zst" && \
echo "494ebccd6c0d88724b50728fcdff2adcacebed1006c8e2cd5cc287e789994d97 multilib-devel-20240809.0.252827.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file multilib-devel-20240808.0.252577.tar.zst
tar -C /rootfs --extract --file multilib-devel-20240809.0.252827.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="20240808.0.252577"
LABEL org.opencontainers.image.version="20240809.0.252827"
LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725"
LABEL org.opencontainers.image.created="2024-08-08T09:09:01+00:00"
LABEL org.opencontainers.image.created="2024-08-09T09:07:43+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20240808.0.252577' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20240809.0.252827' /etc/os-release
ENV LANG=C.UTF-8
CMD ["/usr/bin/bash"]