Release 20240626.0.243334

This commit is contained in:
GITLAB_PROJECT_TOKEN 2024-06-26 09:07:30 +00:00
parent be0058a79a
commit 33e7c7869d
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/20240625.0.243189/base-20240625.0.243189.tar.zst" && \
echo "270b3478621bbd67104d1a5ce0a0b4dd745ed236f8eb924256bac123d2cf8217 base-20240625.0.243189.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240626.0.243334/base-20240626.0.243334.tar.zst" && \
echo "29e4f1a59b25c6db23a503f976456a2cddd2bcdab4fa541f1726d5deec05a2bd base-20240626.0.243334.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-20240625.0.243189.tar.zst
tar -C /rootfs --extract --file base-20240626.0.243334.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="20240625.0.243189"
LABEL org.opencontainers.image.version="20240626.0.243334"
LABEL org.opencontainers.image.revision="bd60189bf8f3c09a995e2b2891660667955808ff"
LABEL org.opencontainers.image.created="2024-06-25T09:07:27+00:00"
LABEL org.opencontainers.image.created="2024-06-26T09:07:30+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20240625.0.243189' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20240626.0.243334' /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/20240625.0.243189/base-devel-20240625.0.243189.tar.zst" && \
echo "9b7e574700812af5915ff7af6b26f699ff591e756f97c325fe53ff221ce39fcc base-devel-20240625.0.243189.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240626.0.243334/base-devel-20240626.0.243334.tar.zst" && \
echo "82368aa6a4ff8a4a93e7d3ef0ed36fcdd386f2990ca3d5a21b55027bbca81b6b base-devel-20240626.0.243334.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-devel-20240625.0.243189.tar.zst
tar -C /rootfs --extract --file base-devel-20240626.0.243334.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="20240625.0.243189"
LABEL org.opencontainers.image.version="20240626.0.243334"
LABEL org.opencontainers.image.revision="bd60189bf8f3c09a995e2b2891660667955808ff"
LABEL org.opencontainers.image.created="2024-06-25T09:07:27+00:00"
LABEL org.opencontainers.image.created="2024-06-26T09:07:30+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20240625.0.243189' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20240626.0.243334' /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/20240625.0.243189/multilib-devel-20240625.0.243189.tar.zst" && \
echo "fd8a265de74218043a9abc43394d5bc0a8bea9d7f7735afbecd52bcbaec06b7f multilib-devel-20240625.0.243189.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240626.0.243334/multilib-devel-20240626.0.243334.tar.zst" && \
echo "9424b17d8c2f2037d0b5ae5b9212e654e8a0e4bf2a1f5156acffc9e06b66cadd multilib-devel-20240626.0.243334.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file multilib-devel-20240625.0.243189.tar.zst
tar -C /rootfs --extract --file multilib-devel-20240626.0.243334.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="20240625.0.243189"
LABEL org.opencontainers.image.version="20240626.0.243334"
LABEL org.opencontainers.image.revision="bd60189bf8f3c09a995e2b2891660667955808ff"
LABEL org.opencontainers.image.created="2024-06-25T09:07:27+00:00"
LABEL org.opencontainers.image.created="2024-06-26T09:07:30+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20240625.0.243189' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20240626.0.243334' /etc/os-release
ENV LANG=C.UTF-8
CMD ["/usr/bin/bash"]