Release 20241113.0.278955

This commit is contained in:
GITLAB_PROJECT_TOKEN 2024-11-13 09:07:27 +00:00
parent fd56ae6808
commit dbd6a4fd11
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/20241112.0.278753/base-20241112.0.278753.tar.zst" && \
echo "6eca41a742d7494c3e25d7febbe8ee1fa63834ebe8154f02d0e09c3da98e2801 base-20241112.0.278753.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20241113.0.278955/base-20241113.0.278955.tar.zst" && \
echo "166bcb02395ef5eead0aff0d40fb9dc2eab592084b0a7cad26bfe3c8eadeea65 base-20241113.0.278955.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-20241112.0.278753.tar.zst
tar -C /rootfs --extract --file base-20241113.0.278955.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="20241112.0.278753"
LABEL org.opencontainers.image.version="20241113.0.278955"
LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725"
LABEL org.opencontainers.image.created="2024-11-12T09:07:36+00:00"
LABEL org.opencontainers.image.created="2024-11-13T09:07:27+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20241112.0.278753' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20241113.0.278955' /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/20241112.0.278753/base-devel-20241112.0.278753.tar.zst" && \
echo "07e19038aacc4416306ac342333be265a13ba159605254c200f3ee94a997866e base-devel-20241112.0.278753.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20241113.0.278955/base-devel-20241113.0.278955.tar.zst" && \
echo "c82ed3ec287d6d4d37152ad81fd6ed188110ebee814062a9803108de772b514c base-devel-20241113.0.278955.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-devel-20241112.0.278753.tar.zst
tar -C /rootfs --extract --file base-devel-20241113.0.278955.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="20241112.0.278753"
LABEL org.opencontainers.image.version="20241113.0.278955"
LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725"
LABEL org.opencontainers.image.created="2024-11-12T09:07:36+00:00"
LABEL org.opencontainers.image.created="2024-11-13T09:07:27+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20241112.0.278753' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20241113.0.278955' /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/20241112.0.278753/multilib-devel-20241112.0.278753.tar.zst" && \
echo "14b4a5a213ab4de2fa11fc2c03c5599a9e6bded64a89ee0c3f0074872941ab7f multilib-devel-20241112.0.278753.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20241113.0.278955/multilib-devel-20241113.0.278955.tar.zst" && \
echo "f07464e48695c17203944d8e67d58aa26b498a86eebc0eee770a9c07b0eb6478 multilib-devel-20241113.0.278955.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file multilib-devel-20241112.0.278753.tar.zst
tar -C /rootfs --extract --file multilib-devel-20241113.0.278955.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="20241112.0.278753"
LABEL org.opencontainers.image.version="20241113.0.278955"
LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725"
LABEL org.opencontainers.image.created="2024-11-12T09:07:36+00:00"
LABEL org.opencontainers.image.created="2024-11-13T09:07:27+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20241112.0.278753' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20241113.0.278955' /etc/os-release
ENV LANG=C.UTF-8
CMD ["/usr/bin/bash"]