Release 20240915.0.263086

This commit is contained in:
GITLAB_PROJECT_TOKEN 2024-09-15 09:07:46 +00:00
parent 13312789ac
commit e743bcd2df
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/20240915.0.262934/base-20240915.0.262934.tar.zst" && \
echo "9ef3e51d6c68e802e84d32d01842184c131c30ad721d8e8d97c8b130b8960f11 base-20240915.0.262934.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240915.0.263086/base-20240915.0.263086.tar.zst" && \
echo "ae07fd8ff216e23ee1fff312988f03bde4a590dd0c8170b500e01db08506b4d1 base-20240915.0.263086.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-20240915.0.262934.tar.zst
tar -C /rootfs --extract --file base-20240915.0.263086.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="20240915.0.262934"
LABEL org.opencontainers.image.version="20240915.0.263086"
LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725"
LABEL org.opencontainers.image.created="2024-09-15T00:07:28+00:00"
LABEL org.opencontainers.image.created="2024-09-15T09:07:46+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20240915.0.262934' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20240915.0.263086' /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/20240915.0.262934/base-devel-20240915.0.262934.tar.zst" && \
echo "75c134f803d65e27127fb36c7ce0327a22c9b825e86be16fd6ff698078651d55 base-devel-20240915.0.262934.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240915.0.263086/base-devel-20240915.0.263086.tar.zst" && \
echo "7e05bee4a6ac0503793a60a2a3b8885b216f3c923bc447ad732b74757ad26e12 base-devel-20240915.0.263086.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-devel-20240915.0.262934.tar.zst
tar -C /rootfs --extract --file base-devel-20240915.0.263086.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="20240915.0.262934"
LABEL org.opencontainers.image.version="20240915.0.263086"
LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725"
LABEL org.opencontainers.image.created="2024-09-15T00:07:28+00:00"
LABEL org.opencontainers.image.created="2024-09-15T09:07:46+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20240915.0.262934' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20240915.0.263086' /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/20240915.0.262934/multilib-devel-20240915.0.262934.tar.zst" && \
echo "e2f5c8f203ae9eec8160f5a7cccedfcfa6e5926303ca1b978ace36086ffc60d7 multilib-devel-20240915.0.262934.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240915.0.263086/multilib-devel-20240915.0.263086.tar.zst" && \
echo "8c1fb915c40d3b3d429bc18ddde122ec457df6ace84a4531bc8a59afefdc1225 multilib-devel-20240915.0.263086.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file multilib-devel-20240915.0.262934.tar.zst
tar -C /rootfs --extract --file multilib-devel-20240915.0.263086.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="20240915.0.262934"
LABEL org.opencontainers.image.version="20240915.0.263086"
LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725"
LABEL org.opencontainers.image.created="2024-09-15T00:07:28+00:00"
LABEL org.opencontainers.image.created="2024-09-15T09:07:46+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20240915.0.262934' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20240915.0.263086' /etc/os-release
ENV LANG=C.UTF-8
CMD ["/usr/bin/bash"]