Release 20240916.0.263436

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