-
Notifications
You must be signed in to change notification settings - Fork 2.5k
archlinux: Release 20250817.0.405639 #19711
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
tianon
merged 1 commit into
docker-library:master
from
archlinux:release/20250817.0.405639
Aug 18, 2025
Merged
archlinux: Release 20250817.0.405639 #19711
tianon
merged 1 commit into
docker-library:master
from
archlinux:release/20250817.0.405639
Aug 18, 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 38d5e7c:diff --git a/_bashbrew-cat b/_bashbrew-cat
index 1189c19..94b3d64 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-20250810.0.398652
-GitFetch: refs/tags/v20250810.0.398652
-GitCommit: e8bde646cc506d354b218400f8a8dfa8253b1b9a
+Tags: base-devel, base-devel-20250817.0.405639
+GitFetch: refs/tags/v20250817.0.405639
+GitCommit: 5f7a18761cc5a8e2469416aca9e41a9e87bcb038
File: Dockerfile.base-devel
-Tags: latest, base, base-20250810.0.398652
-GitFetch: refs/tags/v20250810.0.398652
-GitCommit: e8bde646cc506d354b218400f8a8dfa8253b1b9a
+Tags: latest, base, base-20250817.0.405639
+GitFetch: refs/tags/v20250817.0.405639
+GitCommit: 5f7a18761cc5a8e2469416aca9e41a9e87bcb038
File: Dockerfile.base
-Tags: multilib-devel, multilib-devel-20250810.0.398652
-GitFetch: refs/tags/v20250810.0.398652
-GitCommit: e8bde646cc506d354b218400f8a8dfa8253b1b9a
+Tags: multilib-devel, multilib-devel-20250817.0.405639
+GitFetch: refs/tags/v20250817.0.405639
+GitCommit: 5f7a18761cc5a8e2469416aca9e41a9e87bcb038
File: Dockerfile.multilib-devel
diff --git a/_bashbrew-list b/_bashbrew-list
index 0596d6d..4d85778 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -1,7 +1,7 @@
archlinux:base
-archlinux:base-20250810.0.398652
+archlinux:base-20250817.0.405639
archlinux:base-devel
-archlinux:base-devel-20250810.0.398652
+archlinux:base-devel-20250817.0.405639
archlinux:latest
archlinux:multilib-devel
-archlinux:multilib-devel-20250810.0.398652
+archlinux:multilib-devel-20250817.0.405639
diff --git a/_bashbrew-list-build-order b/_bashbrew-list-build-order
index 81859de..e821422 100644
--- a/_bashbrew-list-build-order
+++ b/_bashbrew-list-build-order
@@ -1,3 +1,3 @@
-archlinux:base-20250810.0.398652
-archlinux:base-devel-20250810.0.398652
-archlinux:multilib-devel-20250810.0.398652
+archlinux:base-20250817.0.405639
+archlinux:base-devel-20250817.0.405639
+archlinux:multilib-devel-20250817.0.405639
diff --git a/archlinux_base-20250810.0.398652/Dockerfile.base b/archlinux_base-20250817.0.405639/Dockerfile.base
similarity index 82%
rename from archlinux_base-20250810.0.398652/Dockerfile.base
rename to archlinux_base-20250817.0.405639/Dockerfile.base
index 97548cc..b4034ec 100644
--- a/archlinux_base-20250810.0.398652/Dockerfile.base
+++ b/archlinux_base-20250817.0.405639/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/20250810.0.398652/base-20250810.0.398652.tar.zst" && \
- echo "48b3ec646316044b375c53c9b4412d0db9b616b9dd02816253ffc25bffcc34f5 base-20250810.0.398652.tar.zst" > /tmp/sha256sums.txt && \
+RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250817.0.405639/base-20250817.0.405639.tar.zst" && \
+ echo "c1aeae1373c29c5be71f912c96f9327f0f7f8749e2cc5e7bc643c38091f2c382 base-20250817.0.405639.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
- tar -C /rootfs --extract --file base-20250810.0.398652.tar.zst
+ tar -C /rootfs --extract --file base-20250817.0.405639.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="20250810.0.398652"
+LABEL org.opencontainers.image.version="20250817.0.405639"
LABEL org.opencontainers.image.revision="744b1c5c6a7f999c9a8b3daa5897c922e86563ee"
-LABEL org.opencontainers.image.created="2025-08-10T00:07:35+00:00"
+LABEL org.opencontainers.image.created="2025-08-17T00:07:25+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
- sed -i '/BUILD_ID/a VERSION_ID=20250810.0.398652' /etc/os-release
+ sed -i '/BUILD_ID/a VERSION_ID=20250817.0.405639' /etc/os-release
ENV LANG=C.UTF-8
CMD ["/usr/bin/bash"]
diff --git a/archlinux_base-devel-20250810.0.398652/Dockerfile.base-devel b/archlinux_base-devel-20250817.0.405639/Dockerfile.base-devel
similarity index 82%
rename from archlinux_base-devel-20250810.0.398652/Dockerfile.base-devel
rename to archlinux_base-devel-20250817.0.405639/Dockerfile.base-devel
index d7f174a..c3dc65a 100644
--- a/archlinux_base-devel-20250810.0.398652/Dockerfile.base-devel
+++ b/archlinux_base-devel-20250817.0.405639/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/20250810.0.398652/base-devel-20250810.0.398652.tar.zst" && \
- echo "c25ecbc1e0694772752a912fd0886243804994ac3b6cd89ee6d30291c2a0c9e1 base-devel-20250810.0.398652.tar.zst" > /tmp/sha256sums.txt && \
+RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250817.0.405639/base-devel-20250817.0.405639.tar.zst" && \
+ echo "9b18e451eed559dc36b14844dfcff28fa16a26d7734b3494282591b76b1ff7b2 base-devel-20250817.0.405639.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
- tar -C /rootfs --extract --file base-devel-20250810.0.398652.tar.zst
+ tar -C /rootfs --extract --file base-devel-20250817.0.405639.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="20250810.0.398652"
+LABEL org.opencontainers.image.version="20250817.0.405639"
LABEL org.opencontainers.image.revision="744b1c5c6a7f999c9a8b3daa5897c922e86563ee"
-LABEL org.opencontainers.image.created="2025-08-10T00:07:35+00:00"
+LABEL org.opencontainers.image.created="2025-08-17T00:07:25+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
- sed -i '/BUILD_ID/a VERSION_ID=20250810.0.398652' /etc/os-release
+ sed -i '/BUILD_ID/a VERSION_ID=20250817.0.405639' /etc/os-release
ENV LANG=C.UTF-8
CMD ["/usr/bin/bash"]
diff --git a/archlinux_multilib-devel-20250810.0.398652/Dockerfile.multilib-devel b/archlinux_multilib-devel-20250817.0.405639/Dockerfile.multilib-devel
similarity index 81%
rename from archlinux_multilib-devel-20250810.0.398652/Dockerfile.multilib-devel
rename to archlinux_multilib-devel-20250817.0.405639/Dockerfile.multilib-devel
index 7ef00db..5f295a8 100644
--- a/archlinux_multilib-devel-20250810.0.398652/Dockerfile.multilib-devel
+++ b/archlinux_multilib-devel-20250817.0.405639/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/20250810.0.398652/multilib-devel-20250810.0.398652.tar.zst" && \
- echo "aa9826dc097d7542fb1597b653886a052436a67a597a21c7f6641e3dd6954a19 multilib-devel-20250810.0.398652.tar.zst" > /tmp/sha256sums.txt && \
+RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250817.0.405639/multilib-devel-20250817.0.405639.tar.zst" && \
+ echo "d2e58120c332a2e3f62069f6ce00b1a98d9ef0a16835aa6542acab0a6dbcb474 multilib-devel-20250817.0.405639.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
- tar -C /rootfs --extract --file multilib-devel-20250810.0.398652.tar.zst
+ tar -C /rootfs --extract --file multilib-devel-20250817.0.405639.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="20250810.0.398652"
+LABEL org.opencontainers.image.version="20250817.0.405639"
LABEL org.opencontainers.image.revision="744b1c5c6a7f999c9a8b3daa5897c922e86563ee"
-LABEL org.opencontainers.image.created="2025-08-10T00:07:35+00:00"
+LABEL org.opencontainers.image.created="2025-08-17T00:07:25+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
- sed -i '/BUILD_ID/a VERSION_ID=20250810.0.398652' /etc/os-release
+ sed -i '/BUILD_ID/a VERSION_ID=20250817.0.405639' /etc/os-release
ENV LANG=C.UTF-8
CMD ["/usr/bin/bash"]Relevant Maintainers:
|
tianon
approved these changes
Aug 18, 2025
Muscraft
pushed a commit
to Muscraft/official-images
that referenced
this pull request
Aug 19, 2025
…17.0.405639 archlinux: Release 20250817.0.405639
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