-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
archlinux: Release 20250126.0.301347 #18317
Open
archlinux-github
wants to merge
1
commit into
docker-library:master
Choose a base branch
from
archlinux:release/20250126.0.301347
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 20250126.0.301347 #18317
archlinux-github
wants to merge
1
commit into
docker-library:master
from
archlinux:release/20250126.0.301347
Conversation
This file contains 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 21ce222:diff --git a/_bashbrew-cat b/_bashbrew-cat
index 2642bd0..fced23a 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-20250119.0.299327
-GitFetch: refs/tags/v20250119.0.299327
-GitCommit: d5901839bb8e07ad1325ab5f23ed5e4562a5a958
+Tags: base-devel, base-devel-20250126.0.301347
+GitFetch: refs/tags/v20250126.0.301347
+GitCommit: 53a1cbb009553e27923ef7da69b4d2400c35c6f4
File: Dockerfile.base-devel
-Tags: latest, base, base-20250119.0.299327
-GitFetch: refs/tags/v20250119.0.299327
-GitCommit: d5901839bb8e07ad1325ab5f23ed5e4562a5a958
+Tags: latest, base, base-20250126.0.301347
+GitFetch: refs/tags/v20250126.0.301347
+GitCommit: 53a1cbb009553e27923ef7da69b4d2400c35c6f4
File: Dockerfile.base
-Tags: multilib-devel, multilib-devel-20250119.0.299327
-GitFetch: refs/tags/v20250119.0.299327
-GitCommit: d5901839bb8e07ad1325ab5f23ed5e4562a5a958
+Tags: multilib-devel, multilib-devel-20250126.0.301347
+GitFetch: refs/tags/v20250126.0.301347
+GitCommit: 53a1cbb009553e27923ef7da69b4d2400c35c6f4
File: Dockerfile.multilib-devel
diff --git a/_bashbrew-list b/_bashbrew-list
index d348f2b..ab46ef7 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -1,7 +1,7 @@
archlinux:base
-archlinux:base-20250119.0.299327
+archlinux:base-20250126.0.301347
archlinux:base-devel
-archlinux:base-devel-20250119.0.299327
+archlinux:base-devel-20250126.0.301347
archlinux:latest
archlinux:multilib-devel
-archlinux:multilib-devel-20250119.0.299327
+archlinux:multilib-devel-20250126.0.301347
diff --git a/_bashbrew-list-build-order b/_bashbrew-list-build-order
index 2314fa1..dfbb776 100644
--- a/_bashbrew-list-build-order
+++ b/_bashbrew-list-build-order
@@ -1,3 +1,3 @@
-archlinux:base-20250119.0.299327
-archlinux:base-devel-20250119.0.299327
-archlinux:multilib-devel-20250119.0.299327
+archlinux:base-20250126.0.301347
+archlinux:base-devel-20250126.0.301347
+archlinux:multilib-devel-20250126.0.301347
diff --git a/archlinux_base-20250119.0.299327/Dockerfile.base b/archlinux_base-20250126.0.301347/Dockerfile.base
similarity index 82%
rename from archlinux_base-20250119.0.299327/Dockerfile.base
rename to archlinux_base-20250126.0.301347/Dockerfile.base
index 4830a1d..542013d 100644
--- a/archlinux_base-20250119.0.299327/Dockerfile.base
+++ b/archlinux_base-20250126.0.301347/Dockerfile.base
@@ -14,11 +14,11 @@ FROM alpine:3.19 AS verify
RUN apk add --no-cache curl tar zstd
-RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250119.0.299327/base-20250119.0.299327.tar.zst" && \
- echo "3c7766382cb766ac355ef6d30289aea8045f927736feed811d261f17a10bf60b base-20250119.0.299327.tar.zst" > /tmp/sha256sums.txt && \
+RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250126.0.301347/base-20250126.0.301347.tar.zst" && \
+ echo "72e192da397776a4e05e459fa0d61969cccb5bcbd0be9039192f1ae319ecb740 base-20250126.0.301347.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
- tar -C /rootfs --extract --file base-20250119.0.299327.tar.zst
+ tar -C /rootfs --extract --file base-20250126.0.301347.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="20250119.0.299327"
+LABEL org.opencontainers.image.version="20250126.0.301347"
LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725"
-LABEL org.opencontainers.image.created="2025-01-19T00:08:08+00:00"
+LABEL org.opencontainers.image.created="2025-01-26T00:07:29+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
- sed -i '/BUILD_ID/a VERSION_ID=20250119.0.299327' /etc/os-release
+ sed -i '/BUILD_ID/a VERSION_ID=20250126.0.301347' /etc/os-release
ENV LANG=C.UTF-8
CMD ["/usr/bin/bash"]
diff --git a/archlinux_base-devel-20250119.0.299327/Dockerfile.base-devel b/archlinux_base-devel-20250126.0.301347/Dockerfile.base-devel
similarity index 82%
rename from archlinux_base-devel-20250119.0.299327/Dockerfile.base-devel
rename to archlinux_base-devel-20250126.0.301347/Dockerfile.base-devel
index cd92c51..8ebcba8 100644
--- a/archlinux_base-devel-20250119.0.299327/Dockerfile.base-devel
+++ b/archlinux_base-devel-20250126.0.301347/Dockerfile.base-devel
@@ -14,11 +14,11 @@ FROM alpine:3.19 AS verify
RUN apk add --no-cache curl tar zstd
-RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250119.0.299327/base-devel-20250119.0.299327.tar.zst" && \
- echo "1c24ca50dc010cf293df226f1ad827033d0ae6f94f13d97353a1718e6fac7b7d base-devel-20250119.0.299327.tar.zst" > /tmp/sha256sums.txt && \
+RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250126.0.301347/base-devel-20250126.0.301347.tar.zst" && \
+ echo "5ccf598df034f6bd4510c25fe41bacffba6e25894dc6eefdfd5a8888fcfc09cb base-devel-20250126.0.301347.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
- tar -C /rootfs --extract --file base-devel-20250119.0.299327.tar.zst
+ tar -C /rootfs --extract --file base-devel-20250126.0.301347.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="20250119.0.299327"
+LABEL org.opencontainers.image.version="20250126.0.301347"
LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725"
-LABEL org.opencontainers.image.created="2025-01-19T00:08:08+00:00"
+LABEL org.opencontainers.image.created="2025-01-26T00:07:29+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
- sed -i '/BUILD_ID/a VERSION_ID=20250119.0.299327' /etc/os-release
+ sed -i '/BUILD_ID/a VERSION_ID=20250126.0.301347' /etc/os-release
ENV LANG=C.UTF-8
CMD ["/usr/bin/bash"]
diff --git a/archlinux_multilib-devel-20250119.0.299327/Dockerfile.multilib-devel b/archlinux_multilib-devel-20250126.0.301347/Dockerfile.multilib-devel
similarity index 81%
rename from archlinux_multilib-devel-20250119.0.299327/Dockerfile.multilib-devel
rename to archlinux_multilib-devel-20250126.0.301347/Dockerfile.multilib-devel
index ceb920f..039ff6f 100644
--- a/archlinux_multilib-devel-20250119.0.299327/Dockerfile.multilib-devel
+++ b/archlinux_multilib-devel-20250126.0.301347/Dockerfile.multilib-devel
@@ -14,11 +14,11 @@ FROM alpine:3.19 AS verify
RUN apk add --no-cache curl tar zstd
-RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250119.0.299327/multilib-devel-20250119.0.299327.tar.zst" && \
- echo "4e30402779bca0ee76a2e94c658abb3f6d49ef025f12333f6752dbbcbcb83c40 multilib-devel-20250119.0.299327.tar.zst" > /tmp/sha256sums.txt && \
+RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250126.0.301347/multilib-devel-20250126.0.301347.tar.zst" && \
+ echo "f6a6750104f9e7b5c1a12be458213156356c14761b1eb140af2216f5c2d05430 multilib-devel-20250126.0.301347.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
- tar -C /rootfs --extract --file multilib-devel-20250119.0.299327.tar.zst
+ tar -C /rootfs --extract --file multilib-devel-20250126.0.301347.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="20250119.0.299327"
+LABEL org.opencontainers.image.version="20250126.0.301347"
LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725"
-LABEL org.opencontainers.image.created="2025-01-19T00:08:08+00:00"
+LABEL org.opencontainers.image.created="2025-01-26T00:07:29+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
- sed -i '/BUILD_ID/a VERSION_ID=20250119.0.299327' /etc/os-release
+ sed -i '/BUILD_ID/a VERSION_ID=20250126.0.301347' /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