archlinux: Release 20260517.0.530531#21485
Open
archlinux-github wants to merge 1 commit into
Open
Conversation
This is an automated release [1]. [1] https://gitlab.archlinux.org/archlinux/archlinux-docker/-/blob/master/.gitlab-ci.yml
Diff for dbc4a84:diff --git a/_bashbrew-cat b/_bashbrew-cat
index 4644fa9..b11a49c 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -1,17 +1,17 @@
Maintainers: Santiago Torres-Arias <santiago@archlinux.org> (@SantiagoTorres), Christian Rebischke <Chris.Rebischke@archlinux.org> (@shibumi), Justin Kromlinger <hashworks@archlinux.org> (@hashworks)
GitRepo: https://gitlab.archlinux.org/archlinux/archlinux-docker.git
-Tags: base-devel, base-devel-20260510.0.525573
-GitFetch: refs/tags/v20260510.0.525573
-GitCommit: 7d5201d50afe35c661e430a479f65802f84721d0
+Tags: base-devel, base-devel-20260517.0.530531
+GitFetch: refs/tags/v20260517.0.530531
+GitCommit: c7ea4e9bcfaf838422b9c7c1ed1e64be073553dd
File: Dockerfile.base-devel
-Tags: latest, base, base-20260510.0.525573
-GitFetch: refs/tags/v20260510.0.525573
-GitCommit: 7d5201d50afe35c661e430a479f65802f84721d0
+Tags: latest, base, base-20260517.0.530531
+GitFetch: refs/tags/v20260517.0.530531
+GitCommit: c7ea4e9bcfaf838422b9c7c1ed1e64be073553dd
File: Dockerfile.base
-Tags: multilib-devel, multilib-devel-20260510.0.525573
-GitFetch: refs/tags/v20260510.0.525573
-GitCommit: 7d5201d50afe35c661e430a479f65802f84721d0
+Tags: multilib-devel, multilib-devel-20260517.0.530531
+GitFetch: refs/tags/v20260517.0.530531
+GitCommit: c7ea4e9bcfaf838422b9c7c1ed1e64be073553dd
File: Dockerfile.multilib-devel
diff --git a/_bashbrew-list b/_bashbrew-list
index 73a338f..f000e74 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -1,7 +1,7 @@
archlinux:base
-archlinux:base-20260510.0.525573
+archlinux:base-20260517.0.530531
archlinux:base-devel
-archlinux:base-devel-20260510.0.525573
+archlinux:base-devel-20260517.0.530531
archlinux:latest
archlinux:multilib-devel
-archlinux:multilib-devel-20260510.0.525573
+archlinux:multilib-devel-20260517.0.530531
diff --git a/_bashbrew-list-build-order b/_bashbrew-list-build-order
index e2c9d55..5a23929 100644
--- a/_bashbrew-list-build-order
+++ b/_bashbrew-list-build-order
@@ -1,3 +1,3 @@
-archlinux:base-20260510.0.525573
-archlinux:base-devel-20260510.0.525573
-archlinux:multilib-devel-20260510.0.525573
+archlinux:base-20260517.0.530531
+archlinux:base-devel-20260517.0.530531
+archlinux:multilib-devel-20260517.0.530531
diff --git a/archlinux_base-20260510.0.525573/Dockerfile.base b/archlinux_base-20260517.0.530531/Dockerfile.base
similarity index 78%
rename from archlinux_base-20260510.0.525573/Dockerfile.base
rename to archlinux_base-20260517.0.530531/Dockerfile.base
index 137fc38..96c08cd 100644
--- a/archlinux_base-20260510.0.525573/Dockerfile.base
+++ b/archlinux_base-20260517.0.530531/Dockerfile.base
@@ -14,11 +14,11 @@ FROM alpine:3.23 AS verify
RUN apk add --no-cache curl tar zstd
-RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260510.0.525573/base-20260510.0.525573.tar.zst" && \
- echo "3b8d106c34c8186ba638101ca5919870022cdef2571ae2081d09a5e432955eca base-20260510.0.525573.tar.zst" > /tmp/sha256sums.txt && \
+RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260517.0.530531/base-20260517.0.530531.tar.zst" && \
+ echo "631115749e630afd46c73fc7c5d1d800db1b78031131f5e71fa2c73b655d0d9d base-20260517.0.530531.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
- tar -C /rootfs --extract --file base-20260510.0.525573.tar.zst
+ tar -C /rootfs --extract --file base-20260517.0.530531.tar.zst
FROM scratch AS root
@@ -29,15 +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="20260510.0.525573"
-LABEL org.opencontainers.image.revision="b43ff00eac5d363450c033c3387cf566bc5650a0"
-LABEL org.opencontainers.image.created="2026-05-10T00:08:50+00:00"
+LABEL org.opencontainers.image.version="20260517.0.530531"
+LABEL org.opencontainers.image.revision="34b87485162b028c8d957bdcd2674359d883cd21"
+LABEL org.opencontainers.image.created="2026-05-17T00:09:11+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
- sed -i '/BUILD_ID/a VERSION_ID=20260510.0.525573' /etc/os-release && \
- true
+ sed -i '/BUILD_ID/a VERSION_ID=20260517.0.530531' /etc/os-release
ENV LANG=C.UTF-8
CMD ["/usr/bin/bash"]
diff --git a/archlinux_base-devel-20260510.0.525573/Dockerfile.base-devel b/archlinux_base-devel-20260517.0.530531/Dockerfile.base-devel
similarity index 78%
rename from archlinux_base-devel-20260510.0.525573/Dockerfile.base-devel
rename to archlinux_base-devel-20260517.0.530531/Dockerfile.base-devel
index 6bf0001..47a8d69 100644
--- a/archlinux_base-devel-20260510.0.525573/Dockerfile.base-devel
+++ b/archlinux_base-devel-20260517.0.530531/Dockerfile.base-devel
@@ -14,11 +14,11 @@ FROM alpine:3.23 AS verify
RUN apk add --no-cache curl tar zstd
-RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260510.0.525573/base-devel-20260510.0.525573.tar.zst" && \
- echo "5eca8cec8457e32492a4c6b0e2e61e7aab3c5bfff2c166a5a2263736b30eadad base-devel-20260510.0.525573.tar.zst" > /tmp/sha256sums.txt && \
+RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260517.0.530531/base-devel-20260517.0.530531.tar.zst" && \
+ echo "72dcd13b9900321ab81e510249f682bbbdc5f8e3c72485aa1f0a2fdff41094dd base-devel-20260517.0.530531.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
- tar -C /rootfs --extract --file base-devel-20260510.0.525573.tar.zst
+ tar -C /rootfs --extract --file base-devel-20260517.0.530531.tar.zst
FROM scratch AS root
@@ -29,15 +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="20260510.0.525573"
-LABEL org.opencontainers.image.revision="b43ff00eac5d363450c033c3387cf566bc5650a0"
-LABEL org.opencontainers.image.created="2026-05-10T00:08:50+00:00"
+LABEL org.opencontainers.image.version="20260517.0.530531"
+LABEL org.opencontainers.image.revision="34b87485162b028c8d957bdcd2674359d883cd21"
+LABEL org.opencontainers.image.created="2026-05-17T00:09:11+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
- sed -i '/BUILD_ID/a VERSION_ID=20260510.0.525573' /etc/os-release && \
- true
+ sed -i '/BUILD_ID/a VERSION_ID=20260517.0.530531' /etc/os-release
ENV LANG=C.UTF-8
CMD ["/usr/bin/bash"]
diff --git a/archlinux_multilib-devel-20260510.0.525573/Dockerfile.multilib-devel b/archlinux_multilib-devel-20260517.0.530531/Dockerfile.multilib-devel
similarity index 77%
rename from archlinux_multilib-devel-20260510.0.525573/Dockerfile.multilib-devel
rename to archlinux_multilib-devel-20260517.0.530531/Dockerfile.multilib-devel
index 7a4bc20..ce1ac1d 100644
--- a/archlinux_multilib-devel-20260510.0.525573/Dockerfile.multilib-devel
+++ b/archlinux_multilib-devel-20260517.0.530531/Dockerfile.multilib-devel
@@ -14,11 +14,11 @@ FROM alpine:3.23 AS verify
RUN apk add --no-cache curl tar zstd
-RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260510.0.525573/multilib-devel-20260510.0.525573.tar.zst" && \
- echo "7535fcf1e93dda4019d3f81768c6b8fcd552cf4b4a842895f6291c84d1fb7aed multilib-devel-20260510.0.525573.tar.zst" > /tmp/sha256sums.txt && \
+RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260517.0.530531/multilib-devel-20260517.0.530531.tar.zst" && \
+ echo "7b0c67ee0d9e92f7241039595235e9ca310fdc86855fafe9f615754e46f7bcff multilib-devel-20260517.0.530531.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
- tar -C /rootfs --extract --file multilib-devel-20260510.0.525573.tar.zst
+ tar -C /rootfs --extract --file multilib-devel-20260517.0.530531.tar.zst
FROM scratch AS root
@@ -29,15 +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="20260510.0.525573"
-LABEL org.opencontainers.image.revision="b43ff00eac5d363450c033c3387cf566bc5650a0"
-LABEL org.opencontainers.image.created="2026-05-10T00:08:50+00:00"
+LABEL org.opencontainers.image.version="20260517.0.530531"
+LABEL org.opencontainers.image.revision="34b87485162b028c8d957bdcd2674359d883cd21"
+LABEL org.opencontainers.image.created="2026-05-17T00:09:11+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
- sed -i '/BUILD_ID/a VERSION_ID=20260510.0.525573' /etc/os-release && \
- true
+ sed -i '/BUILD_ID/a VERSION_ID=20260517.0.530531' /etc/os-release
ENV LANG=C.UTF-8
CMD ["/usr/bin/bash"]Relevant Maintainers:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is an automated release [1].
[1] https://gitlab.archlinux.org/archlinux/archlinux-docker/-/blob/master/.gitlab-ci.yml
Maintainers: @SantiagoTorres @shibumi @hashworks