-
Notifications
You must be signed in to change notification settings - Fork 2.4k
archlinux: Release 20250608.0.361578 #19219
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/20250608.0.361578
Jun 9, 2025
Merged
archlinux: Release 20250608.0.361578 #19219
yosifkit
merged 1 commit into
docker-library:master
from
archlinux:release/20250608.0.361578
Jun 9, 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 36c8d5b:diff --git a/_bashbrew-cat b/_bashbrew-cat
index c26a45a..71ba6cd 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-20250601.0.358000
-GitFetch: refs/tags/v20250601.0.358000
-GitCommit: de7defab6a4087b48add0be9c82b5bb3548d3706
+Tags: base-devel, base-devel-20250608.0.361578
+GitFetch: refs/tags/v20250608.0.361578
+GitCommit: 7854bdb0232d4aecf8d361c351c92bfa18bf3add
File: Dockerfile.base-devel
-Tags: latest, base, base-20250601.0.358000
-GitFetch: refs/tags/v20250601.0.358000
-GitCommit: de7defab6a4087b48add0be9c82b5bb3548d3706
+Tags: latest, base, base-20250608.0.361578
+GitFetch: refs/tags/v20250608.0.361578
+GitCommit: 7854bdb0232d4aecf8d361c351c92bfa18bf3add
File: Dockerfile.base
-Tags: multilib-devel, multilib-devel-20250601.0.358000
-GitFetch: refs/tags/v20250601.0.358000
-GitCommit: de7defab6a4087b48add0be9c82b5bb3548d3706
+Tags: multilib-devel, multilib-devel-20250608.0.361578
+GitFetch: refs/tags/v20250608.0.361578
+GitCommit: 7854bdb0232d4aecf8d361c351c92bfa18bf3add
File: Dockerfile.multilib-devel
diff --git a/_bashbrew-list b/_bashbrew-list
index 172dca6..452773d 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -1,7 +1,7 @@
archlinux:base
-archlinux:base-20250601.0.358000
+archlinux:base-20250608.0.361578
archlinux:base-devel
-archlinux:base-devel-20250601.0.358000
+archlinux:base-devel-20250608.0.361578
archlinux:latest
archlinux:multilib-devel
-archlinux:multilib-devel-20250601.0.358000
+archlinux:multilib-devel-20250608.0.361578
diff --git a/_bashbrew-list-build-order b/_bashbrew-list-build-order
index 88d44a0..b947499 100644
--- a/_bashbrew-list-build-order
+++ b/_bashbrew-list-build-order
@@ -1,3 +1,3 @@
-archlinux:base-20250601.0.358000
-archlinux:base-devel-20250601.0.358000
-archlinux:multilib-devel-20250601.0.358000
+archlinux:base-20250608.0.361578
+archlinux:base-devel-20250608.0.361578
+archlinux:multilib-devel-20250608.0.361578
diff --git a/archlinux_base-20250601.0.358000/Dockerfile.base b/archlinux_base-20250608.0.361578/Dockerfile.base
similarity index 77%
rename from archlinux_base-20250601.0.358000/Dockerfile.base
rename to archlinux_base-20250608.0.361578/Dockerfile.base
index f2e440b..f8143f7 100644
--- a/archlinux_base-20250601.0.358000/Dockerfile.base
+++ b/archlinux_base-20250608.0.361578/Dockerfile.base
@@ -10,15 +10,15 @@
# Note: Only official DockerHub images are allowed, see https://gitlab.archlinux.org/archlinux/archlinux-docker/-/commit/daa67d18579024947d69a45e6d028c5adb1c8c23
# While we could use archlinux:base it could also break our build process, so we avoid dog fooding here
-FROM alpine:3.21 AS verify
+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/20250601.0.358000/base-20250601.0.358000.tar.zst" && \
- echo "e3f15abbfd7aa95f74fd5dc85c725936b962fb883cf24ee28a27bee328ab4976 base-20250601.0.358000.tar.zst" > /tmp/sha256sums.txt && \
+RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250608.0.361578/base-20250608.0.361578.tar.zst" && \
+ echo "2da480657ed655de4f127dce2378f1792eb7edead21583cf4b4ca4cdfab7b7a5 base-20250608.0.361578.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
- tar -C /rootfs --extract --file base-20250601.0.358000.tar.zst
+ tar -C /rootfs --extract --file base-20250608.0.361578.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="20250601.0.358000"
-LABEL org.opencontainers.image.revision="ae0527df18a9c5b94b28351b2265a20012d2fda0"
-LABEL org.opencontainers.image.created="2025-06-01T00:08:08+00:00"
+LABEL org.opencontainers.image.version="20250608.0.361578"
+LABEL org.opencontainers.image.revision="744b1c5c6a7f999c9a8b3daa5897c922e86563ee"
+LABEL org.opencontainers.image.created="2025-06-08T00:07:57+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
- sed -i '/BUILD_ID/a VERSION_ID=20250601.0.358000' /etc/os-release
+ sed -i '/BUILD_ID/a VERSION_ID=20250608.0.361578' /etc/os-release
ENV LANG=C.UTF-8
CMD ["/usr/bin/bash"]
diff --git a/archlinux_base-devel-20250601.0.358000/Dockerfile.base-devel b/archlinux_base-devel-20250608.0.361578/Dockerfile.base-devel
similarity index 77%
rename from archlinux_base-devel-20250601.0.358000/Dockerfile.base-devel
rename to archlinux_base-devel-20250608.0.361578/Dockerfile.base-devel
index 30ae90a..898801c 100644
--- a/archlinux_base-devel-20250601.0.358000/Dockerfile.base-devel
+++ b/archlinux_base-devel-20250608.0.361578/Dockerfile.base-devel
@@ -10,15 +10,15 @@
# Note: Only official DockerHub images are allowed, see https://gitlab.archlinux.org/archlinux/archlinux-docker/-/commit/daa67d18579024947d69a45e6d028c5adb1c8c23
# While we could use archlinux:base it could also break our build process, so we avoid dog fooding here
-FROM alpine:3.21 AS verify
+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/20250601.0.358000/base-devel-20250601.0.358000.tar.zst" && \
- echo "dce08ca6294e89b0abd51460b56b7c3ef3b38887e27d2a6b8bbd33647cfb153f base-devel-20250601.0.358000.tar.zst" > /tmp/sha256sums.txt && \
+RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250608.0.361578/base-devel-20250608.0.361578.tar.zst" && \
+ echo "532a93953f7d6fa0fe4705b177050639ae8ce6d0d7dce342cce498995b2b88c9 base-devel-20250608.0.361578.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
- tar -C /rootfs --extract --file base-devel-20250601.0.358000.tar.zst
+ tar -C /rootfs --extract --file base-devel-20250608.0.361578.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="20250601.0.358000"
-LABEL org.opencontainers.image.revision="ae0527df18a9c5b94b28351b2265a20012d2fda0"
-LABEL org.opencontainers.image.created="2025-06-01T00:08:08+00:00"
+LABEL org.opencontainers.image.version="20250608.0.361578"
+LABEL org.opencontainers.image.revision="744b1c5c6a7f999c9a8b3daa5897c922e86563ee"
+LABEL org.opencontainers.image.created="2025-06-08T00:07:57+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
- sed -i '/BUILD_ID/a VERSION_ID=20250601.0.358000' /etc/os-release
+ sed -i '/BUILD_ID/a VERSION_ID=20250608.0.361578' /etc/os-release
ENV LANG=C.UTF-8
CMD ["/usr/bin/bash"]
diff --git a/archlinux_multilib-devel-20250601.0.358000/Dockerfile.multilib-devel b/archlinux_multilib-devel-20250608.0.361578/Dockerfile.multilib-devel
similarity index 77%
rename from archlinux_multilib-devel-20250601.0.358000/Dockerfile.multilib-devel
rename to archlinux_multilib-devel-20250608.0.361578/Dockerfile.multilib-devel
index 6dc97f6..2f1055b 100644
--- a/archlinux_multilib-devel-20250601.0.358000/Dockerfile.multilib-devel
+++ b/archlinux_multilib-devel-20250608.0.361578/Dockerfile.multilib-devel
@@ -10,15 +10,15 @@
# Note: Only official DockerHub images are allowed, see https://gitlab.archlinux.org/archlinux/archlinux-docker/-/commit/daa67d18579024947d69a45e6d028c5adb1c8c23
# While we could use archlinux:base it could also break our build process, so we avoid dog fooding here
-FROM alpine:3.21 AS verify
+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/20250601.0.358000/multilib-devel-20250601.0.358000.tar.zst" && \
- echo "c95cb33b715d20f4af6667cf72aef764fe6ab2079db0316452cf7423c1df27e4 multilib-devel-20250601.0.358000.tar.zst" > /tmp/sha256sums.txt && \
+RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250608.0.361578/multilib-devel-20250608.0.361578.tar.zst" && \
+ echo "44b813ea68ab10a4f529f0f41ca82052c850e86d459eb95f25789fb5eaf3d2e2 multilib-devel-20250608.0.361578.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
- tar -C /rootfs --extract --file multilib-devel-20250601.0.358000.tar.zst
+ tar -C /rootfs --extract --file multilib-devel-20250608.0.361578.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="20250601.0.358000"
-LABEL org.opencontainers.image.revision="ae0527df18a9c5b94b28351b2265a20012d2fda0"
-LABEL org.opencontainers.image.created="2025-06-01T00:08:08+00:00"
+LABEL org.opencontainers.image.version="20250608.0.361578"
+LABEL org.opencontainers.image.revision="744b1c5c6a7f999c9a8b3daa5897c922e86563ee"
+LABEL org.opencontainers.image.created="2025-06-08T00:07:57+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
- sed -i '/BUILD_ID/a VERSION_ID=20250601.0.358000' /etc/os-release
+ sed -i '/BUILD_ID/a VERSION_ID=20250608.0.361578' /etc/os-release
ENV LANG=C.UTF-8
CMD ["/usr/bin/bash"] Relevant Maintainers:
|
yosifkit
approved these changes
Jun 9, 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