Release 20241006.0.268229

This commit is contained in:
GITLAB_PROJECT_TOKEN 2024-10-06 09:07:56 +00:00
parent c2541ed235
commit bdbefd7403
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/20241006.0.268140/base-20241006.0.268140.tar.zst" && \
echo "6451365c1a4c0ead3677d83722275af6d49fb4c8f1e8d2aca33f6ee1ef710208 base-20241006.0.268140.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20241006.0.268229/base-20241006.0.268229.tar.zst" && \
echo "0ef1adcfdc21046a82f0194f0fd6aa14c9b178b949fceaebe654733ac3a19c82 base-20241006.0.268229.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-20241006.0.268140.tar.zst
tar -C /rootfs --extract --file base-20241006.0.268229.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="20241006.0.268140"
LABEL org.opencontainers.image.version="20241006.0.268229"
LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725"
LABEL org.opencontainers.image.created="2024-10-06T00:07:56+00:00"
LABEL org.opencontainers.image.created="2024-10-06T09:07:56+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20241006.0.268140' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20241006.0.268229' /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/20241006.0.268140/base-devel-20241006.0.268140.tar.zst" && \
echo "fe4932e375c82256440295ecdef7d0a166d8e642f0b27ef35ba5f6344dfb40cb base-devel-20241006.0.268140.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20241006.0.268229/base-devel-20241006.0.268229.tar.zst" && \
echo "af8c0686e81cc2c03e438118d55af76919bac4d38c06601826528805d4e78c4b base-devel-20241006.0.268229.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-devel-20241006.0.268140.tar.zst
tar -C /rootfs --extract --file base-devel-20241006.0.268229.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="20241006.0.268140"
LABEL org.opencontainers.image.version="20241006.0.268229"
LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725"
LABEL org.opencontainers.image.created="2024-10-06T00:07:56+00:00"
LABEL org.opencontainers.image.created="2024-10-06T09:07:56+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20241006.0.268140' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20241006.0.268229' /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/20241006.0.268140/multilib-devel-20241006.0.268140.tar.zst" && \
echo "da931a5ad479e5acf87a96ba90acba0a6ffab742404c6c924ff7d65522b43410 multilib-devel-20241006.0.268140.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20241006.0.268229/multilib-devel-20241006.0.268229.tar.zst" && \
echo "fbf3347c7a35f702a3822fc969bc327f44b07d77aeb48ccd0eb5aaed1d9b06e3 multilib-devel-20241006.0.268229.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file multilib-devel-20241006.0.268140.tar.zst
tar -C /rootfs --extract --file multilib-devel-20241006.0.268229.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="20241006.0.268140"
LABEL org.opencontainers.image.version="20241006.0.268229"
LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725"
LABEL org.opencontainers.image.created="2024-10-06T00:07:56+00:00"
LABEL org.opencontainers.image.created="2024-10-06T09:07:56+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20241006.0.268140' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20241006.0.268229' /etc/os-release
ENV LANG=C.UTF-8
CMD ["/usr/bin/bash"]