Release 20240619.0.242285

This commit is contained in:
GITLAB_PROJECT_TOKEN 2024-06-19 09:07:25 +00:00
parent c22f825ad4
commit 2354962e98
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/20240618.0.242098/base-20240618.0.242098.tar.zst" && \
echo "77bc97b67bff49d4a59d8686bb0009b036053f231471a0335d54097be92a9755 base-20240618.0.242098.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240619.0.242285/base-20240619.0.242285.tar.zst" && \
echo "056583238f6bf680ae3ed1f24e4ca9dd2a1a48dc0ea37052c89d319c1b99c80f base-20240619.0.242285.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-20240618.0.242098.tar.zst
tar -C /rootfs --extract --file base-20240619.0.242285.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="20240618.0.242098"
LABEL org.opencontainers.image.version="20240619.0.242285"
LABEL org.opencontainers.image.revision="bd60189bf8f3c09a995e2b2891660667955808ff"
LABEL org.opencontainers.image.created="2024-06-18T09:07:42+00:00"
LABEL org.opencontainers.image.created="2024-06-19T09:07:25+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20240618.0.242098' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20240619.0.242285' /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/20240618.0.242098/base-devel-20240618.0.242098.tar.zst" && \
echo "1053b99770139d7c44caf20e4b113764a0c3e80eafe2fbf66a79088c0eff5f3d base-devel-20240618.0.242098.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240619.0.242285/base-devel-20240619.0.242285.tar.zst" && \
echo "ceaf84b31d973f63ac9fdd11b0361b6e4bcbad28983680a2f2533f9e8110c5a9 base-devel-20240619.0.242285.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-devel-20240618.0.242098.tar.zst
tar -C /rootfs --extract --file base-devel-20240619.0.242285.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="20240618.0.242098"
LABEL org.opencontainers.image.version="20240619.0.242285"
LABEL org.opencontainers.image.revision="bd60189bf8f3c09a995e2b2891660667955808ff"
LABEL org.opencontainers.image.created="2024-06-18T09:07:42+00:00"
LABEL org.opencontainers.image.created="2024-06-19T09:07:25+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20240618.0.242098' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20240619.0.242285' /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/20240618.0.242098/multilib-devel-20240618.0.242098.tar.zst" && \
echo "9ff5af0f25df331bebd64811342fd666c713bdfa534bf5538e2727753287fcff multilib-devel-20240618.0.242098.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240619.0.242285/multilib-devel-20240619.0.242285.tar.zst" && \
echo "98e92e3b3cdaf91ad7585c939576f19f049dda4b112ca66beff701980d2a795d multilib-devel-20240619.0.242285.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file multilib-devel-20240618.0.242098.tar.zst
tar -C /rootfs --extract --file multilib-devel-20240619.0.242285.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="20240618.0.242098"
LABEL org.opencontainers.image.version="20240619.0.242285"
LABEL org.opencontainers.image.revision="bd60189bf8f3c09a995e2b2891660667955808ff"
LABEL org.opencontainers.image.created="2024-06-18T09:07:42+00:00"
LABEL org.opencontainers.image.created="2024-06-19T09:07:25+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20240618.0.242098' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20240619.0.242285' /etc/os-release
ENV LANG=C.UTF-8
CMD ["/usr/bin/bash"]