Release 20250315.0.322332

This commit is contained in:
GITLAB_PROJECT_TOKEN 2025-03-15 09:07:25 +00:00
parent 7e27c15e6a
commit b72f4a475d
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/20250313.0.321246/base-20250313.0.321246.tar.zst" && \
echo "99a8392d33e2315972176ab2068aa6af59c798e2d77d98caa385f5964269c2f0 base-20250313.0.321246.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250315.0.322332/base-20250315.0.322332.tar.zst" && \
echo "cd250facaf80e1a407b756a0022fe127f725ffcd7ab174e90f525ccc78b7cfd6 base-20250315.0.322332.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-20250313.0.321246.tar.zst
tar -C /rootfs --extract --file base-20250315.0.322332.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="20250313.0.321246"
LABEL org.opencontainers.image.version="20250315.0.322332"
LABEL org.opencontainers.image.revision="ae0527df18a9c5b94b28351b2265a20012d2fda0"
LABEL org.opencontainers.image.created="2025-03-13T09:07:40+00:00"
LABEL org.opencontainers.image.created="2025-03-15T09:07:25+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20250313.0.321246' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20250315.0.322332' /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/20250313.0.321246/base-devel-20250313.0.321246.tar.zst" && \
echo "d8d406b35d2879d364560e9d1aef22edef06d6f5a293255124c547bd581e0f7c base-devel-20250313.0.321246.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250315.0.322332/base-devel-20250315.0.322332.tar.zst" && \
echo "e9844c7789c41d10b14e5b84cecd047e4bcc7b502b6ea52a4034b8279eefe0c5 base-devel-20250315.0.322332.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-devel-20250313.0.321246.tar.zst
tar -C /rootfs --extract --file base-devel-20250315.0.322332.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="20250313.0.321246"
LABEL org.opencontainers.image.version="20250315.0.322332"
LABEL org.opencontainers.image.revision="ae0527df18a9c5b94b28351b2265a20012d2fda0"
LABEL org.opencontainers.image.created="2025-03-13T09:07:40+00:00"
LABEL org.opencontainers.image.created="2025-03-15T09:07:25+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20250313.0.321246' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20250315.0.322332' /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/20250313.0.321246/multilib-devel-20250313.0.321246.tar.zst" && \
echo "d2282e3e5281bfe63456ef78a453d78876e4cecf33512c439c0304a4354e5ae9 multilib-devel-20250313.0.321246.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250315.0.322332/multilib-devel-20250315.0.322332.tar.zst" && \
echo "758afa885bd3c4ffb11a8b7e9ac09364b6c6171a3e3531c02eda73815be0d036 multilib-devel-20250315.0.322332.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file multilib-devel-20250313.0.321246.tar.zst
tar -C /rootfs --extract --file multilib-devel-20250315.0.322332.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="20250313.0.321246"
LABEL org.opencontainers.image.version="20250315.0.322332"
LABEL org.opencontainers.image.revision="ae0527df18a9c5b94b28351b2265a20012d2fda0"
LABEL org.opencontainers.image.created="2025-03-13T09:07:40+00:00"
LABEL org.opencontainers.image.created="2025-03-15T09:07:25+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20250313.0.321246' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20250315.0.322332' /etc/os-release
ENV LANG=C.UTF-8
CMD ["/usr/bin/bash"]