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

Release 20240307.0.219528

parent 8b4b40a6
No related branches found
Tags 6.2.1-1
No related merge requests found
Pipeline #93416 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/20240306.0.219221/base-20240306.0.219221.tar.zst" && \
echo "d3bb9e11819fcef8631356757593197e3bdb9b4128eb1407ed1451c2776ddafd base-20240306.0.219221.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240307.0.219528/base-20240307.0.219528.tar.zst" && \
echo "5b09474d54b6a97b6724bffc1c586b27f1425f9fb8a925854a94c7ecbc8a945d base-20240307.0.219528.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-20240306.0.219221.tar.zst
tar -C /rootfs --extract --file base-20240307.0.219528.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="20240306.0.219221"
LABEL org.opencontainers.image.version="20240307.0.219528"
LABEL org.opencontainers.image.revision="98cd79111dd530447f491d547d14f3c38e227e46"
LABEL org.opencontainers.image.created="2024-03-06T09:07:15+00:00"
LABEL org.opencontainers.image.created="2024-03-07T09:07:18+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20240306.0.219221' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20240307.0.219528' /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/20240306.0.219221/base-devel-20240306.0.219221.tar.zst" && \
echo "9c8e13cc65c2c055c3fbc67379c89af7f0ba04834dd2117549a02eb2da72ba5c base-devel-20240306.0.219221.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240307.0.219528/base-devel-20240307.0.219528.tar.zst" && \
echo "8cb5c56137082da1a94795cb735f759f72fa705af55d36daf5aedcaca75b98d7 base-devel-20240307.0.219528.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-devel-20240306.0.219221.tar.zst
tar -C /rootfs --extract --file base-devel-20240307.0.219528.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="20240306.0.219221"
LABEL org.opencontainers.image.version="20240307.0.219528"
LABEL org.opencontainers.image.revision="98cd79111dd530447f491d547d14f3c38e227e46"
LABEL org.opencontainers.image.created="2024-03-06T09:07:15+00:00"
LABEL org.opencontainers.image.created="2024-03-07T09:07:18+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20240306.0.219221' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20240307.0.219528' /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/20240306.0.219221/multilib-devel-20240306.0.219221.tar.zst" && \
echo "596b741716b40f10333127c6286799a1f986897418a4543674c2bb358c2ba70a multilib-devel-20240306.0.219221.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240307.0.219528/multilib-devel-20240307.0.219528.tar.zst" && \
echo "6929f4b328eaf8b9fe3e8f160115a9b2b5519349af5b91c23003b5ec01c0c9f8 multilib-devel-20240307.0.219528.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file multilib-devel-20240306.0.219221.tar.zst
tar -C /rootfs --extract --file multilib-devel-20240307.0.219528.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="20240306.0.219221"
LABEL org.opencontainers.image.version="20240307.0.219528"
LABEL org.opencontainers.image.revision="98cd79111dd530447f491d547d14f3c38e227e46"
LABEL org.opencontainers.image.created="2024-03-06T09:07:15+00:00"
LABEL org.opencontainers.image.created="2024-03-07T09:07:18+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20240306.0.219221' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20240307.0.219528' /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