Skip to content
Snippets Groups Projects
Commit 65777745 authored by Arch Linux Docker release bot's avatar Arch Linux Docker release bot
Browse files

Release 20240130.0.210524

parent 97f0a1e7
No related branches found
No related tags found
No related merge requests found
Pipeline #90149 passed
......@@ -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/20240129.0.210355/base-20240129.0.210355.tar.zst" && \
echo "1fb1d4902ffad4b5614cb3608bd96d3c8cf8ae53d9cd6e394649df6750891602 base-20240129.0.210355.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240130.0.210524/base-20240130.0.210524.tar.zst" && \
echo "62604704fd2df13a7e159adf0418e9a5ec6cb1401486fca707d729f215eb786c base-20240130.0.210524.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-20240129.0.210355.tar.zst
tar -C /rootfs --extract --file base-20240130.0.210524.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="20240129.0.210355"
LABEL org.opencontainers.image.version="20240130.0.210524"
LABEL org.opencontainers.image.revision="98cd79111dd530447f491d547d14f3c38e227e46"
LABEL org.opencontainers.image.created="2024-01-29T09:07:15+00:00"
LABEL org.opencontainers.image.created="2024-01-30T09:07:21+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20240129.0.210355' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20240130.0.210524' /etc/os-release
ENV LANG=C.UTF-8
CMD ["/usr/bin/bash"]
......@@ -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/20240129.0.210355/base-devel-20240129.0.210355.tar.zst" && \
echo "ce002b224c9a178fbc2165771f1dfbe51ea0c3a89a380c2eb29737986cb6f030 base-devel-20240129.0.210355.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240130.0.210524/base-devel-20240130.0.210524.tar.zst" && \
echo "66b5eca85acd5699d4ebb10edcf8cf789c79b40cacd9c3d98b6fe20b062c4710 base-devel-20240130.0.210524.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-devel-20240129.0.210355.tar.zst
tar -C /rootfs --extract --file base-devel-20240130.0.210524.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="20240129.0.210355"
LABEL org.opencontainers.image.version="20240130.0.210524"
LABEL org.opencontainers.image.revision="98cd79111dd530447f491d547d14f3c38e227e46"
LABEL org.opencontainers.image.created="2024-01-29T09:07:15+00:00"
LABEL org.opencontainers.image.created="2024-01-30T09:07:21+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20240129.0.210355' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20240130.0.210524' /etc/os-release
ENV LANG=C.UTF-8
CMD ["/usr/bin/bash"]
......@@ -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/20240129.0.210355/multilib-devel-20240129.0.210355.tar.zst" && \
echo "005e0720868788f38d56c181c9780527cd32bdbc76dce1bdd44e45041aa1558b multilib-devel-20240129.0.210355.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240130.0.210524/multilib-devel-20240130.0.210524.tar.zst" && \
echo "90a52ae3bd2fc5acc77f0bfff8f12619481732b2642cbaf4a784324fdb5ebf1e multilib-devel-20240130.0.210524.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file multilib-devel-20240129.0.210355.tar.zst
tar -C /rootfs --extract --file multilib-devel-20240130.0.210524.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="20240129.0.210355"
LABEL org.opencontainers.image.version="20240130.0.210524"
LABEL org.opencontainers.image.revision="98cd79111dd530447f491d547d14f3c38e227e46"
LABEL org.opencontainers.image.created="2024-01-29T09:07:15+00:00"
LABEL org.opencontainers.image.created="2024-01-30T09:07:21+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20240129.0.210355' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20240130.0.210524' /etc/os-release
ENV LANG=C.UTF-8
CMD ["/usr/bin/bash"]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment