-
Notifications
You must be signed in to change notification settings - Fork 2.5k
archlinux: Release 20260118.0.482696 #20670
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
Open
archlinux-github
wants to merge
1
commit into
docker-library:master
Choose a base branch
from
archlinux:release/20260118.0.482696
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
archlinux: Release 20260118.0.482696 #20670
archlinux-github
wants to merge
1
commit into
docker-library:master
from
archlinux:release/20260118.0.482696
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 aa115e4:diff --git a/_bashbrew-cat b/_bashbrew-cat
index aaa9a50..22c52db 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-20260111.0.480139
-GitFetch: refs/tags/v20260111.0.480139
-GitCommit: 22acdd9c9c7a70f53aed4292aa03b70b4b994ad1
+Tags: base-devel, base-devel-20260118.0.482696
+GitFetch: refs/tags/v20260118.0.482696
+GitCommit: 410fd2c7199dea8dd45f4cc99c0364f1dc501634
File: Dockerfile.base-devel
-Tags: latest, base, base-20260111.0.480139
-GitFetch: refs/tags/v20260111.0.480139
-GitCommit: 22acdd9c9c7a70f53aed4292aa03b70b4b994ad1
+Tags: latest, base, base-20260118.0.482696
+GitFetch: refs/tags/v20260118.0.482696
+GitCommit: 410fd2c7199dea8dd45f4cc99c0364f1dc501634
File: Dockerfile.base
-Tags: multilib-devel, multilib-devel-20260111.0.480139
-GitFetch: refs/tags/v20260111.0.480139
-GitCommit: 22acdd9c9c7a70f53aed4292aa03b70b4b994ad1
+Tags: multilib-devel, multilib-devel-20260118.0.482696
+GitFetch: refs/tags/v20260118.0.482696
+GitCommit: 410fd2c7199dea8dd45f4cc99c0364f1dc501634
File: Dockerfile.multilib-devel
diff --git a/_bashbrew-list b/_bashbrew-list
index 7f7a236..3834e28 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -1,7 +1,7 @@
archlinux:base
-archlinux:base-20260111.0.480139
+archlinux:base-20260118.0.482696
archlinux:base-devel
-archlinux:base-devel-20260111.0.480139
+archlinux:base-devel-20260118.0.482696
archlinux:latest
archlinux:multilib-devel
-archlinux:multilib-devel-20260111.0.480139
+archlinux:multilib-devel-20260118.0.482696
diff --git a/_bashbrew-list-build-order b/_bashbrew-list-build-order
index b4fe1e8..956f746 100644
--- a/_bashbrew-list-build-order
+++ b/_bashbrew-list-build-order
@@ -1,3 +1,3 @@
-archlinux:base-20260111.0.480139
-archlinux:base-devel-20260111.0.480139
-archlinux:multilib-devel-20260111.0.480139
+archlinux:base-20260118.0.482696
+archlinux:base-devel-20260118.0.482696
+archlinux:multilib-devel-20260118.0.482696
diff --git a/archlinux_base-20260111.0.480139/Dockerfile.base b/archlinux_base-20260118.0.482696/Dockerfile.base
similarity index 82%
rename from archlinux_base-20260111.0.480139/Dockerfile.base
rename to archlinux_base-20260118.0.482696/Dockerfile.base
index f04c29d..13902f3 100644
--- a/archlinux_base-20260111.0.480139/Dockerfile.base
+++ b/archlinux_base-20260118.0.482696/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/20260111.0.480139/base-20260111.0.480139.tar.zst" && \
- echo "2867e433a1c6fb505aaff1dff62f508b6027976ddb111083a25685292cf14526 base-20260111.0.480139.tar.zst" > /tmp/sha256sums.txt && \
+RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260118.0.482696/base-20260118.0.482696.tar.zst" && \
+ echo "48ae5d4985d9d19352746b01f1f5edc636301bdf0683b2209bcfaaa1c7cb9f8a base-20260118.0.482696.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
- tar -C /rootfs --extract --file base-20260111.0.480139.tar.zst
+ tar -C /rootfs --extract --file base-20260118.0.482696.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="20260111.0.480139"
+LABEL org.opencontainers.image.version="20260118.0.482696"
LABEL org.opencontainers.image.revision="0d7c4c0017584f9bcb495105cc412d6575f04564"
-LABEL org.opencontainers.image.created="2026-01-11T00:07:19+00:00"
+LABEL org.opencontainers.image.created="2026-01-18T00:07:00+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
- sed -i '/BUILD_ID/a VERSION_ID=20260111.0.480139' /etc/os-release
+ sed -i '/BUILD_ID/a VERSION_ID=20260118.0.482696' /etc/os-release
ENV LANG=C.UTF-8
CMD ["/usr/bin/bash"]
diff --git a/archlinux_base-devel-20260111.0.480139/Dockerfile.base-devel b/archlinux_base-devel-20260118.0.482696/Dockerfile.base-devel
similarity index 82%
rename from archlinux_base-devel-20260111.0.480139/Dockerfile.base-devel
rename to archlinux_base-devel-20260118.0.482696/Dockerfile.base-devel
index d96fb17..8a4fbdb 100644
--- a/archlinux_base-devel-20260111.0.480139/Dockerfile.base-devel
+++ b/archlinux_base-devel-20260118.0.482696/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/20260111.0.480139/base-devel-20260111.0.480139.tar.zst" && \
- echo "c704bbdd35bd8385924e608fbdf39c15f2255c7e7891e6fb93266bc717c8c46b base-devel-20260111.0.480139.tar.zst" > /tmp/sha256sums.txt && \
+RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260118.0.482696/base-devel-20260118.0.482696.tar.zst" && \
+ echo "a1187df9309eb44772ef7eea5575520c17b776e78860a9f1c9b219e7ee0d62ad base-devel-20260118.0.482696.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
- tar -C /rootfs --extract --file base-devel-20260111.0.480139.tar.zst
+ tar -C /rootfs --extract --file base-devel-20260118.0.482696.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="20260111.0.480139"
+LABEL org.opencontainers.image.version="20260118.0.482696"
LABEL org.opencontainers.image.revision="0d7c4c0017584f9bcb495105cc412d6575f04564"
-LABEL org.opencontainers.image.created="2026-01-11T00:07:19+00:00"
+LABEL org.opencontainers.image.created="2026-01-18T00:07:00+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
- sed -i '/BUILD_ID/a VERSION_ID=20260111.0.480139' /etc/os-release
+ sed -i '/BUILD_ID/a VERSION_ID=20260118.0.482696' /etc/os-release
ENV LANG=C.UTF-8
CMD ["/usr/bin/bash"]
diff --git a/archlinux_multilib-devel-20260111.0.480139/Dockerfile.multilib-devel b/archlinux_multilib-devel-20260118.0.482696/Dockerfile.multilib-devel
similarity index 81%
rename from archlinux_multilib-devel-20260111.0.480139/Dockerfile.multilib-devel
rename to archlinux_multilib-devel-20260118.0.482696/Dockerfile.multilib-devel
index 2695a13..7ef8f79 100644
--- a/archlinux_multilib-devel-20260111.0.480139/Dockerfile.multilib-devel
+++ b/archlinux_multilib-devel-20260118.0.482696/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/20260111.0.480139/multilib-devel-20260111.0.480139.tar.zst" && \
- echo "cb348aeac14f4083fea76744f16ec8b818d21186df250e1363ac77c28da26875 multilib-devel-20260111.0.480139.tar.zst" > /tmp/sha256sums.txt && \
+RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260118.0.482696/multilib-devel-20260118.0.482696.tar.zst" && \
+ echo "c78c32de6c11107e99b6bca688650b7f277fe9d0737068b0b294e0069a09fa9e multilib-devel-20260118.0.482696.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
- tar -C /rootfs --extract --file multilib-devel-20260111.0.480139.tar.zst
+ tar -C /rootfs --extract --file multilib-devel-20260118.0.482696.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="20260111.0.480139"
+LABEL org.opencontainers.image.version="20260118.0.482696"
LABEL org.opencontainers.image.revision="0d7c4c0017584f9bcb495105cc412d6575f04564"
-LABEL org.opencontainers.image.created="2026-01-11T00:07:19+00:00"
+LABEL org.opencontainers.image.created="2026-01-18T00:07:00+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
- sed -i '/BUILD_ID/a VERSION_ID=20260111.0.480139' /etc/os-release
+ sed -i '/BUILD_ID/a VERSION_ID=20260118.0.482696' /etc/os-release
ENV LANG=C.UTF-8
CMD ["/usr/bin/bash"]Relevant Maintainers:
|
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