Release 20250330.0.328921

This commit is contained in:
GITLAB_PROJECT_TOKEN 2025-03-30 00:07:39 +00:00
parent 63a79aa984
commit 78e569eae2
3 changed files with 18 additions and 18 deletions

View File

@ -14,11 +14,11 @@ FROM alpine:3.21 AS verify
RUN apk add --no-cache curl tar zstd
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250329.0.328796/base-20250329.0.328796.tar.zst" && \
echo "71fa5b38912250f476e8230e62bb3965f2a96f1f084c80487a8110de78f889fe base-20250329.0.328796.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250330.0.328921/base-20250330.0.328921.tar.zst" && \
echo "1025328cdfa1d51deccbc00165c7f1da136cd83fda3c5885c2036d2ecabc5b60 base-20250330.0.328921.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-20250329.0.328796.tar.zst
tar -C /rootfs --extract --file base-20250330.0.328921.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="20250329.0.328796"
LABEL org.opencontainers.image.version="20250330.0.328921"
LABEL org.opencontainers.image.revision="ae0527df18a9c5b94b28351b2265a20012d2fda0"
LABEL org.opencontainers.image.created="2025-03-29T09:07:20+00:00"
LABEL org.opencontainers.image.created="2025-03-30T00:07:39+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20250329.0.328796' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20250330.0.328921' /etc/os-release
ENV LANG=C.UTF-8
CMD ["/usr/bin/bash"]

View File

@ -14,11 +14,11 @@ FROM alpine:3.21 AS verify
RUN apk add --no-cache curl tar zstd
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250329.0.328796/base-devel-20250329.0.328796.tar.zst" && \
echo "8fb004f206708631bace9de0c99b7350d199ef1eeb262708e64c8194582eb9bb base-devel-20250329.0.328796.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250330.0.328921/base-devel-20250330.0.328921.tar.zst" && \
echo "0bc527c6394f38e8f352234ce8761ca711478bd2d69387e3957e960ff5cfb2f5 base-devel-20250330.0.328921.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-devel-20250329.0.328796.tar.zst
tar -C /rootfs --extract --file base-devel-20250330.0.328921.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="20250329.0.328796"
LABEL org.opencontainers.image.version="20250330.0.328921"
LABEL org.opencontainers.image.revision="ae0527df18a9c5b94b28351b2265a20012d2fda0"
LABEL org.opencontainers.image.created="2025-03-29T09:07:20+00:00"
LABEL org.opencontainers.image.created="2025-03-30T00:07:39+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20250329.0.328796' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20250330.0.328921' /etc/os-release
ENV LANG=C.UTF-8
CMD ["/usr/bin/bash"]

View File

@ -14,11 +14,11 @@ FROM alpine:3.21 AS verify
RUN apk add --no-cache curl tar zstd
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250329.0.328796/multilib-devel-20250329.0.328796.tar.zst" && \
echo "ae04439ab43a4bc42c99f9e45e2621c0c072636cb28e45ee8a102befa09277ca multilib-devel-20250329.0.328796.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250330.0.328921/multilib-devel-20250330.0.328921.tar.zst" && \
echo "57801ecc87a4bcbf61979b3e45e486b9e1026efe2732603525f5a120b102fae0 multilib-devel-20250330.0.328921.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file multilib-devel-20250329.0.328796.tar.zst
tar -C /rootfs --extract --file multilib-devel-20250330.0.328921.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="20250329.0.328796"
LABEL org.opencontainers.image.version="20250330.0.328921"
LABEL org.opencontainers.image.revision="ae0527df18a9c5b94b28351b2265a20012d2fda0"
LABEL org.opencontainers.image.created="2025-03-29T09:07:20+00:00"
LABEL org.opencontainers.image.created="2025-03-30T00:07:39+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20250329.0.328796' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20250330.0.328921' /etc/os-release
ENV LANG=C.UTF-8
CMD ["/usr/bin/bash"]