-
Notifications
You must be signed in to change notification settings - Fork 2.5k
archlinux: Release 20251019.0.436919 #20114
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
yosifkit
merged 1 commit into
docker-library:master
from
archlinux:release/20251019.0.436919
Oct 20, 2025
Merged
archlinux: Release 20251019.0.436919 #20114
yosifkit
merged 1 commit into
docker-library:master
from
archlinux:release/20251019.0.436919
Oct 20, 2025
Conversation
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
This is an automated release [1]. [1] https://gitlab.archlinux.org/archlinux/archlinux-docker/-/blob/master/.gitlab-ci.yml
Diff for af86ad6:diff --git a/_bashbrew-cat b/_bashbrew-cat
index 00656b2..bcfdff4 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -1,17 +1,17 @@
Maintainers: Santiago Torres-Arias <[email protected]> (@SantiagoTorres), Christian Rebischke <[email protected]> (@shibumi), Justin Kromlinger <[email protected]> (@hashworks)
GitRepo: https://gitlab.archlinux.org/archlinux/archlinux-docker.git
-Tags: base-devel, base-devel-20251012.0.434149
-GitFetch: refs/tags/v20251012.0.434149
-GitCommit: 1ad524c13b57eb60b01a2d576c65dd4ed2140fd0
+Tags: base-devel, base-devel-20251019.0.436919
+GitFetch: refs/tags/v20251019.0.436919
+GitCommit: 3d3996ec400b3b9ef1c04fa5b4b6b81725a8eaac
File: Dockerfile.base-devel
-Tags: latest, base, base-20251012.0.434149
-GitFetch: refs/tags/v20251012.0.434149
-GitCommit: 1ad524c13b57eb60b01a2d576c65dd4ed2140fd0
+Tags: latest, base, base-20251019.0.436919
+GitFetch: refs/tags/v20251019.0.436919
+GitCommit: 3d3996ec400b3b9ef1c04fa5b4b6b81725a8eaac
File: Dockerfile.base
-Tags: multilib-devel, multilib-devel-20251012.0.434149
-GitFetch: refs/tags/v20251012.0.434149
-GitCommit: 1ad524c13b57eb60b01a2d576c65dd4ed2140fd0
+Tags: multilib-devel, multilib-devel-20251019.0.436919
+GitFetch: refs/tags/v20251019.0.436919
+GitCommit: 3d3996ec400b3b9ef1c04fa5b4b6b81725a8eaac
File: Dockerfile.multilib-devel
diff --git a/_bashbrew-list b/_bashbrew-list
index cf4b692..434e559 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -1,7 +1,7 @@
archlinux:base
-archlinux:base-20251012.0.434149
+archlinux:base-20251019.0.436919
archlinux:base-devel
-archlinux:base-devel-20251012.0.434149
+archlinux:base-devel-20251019.0.436919
archlinux:latest
archlinux:multilib-devel
-archlinux:multilib-devel-20251012.0.434149
+archlinux:multilib-devel-20251019.0.436919
diff --git a/_bashbrew-list-build-order b/_bashbrew-list-build-order
index 69dbc5f..8a8a13c 100644
--- a/_bashbrew-list-build-order
+++ b/_bashbrew-list-build-order
@@ -1,3 +1,3 @@
-archlinux:base-20251012.0.434149
-archlinux:base-devel-20251012.0.434149
-archlinux:multilib-devel-20251012.0.434149
+archlinux:base-20251019.0.436919
+archlinux:base-devel-20251019.0.436919
+archlinux:multilib-devel-20251019.0.436919
diff --git a/archlinux_base-20251012.0.434149/Dockerfile.base b/archlinux_base-20251019.0.436919/Dockerfile.base
similarity index 82%
rename from archlinux_base-20251012.0.434149/Dockerfile.base
rename to archlinux_base-20251019.0.436919/Dockerfile.base
index 0e0c02a..7ffa62a 100644
--- a/archlinux_base-20251012.0.434149/Dockerfile.base
+++ b/archlinux_base-20251019.0.436919/Dockerfile.base
@@ -14,11 +14,11 @@ FROM alpine:3.22 AS verify
RUN apk add --no-cache curl tar zstd
-RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20251012.0.434149/base-20251012.0.434149.tar.zst" && \
- echo "a08797b2ba76d5a7089758fade04027e60c6ad35f32cf5363da9ba4f71abe412 base-20251012.0.434149.tar.zst" > /tmp/sha256sums.txt && \
+RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20251019.0.436919/base-20251019.0.436919.tar.zst" && \
+ echo "c485b3debaf7b4a06304b04010b2d80232fa14eb953c0621db3c1858b589c841 base-20251019.0.436919.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
- tar -C /rootfs --extract --file base-20251012.0.434149.tar.zst
+ tar -C /rootfs --extract --file base-20251019.0.436919.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="20251012.0.434149"
+LABEL org.opencontainers.image.version="20251019.0.436919"
LABEL org.opencontainers.image.revision="2ae497c16d7647c505b1cb39e19659d26193a5a0"
-LABEL org.opencontainers.image.created="2025-10-12T00:07:08+00:00"
+LABEL org.opencontainers.image.created="2025-10-19T00:07:20+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
- sed -i '/BUILD_ID/a VERSION_ID=20251012.0.434149' /etc/os-release
+ sed -i '/BUILD_ID/a VERSION_ID=20251019.0.436919' /etc/os-release
ENV LANG=C.UTF-8
CMD ["/usr/bin/bash"]
diff --git a/archlinux_base-devel-20251012.0.434149/Dockerfile.base-devel b/archlinux_base-devel-20251019.0.436919/Dockerfile.base-devel
similarity index 82%
rename from archlinux_base-devel-20251012.0.434149/Dockerfile.base-devel
rename to archlinux_base-devel-20251019.0.436919/Dockerfile.base-devel
index c84b0c1..ccf4615 100644
--- a/archlinux_base-devel-20251012.0.434149/Dockerfile.base-devel
+++ b/archlinux_base-devel-20251019.0.436919/Dockerfile.base-devel
@@ -14,11 +14,11 @@ FROM alpine:3.22 AS verify
RUN apk add --no-cache curl tar zstd
-RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20251012.0.434149/base-devel-20251012.0.434149.tar.zst" && \
- echo "83914919a4bf8212214d7e3f619d1cc3b088dc0d840ae6eb208f481c6833e1dd base-devel-20251012.0.434149.tar.zst" > /tmp/sha256sums.txt && \
+RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20251019.0.436919/base-devel-20251019.0.436919.tar.zst" && \
+ echo "64aa6bb296e08024cf6bab19cf8ae1dbd406fc97789b3c87643dc6908240b664 base-devel-20251019.0.436919.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
- tar -C /rootfs --extract --file base-devel-20251012.0.434149.tar.zst
+ tar -C /rootfs --extract --file base-devel-20251019.0.436919.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="20251012.0.434149"
+LABEL org.opencontainers.image.version="20251019.0.436919"
LABEL org.opencontainers.image.revision="2ae497c16d7647c505b1cb39e19659d26193a5a0"
-LABEL org.opencontainers.image.created="2025-10-12T00:07:08+00:00"
+LABEL org.opencontainers.image.created="2025-10-19T00:07:20+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
- sed -i '/BUILD_ID/a VERSION_ID=20251012.0.434149' /etc/os-release
+ sed -i '/BUILD_ID/a VERSION_ID=20251019.0.436919' /etc/os-release
ENV LANG=C.UTF-8
CMD ["/usr/bin/bash"]
diff --git a/archlinux_multilib-devel-20251012.0.434149/Dockerfile.multilib-devel b/archlinux_multilib-devel-20251019.0.436919/Dockerfile.multilib-devel
similarity index 81%
rename from archlinux_multilib-devel-20251012.0.434149/Dockerfile.multilib-devel
rename to archlinux_multilib-devel-20251019.0.436919/Dockerfile.multilib-devel
index 9024a27..b644f01 100644
--- a/archlinux_multilib-devel-20251012.0.434149/Dockerfile.multilib-devel
+++ b/archlinux_multilib-devel-20251019.0.436919/Dockerfile.multilib-devel
@@ -14,11 +14,11 @@ FROM alpine:3.22 AS verify
RUN apk add --no-cache curl tar zstd
-RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20251012.0.434149/multilib-devel-20251012.0.434149.tar.zst" && \
- echo "9f004883f33a9ad5f8c2a42b8afd53fb61160d5a88842e38ae028aa53968e137 multilib-devel-20251012.0.434149.tar.zst" > /tmp/sha256sums.txt && \
+RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20251019.0.436919/multilib-devel-20251019.0.436919.tar.zst" && \
+ echo "e0e509921914e9457d67d4d75e0b76f6fb223056930cef5c89f4c205d4812e1a multilib-devel-20251019.0.436919.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
- tar -C /rootfs --extract --file multilib-devel-20251012.0.434149.tar.zst
+ tar -C /rootfs --extract --file multilib-devel-20251019.0.436919.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="20251012.0.434149"
+LABEL org.opencontainers.image.version="20251019.0.436919"
LABEL org.opencontainers.image.revision="2ae497c16d7647c505b1cb39e19659d26193a5a0"
-LABEL org.opencontainers.image.created="2025-10-12T00:07:08+00:00"
+LABEL org.opencontainers.image.created="2025-10-19T00:07:20+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
- sed -i '/BUILD_ID/a VERSION_ID=20251012.0.434149' /etc/os-release
+ sed -i '/BUILD_ID/a VERSION_ID=20251019.0.436919' /etc/os-release
ENV LANG=C.UTF-8
CMD ["/usr/bin/bash"] Relevant Maintainers:
|
yosifkit
approved these changes
Oct 20, 2025
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