Release 20241010.0.269169

This commit is contained in:
GITLAB_PROJECT_TOKEN 2024-10-10 09:07:19 +00:00
parent a111575b04
commit 5e540f97c6
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/20241009.0.268889/base-20241009.0.268889.tar.zst" && \
echo "b694d6ca9caf1fd40d90c10d0a71930ddfe437a1f023c6785ff8055e5029a963 base-20241009.0.268889.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20241010.0.269169/base-20241010.0.269169.tar.zst" && \
echo "19c9c8d29a5daaf2a88a1a85f3fb4a4274fa0134c974c149a4012b4d484c5f1e base-20241010.0.269169.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-20241009.0.268889.tar.zst
tar -C /rootfs --extract --file base-20241010.0.269169.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="20241009.0.268889"
LABEL org.opencontainers.image.version="20241010.0.269169"
LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725"
LABEL org.opencontainers.image.created="2024-10-09T09:07:34+00:00"
LABEL org.opencontainers.image.created="2024-10-10T09:07:19+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20241009.0.268889' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20241010.0.269169' /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/20241009.0.268889/base-devel-20241009.0.268889.tar.zst" && \
echo "191cd28e72eb6c3da89742b67e40582d327083481e3df1065ba5e9a8e49561e8 base-devel-20241009.0.268889.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20241010.0.269169/base-devel-20241010.0.269169.tar.zst" && \
echo "97c6af5c0a0c91ff0d8fe402f55d4aeeb279c9f10cfc5736096b7d86003c250c base-devel-20241010.0.269169.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-devel-20241009.0.268889.tar.zst
tar -C /rootfs --extract --file base-devel-20241010.0.269169.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="20241009.0.268889"
LABEL org.opencontainers.image.version="20241010.0.269169"
LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725"
LABEL org.opencontainers.image.created="2024-10-09T09:07:34+00:00"
LABEL org.opencontainers.image.created="2024-10-10T09:07:19+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20241009.0.268889' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20241010.0.269169' /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/20241009.0.268889/multilib-devel-20241009.0.268889.tar.zst" && \
echo "0956f5d248c1af5a6a414597d6dca21f02806e4ac0101a662520f17dbae819e6 multilib-devel-20241009.0.268889.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20241010.0.269169/multilib-devel-20241010.0.269169.tar.zst" && \
echo "75c1d73812175327f759101c0edacaa25d4abb1499e4a925545365f625e93b04 multilib-devel-20241010.0.269169.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file multilib-devel-20241009.0.268889.tar.zst
tar -C /rootfs --extract --file multilib-devel-20241010.0.269169.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="20241009.0.268889"
LABEL org.opencontainers.image.version="20241010.0.269169"
LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725"
LABEL org.opencontainers.image.created="2024-10-09T09:07:34+00:00"
LABEL org.opencontainers.image.created="2024-10-10T09:07:19+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20241009.0.268889' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20241010.0.269169' /etc/os-release
ENV LANG=C.UTF-8
CMD ["/usr/bin/bash"]