Skip to content
Snippets Groups Projects
Commit 01ae228c authored by GITLAB_PROJECT_TOKEN's avatar GITLAB_PROJECT_TOKEN
Browse files

Release 20240804.0.251467

parent 615938d6
No related branches found
Tags v20240804.0.251467
No related merge requests found
Pipeline #103800 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/20240803.0.251283/base-20240803.0.251283.tar.zst" && \
echo "fbd3bea0d763b69137cd3ad7bf6f5eb85713a70d8e0e09537ab3f99c62c0bab7 base-20240803.0.251283.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240804.0.251467/base-20240804.0.251467.tar.zst" && \
echo "e1686719c8ae5445dce562914f6476cdd56161e7c8ff89b9b97fb15d61d5bbd2 base-20240804.0.251467.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-20240803.0.251283.tar.zst
tar -C /rootfs --extract --file base-20240804.0.251467.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="20240803.0.251283"
LABEL org.opencontainers.image.version="20240804.0.251467"
LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725"
LABEL org.opencontainers.image.created="2024-08-03T09:07:33+00:00"
LABEL org.opencontainers.image.created="2024-08-04T00:07:42+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20240803.0.251283' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20240804.0.251467' /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/20240803.0.251283/base-devel-20240803.0.251283.tar.zst" && \
echo "57a7a9eb282e69057121e98129a850d8628343bff70cd39690484193885b1752 base-devel-20240803.0.251283.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240804.0.251467/base-devel-20240804.0.251467.tar.zst" && \
echo "816e505ea1816bdbad7eabd7a1ff4da40818e91ec05642b3a54a3078f986a795 base-devel-20240804.0.251467.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-devel-20240803.0.251283.tar.zst
tar -C /rootfs --extract --file base-devel-20240804.0.251467.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="20240803.0.251283"
LABEL org.opencontainers.image.version="20240804.0.251467"
LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725"
LABEL org.opencontainers.image.created="2024-08-03T09:07:33+00:00"
LABEL org.opencontainers.image.created="2024-08-04T00:07:42+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20240803.0.251283' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20240804.0.251467' /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/20240803.0.251283/multilib-devel-20240803.0.251283.tar.zst" && \
echo "ca9a15d5714f62b812f2f4d87360b980eadfb863c9433c464508a03809f623ea multilib-devel-20240803.0.251283.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240804.0.251467/multilib-devel-20240804.0.251467.tar.zst" && \
echo "ada02efcdf905e576ed478b7494b216627063c9f9a8236a9745beab33cdada59 multilib-devel-20240804.0.251467.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file multilib-devel-20240803.0.251283.tar.zst
tar -C /rootfs --extract --file multilib-devel-20240804.0.251467.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="20240803.0.251283"
LABEL org.opencontainers.image.version="20240804.0.251467"
LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725"
LABEL org.opencontainers.image.created="2024-08-03T09:07:33+00:00"
LABEL org.opencontainers.image.created="2024-08-04T00:07:42+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20240803.0.251283' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20240804.0.251467' /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