-
Notifications
You must be signed in to change notification settings - Fork 2.5k
archlinux: Release 20260104.0.477168 #20576
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/20260104.0.477168
Jan 5, 2026
Merged
archlinux: Release 20260104.0.477168 #20576
tianon
merged 1 commit into
docker-library:master
from
archlinux:release/20260104.0.477168
Jan 5, 2026
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 fa47514:diff --git a/_bashbrew-cat b/_bashbrew-cat
index 2f2bcda..abca517 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-20251228.0.475343
-GitFetch: refs/tags/v20251228.0.475343
-GitCommit: 7b28125444143257312d4689765bd9da9300fa2b
+Tags: base-devel, base-devel-20260104.0.477168
+GitFetch: refs/tags/v20260104.0.477168
+GitCommit: 380a7e40945468853717ced95fe18d236874f7ea
File: Dockerfile.base-devel
-Tags: latest, base, base-20251228.0.475343
-GitFetch: refs/tags/v20251228.0.475343
-GitCommit: 7b28125444143257312d4689765bd9da9300fa2b
+Tags: latest, base, base-20260104.0.477168
+GitFetch: refs/tags/v20260104.0.477168
+GitCommit: 380a7e40945468853717ced95fe18d236874f7ea
File: Dockerfile.base
-Tags: multilib-devel, multilib-devel-20251228.0.475343
-GitFetch: refs/tags/v20251228.0.475343
-GitCommit: 7b28125444143257312d4689765bd9da9300fa2b
+Tags: multilib-devel, multilib-devel-20260104.0.477168
+GitFetch: refs/tags/v20260104.0.477168
+GitCommit: 380a7e40945468853717ced95fe18d236874f7ea
File: Dockerfile.multilib-devel
diff --git a/_bashbrew-list b/_bashbrew-list
index a7fb51a..9b4e5af 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -1,7 +1,7 @@
archlinux:base
-archlinux:base-20251228.0.475343
+archlinux:base-20260104.0.477168
archlinux:base-devel
-archlinux:base-devel-20251228.0.475343
+archlinux:base-devel-20260104.0.477168
archlinux:latest
archlinux:multilib-devel
-archlinux:multilib-devel-20251228.0.475343
+archlinux:multilib-devel-20260104.0.477168
diff --git a/_bashbrew-list-build-order b/_bashbrew-list-build-order
index f3a2596..71845d1 100644
--- a/_bashbrew-list-build-order
+++ b/_bashbrew-list-build-order
@@ -1,3 +1,3 @@
-archlinux:base-20251228.0.475343
-archlinux:base-devel-20251228.0.475343
-archlinux:multilib-devel-20251228.0.475343
+archlinux:base-20260104.0.477168
+archlinux:base-devel-20260104.0.477168
+archlinux:multilib-devel-20260104.0.477168
diff --git a/archlinux_base-20251228.0.475343/Dockerfile.base b/archlinux_base-20260104.0.477168/Dockerfile.base
similarity index 82%
rename from archlinux_base-20251228.0.475343/Dockerfile.base
rename to archlinux_base-20260104.0.477168/Dockerfile.base
index 4e43469..8c62bbe 100644
--- a/archlinux_base-20251228.0.475343/Dockerfile.base
+++ b/archlinux_base-20260104.0.477168/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/20251228.0.475343/base-20251228.0.475343.tar.zst" && \
- echo "70d1f9e9796769a7b8abf2b1d15286567773e20cb37fbe58a3473ff3a88b0306 base-20251228.0.475343.tar.zst" > /tmp/sha256sums.txt && \
+RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260104.0.477168/base-20260104.0.477168.tar.zst" && \
+ echo "8f465151a9db4f939f8a0d3b4d59d26687b6c0c0710246d3dfe1625406c28dfd base-20260104.0.477168.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
- tar -C /rootfs --extract --file base-20251228.0.475343.tar.zst
+ tar -C /rootfs --extract --file base-20260104.0.477168.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="20251228.0.475343"
+LABEL org.opencontainers.image.version="20260104.0.477168"
LABEL org.opencontainers.image.revision="0d7c4c0017584f9bcb495105cc412d6575f04564"
-LABEL org.opencontainers.image.created="2025-12-28T00:07:28+00:00"
+LABEL org.opencontainers.image.created="2026-01-04T00:07:17+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
- sed -i '/BUILD_ID/a VERSION_ID=20251228.0.475343' /etc/os-release
+ sed -i '/BUILD_ID/a VERSION_ID=20260104.0.477168' /etc/os-release
ENV LANG=C.UTF-8
CMD ["/usr/bin/bash"]
diff --git a/archlinux_base-devel-20251228.0.475343/Dockerfile.base-devel b/archlinux_base-devel-20260104.0.477168/Dockerfile.base-devel
similarity index 82%
rename from archlinux_base-devel-20251228.0.475343/Dockerfile.base-devel
rename to archlinux_base-devel-20260104.0.477168/Dockerfile.base-devel
index 08054ec..a1dc2cc 100644
--- a/archlinux_base-devel-20251228.0.475343/Dockerfile.base-devel
+++ b/archlinux_base-devel-20260104.0.477168/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/20251228.0.475343/base-devel-20251228.0.475343.tar.zst" && \
- echo "2111ce231c6cfc13ae60cd30e806cce5b9f6ee44b7a7ce6820c387546e50f48a base-devel-20251228.0.475343.tar.zst" > /tmp/sha256sums.txt && \
+RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260104.0.477168/base-devel-20260104.0.477168.tar.zst" && \
+ echo "c9bc9a1e0b1901f146c310044052171784dac3b42d6eeff7ecb0d75b0a122d6f base-devel-20260104.0.477168.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
- tar -C /rootfs --extract --file base-devel-20251228.0.475343.tar.zst
+ tar -C /rootfs --extract --file base-devel-20260104.0.477168.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="20251228.0.475343"
+LABEL org.opencontainers.image.version="20260104.0.477168"
LABEL org.opencontainers.image.revision="0d7c4c0017584f9bcb495105cc412d6575f04564"
-LABEL org.opencontainers.image.created="2025-12-28T00:07:28+00:00"
+LABEL org.opencontainers.image.created="2026-01-04T00:07:17+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
- sed -i '/BUILD_ID/a VERSION_ID=20251228.0.475343' /etc/os-release
+ sed -i '/BUILD_ID/a VERSION_ID=20260104.0.477168' /etc/os-release
ENV LANG=C.UTF-8
CMD ["/usr/bin/bash"]
diff --git a/archlinux_multilib-devel-20251228.0.475343/Dockerfile.multilib-devel b/archlinux_multilib-devel-20260104.0.477168/Dockerfile.multilib-devel
similarity index 81%
rename from archlinux_multilib-devel-20251228.0.475343/Dockerfile.multilib-devel
rename to archlinux_multilib-devel-20260104.0.477168/Dockerfile.multilib-devel
index 63dd21d..3100ccc 100644
--- a/archlinux_multilib-devel-20251228.0.475343/Dockerfile.multilib-devel
+++ b/archlinux_multilib-devel-20260104.0.477168/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/20251228.0.475343/multilib-devel-20251228.0.475343.tar.zst" && \
- echo "52a4e9372670ed84f5b53916deaa40ca7facc77a08e2c1331375eb814642d06b multilib-devel-20251228.0.475343.tar.zst" > /tmp/sha256sums.txt && \
+RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260104.0.477168/multilib-devel-20260104.0.477168.tar.zst" && \
+ echo "6263f4184da95eb478e5bafd2e899f866b42512928eb7938d8b133d5b5ea95cc multilib-devel-20260104.0.477168.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
- tar -C /rootfs --extract --file multilib-devel-20251228.0.475343.tar.zst
+ tar -C /rootfs --extract --file multilib-devel-20260104.0.477168.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="20251228.0.475343"
+LABEL org.opencontainers.image.version="20260104.0.477168"
LABEL org.opencontainers.image.revision="0d7c4c0017584f9bcb495105cc412d6575f04564"
-LABEL org.opencontainers.image.created="2025-12-28T00:07:28+00:00"
+LABEL org.opencontainers.image.created="2026-01-04T00:07:17+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
- sed -i '/BUILD_ID/a VERSION_ID=20251228.0.475343' /etc/os-release
+ sed -i '/BUILD_ID/a VERSION_ID=20260104.0.477168' /etc/os-release
ENV LANG=C.UTF-8
CMD ["/usr/bin/bash"]Relevant Maintainers:
|
tianon
approved these changes
Jan 5, 2026
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