Release 20240615.0.241513

This commit is contained in:
GITLAB_PROJECT_TOKEN 2024-06-15 09:07:36 +00:00
parent 58540c1ae9
commit 4787668ba5
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/20240614.0.241387/base-20240614.0.241387.tar.zst" && \
echo "ee844b9aea433b54e69e67f4190a1f1cfd2ad7b7f00fbcdabd3d445065cfa26a base-20240614.0.241387.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240615.0.241513/base-20240615.0.241513.tar.zst" && \
echo "13718b1880a14f5dd6fff6aead48d5f69e2d08afb7fa26b7d61a26b1b7c55b46 base-20240615.0.241513.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-20240614.0.241387.tar.zst
tar -C /rootfs --extract --file base-20240615.0.241513.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="20240614.0.241387"
LABEL org.opencontainers.image.version="20240615.0.241513"
LABEL org.opencontainers.image.revision="bd60189bf8f3c09a995e2b2891660667955808ff"
LABEL org.opencontainers.image.created="2024-06-14T09:07:20+00:00"
LABEL org.opencontainers.image.created="2024-06-15T09:07:36+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20240614.0.241387' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20240615.0.241513' /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/20240614.0.241387/base-devel-20240614.0.241387.tar.zst" && \
echo "8b01f8d1dbe5112a36dddb02b7102975bdbcd9752aafb8b24fa38ccc65a44d77 base-devel-20240614.0.241387.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240615.0.241513/base-devel-20240615.0.241513.tar.zst" && \
echo "4228929ecde5be57676889c13860637f6d04d824d095e118c2e43d3bced37ca6 base-devel-20240615.0.241513.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-devel-20240614.0.241387.tar.zst
tar -C /rootfs --extract --file base-devel-20240615.0.241513.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="20240614.0.241387"
LABEL org.opencontainers.image.version="20240615.0.241513"
LABEL org.opencontainers.image.revision="bd60189bf8f3c09a995e2b2891660667955808ff"
LABEL org.opencontainers.image.created="2024-06-14T09:07:20+00:00"
LABEL org.opencontainers.image.created="2024-06-15T09:07:36+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20240614.0.241387' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20240615.0.241513' /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/20240614.0.241387/multilib-devel-20240614.0.241387.tar.zst" && \
echo "0b69b89c1a70e46c4827b7ddac0035df39b8e78c407d70eb885028f7ec53b762 multilib-devel-20240614.0.241387.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240615.0.241513/multilib-devel-20240615.0.241513.tar.zst" && \
echo "1a2e31f4a119645e4579d5e208d2ef76bfa03e9c4f99960ed0be870d4103143d multilib-devel-20240615.0.241513.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file multilib-devel-20240614.0.241387.tar.zst
tar -C /rootfs --extract --file multilib-devel-20240615.0.241513.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="20240614.0.241387"
LABEL org.opencontainers.image.version="20240615.0.241513"
LABEL org.opencontainers.image.revision="bd60189bf8f3c09a995e2b2891660667955808ff"
LABEL org.opencontainers.image.created="2024-06-14T09:07:20+00:00"
LABEL org.opencontainers.image.created="2024-06-15T09:07:36+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20240614.0.241387' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20240615.0.241513' /etc/os-release
ENV LANG=C.UTF-8
CMD ["/usr/bin/bash"]