-
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 20241222.0.291122 #18155
Open
archlinux-github
wants to merge
1
commit into
docker-library:master
Choose a base branch
from
archlinux:release/20241222.0.291122
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 20241222.0.291122 #18155
archlinux-github
wants to merge
1
commit into
docker-library:master
from
archlinux:release/20241222.0.291122
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 9c46117:diff --git a/_bashbrew-cat b/_bashbrew-cat
index 039ed30..5a61167 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-20241215.0.289170
-GitFetch: refs/tags/v20241215.0.289170
-GitCommit: 729f0d450ee8469d038e2fb5dd8e7d4593e9b616
+Tags: base-devel, base-devel-20241222.0.291122
+GitFetch: refs/tags/v20241222.0.291122
+GitCommit: 4cacbe0820837f0754e7fedbdf516992008dc3e5
File: Dockerfile.base-devel
-Tags: latest, base, base-20241215.0.289170
-GitFetch: refs/tags/v20241215.0.289170
-GitCommit: 729f0d450ee8469d038e2fb5dd8e7d4593e9b616
+Tags: latest, base, base-20241222.0.291122
+GitFetch: refs/tags/v20241222.0.291122
+GitCommit: 4cacbe0820837f0754e7fedbdf516992008dc3e5
File: Dockerfile.base
-Tags: multilib-devel, multilib-devel-20241215.0.289170
-GitFetch: refs/tags/v20241215.0.289170
-GitCommit: 729f0d450ee8469d038e2fb5dd8e7d4593e9b616
+Tags: multilib-devel, multilib-devel-20241222.0.291122
+GitFetch: refs/tags/v20241222.0.291122
+GitCommit: 4cacbe0820837f0754e7fedbdf516992008dc3e5
File: Dockerfile.multilib-devel
diff --git a/_bashbrew-list b/_bashbrew-list
index f7c22a0..072a2b2 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -1,7 +1,7 @@
archlinux:base
-archlinux:base-20241215.0.289170
+archlinux:base-20241222.0.291122
archlinux:base-devel
-archlinux:base-devel-20241215.0.289170
+archlinux:base-devel-20241222.0.291122
archlinux:latest
archlinux:multilib-devel
-archlinux:multilib-devel-20241215.0.289170
+archlinux:multilib-devel-20241222.0.291122
diff --git a/_bashbrew-list-build-order b/_bashbrew-list-build-order
index 2977c6a..83f6e6b 100644
--- a/_bashbrew-list-build-order
+++ b/_bashbrew-list-build-order
@@ -1,3 +1,3 @@
-archlinux:base-20241215.0.289170
-archlinux:base-devel-20241215.0.289170
-archlinux:multilib-devel-20241215.0.289170
+archlinux:base-20241222.0.291122
+archlinux:base-devel-20241222.0.291122
+archlinux:multilib-devel-20241222.0.291122
diff --git a/archlinux_base-20241215.0.289170/Dockerfile.base b/archlinux_base-20241222.0.291122/Dockerfile.base
similarity index 82%
rename from archlinux_base-20241215.0.289170/Dockerfile.base
rename to archlinux_base-20241222.0.291122/Dockerfile.base
index f8b4c58..ead48b4 100644
--- a/archlinux_base-20241215.0.289170/Dockerfile.base
+++ b/archlinux_base-20241222.0.291122/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/20241215.0.289170/base-20241215.0.289170.tar.zst" && \
- echo "08d267888aa1a61962b193eb54c039c6de0e81a12aa017e59a526892598f8320 base-20241215.0.289170.tar.zst" > /tmp/sha256sums.txt && \
+RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20241222.0.291122/base-20241222.0.291122.tar.zst" && \
+ echo "472126c6f7ba656f9f979b9b6a55eb447411643fa31a1ca68a1690cc36632204 base-20241222.0.291122.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
- tar -C /rootfs --extract --file base-20241215.0.289170.tar.zst
+ tar -C /rootfs --extract --file base-20241222.0.291122.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="20241215.0.289170"
+LABEL org.opencontainers.image.version="20241222.0.291122"
LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725"
-LABEL org.opencontainers.image.created="2024-12-15T00:07:31+00:00"
+LABEL org.opencontainers.image.created="2024-12-22T00:07:56+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
- sed -i '/BUILD_ID/a VERSION_ID=20241215.0.289170' /etc/os-release
+ sed -i '/BUILD_ID/a VERSION_ID=20241222.0.291122' /etc/os-release
ENV LANG=C.UTF-8
CMD ["/usr/bin/bash"]
diff --git a/archlinux_base-devel-20241215.0.289170/Dockerfile.base-devel b/archlinux_base-devel-20241222.0.291122/Dockerfile.base-devel
similarity index 82%
rename from archlinux_base-devel-20241215.0.289170/Dockerfile.base-devel
rename to archlinux_base-devel-20241222.0.291122/Dockerfile.base-devel
index 621b030..deb3ed7 100644
--- a/archlinux_base-devel-20241215.0.289170/Dockerfile.base-devel
+++ b/archlinux_base-devel-20241222.0.291122/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/20241215.0.289170/base-devel-20241215.0.289170.tar.zst" && \
- echo "ee42d471139baadc97b4362b713a65a312cd5df8ec5a62eb67e5631864cb7c38 base-devel-20241215.0.289170.tar.zst" > /tmp/sha256sums.txt && \
+RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20241222.0.291122/base-devel-20241222.0.291122.tar.zst" && \
+ echo "76e8b64339fcbdb7ecb84fb336a1802f00c362147767199d125b8a3c686a7f7c base-devel-20241222.0.291122.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
- tar -C /rootfs --extract --file base-devel-20241215.0.289170.tar.zst
+ tar -C /rootfs --extract --file base-devel-20241222.0.291122.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="20241215.0.289170"
+LABEL org.opencontainers.image.version="20241222.0.291122"
LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725"
-LABEL org.opencontainers.image.created="2024-12-15T00:07:31+00:00"
+LABEL org.opencontainers.image.created="2024-12-22T00:07:56+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
- sed -i '/BUILD_ID/a VERSION_ID=20241215.0.289170' /etc/os-release
+ sed -i '/BUILD_ID/a VERSION_ID=20241222.0.291122' /etc/os-release
ENV LANG=C.UTF-8
CMD ["/usr/bin/bash"]
diff --git a/archlinux_multilib-devel-20241215.0.289170/Dockerfile.multilib-devel b/archlinux_multilib-devel-20241222.0.291122/Dockerfile.multilib-devel
similarity index 81%
rename from archlinux_multilib-devel-20241215.0.289170/Dockerfile.multilib-devel
rename to archlinux_multilib-devel-20241222.0.291122/Dockerfile.multilib-devel
index cfbf192..2defcaa 100644
--- a/archlinux_multilib-devel-20241215.0.289170/Dockerfile.multilib-devel
+++ b/archlinux_multilib-devel-20241222.0.291122/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/20241215.0.289170/multilib-devel-20241215.0.289170.tar.zst" && \
- echo "e769b73942eec98548414d85d6a6305ec3c421ede7dc52fa56edf936d2903692 multilib-devel-20241215.0.289170.tar.zst" > /tmp/sha256sums.txt && \
+RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20241222.0.291122/multilib-devel-20241222.0.291122.tar.zst" && \
+ echo "186b9ee670b714afa95cd7c4cae6d1f95c5ea17e304bdea65ddaffd92a0ac9e6 multilib-devel-20241222.0.291122.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
- tar -C /rootfs --extract --file multilib-devel-20241215.0.289170.tar.zst
+ tar -C /rootfs --extract --file multilib-devel-20241222.0.291122.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="20241215.0.289170"
+LABEL org.opencontainers.image.version="20241222.0.291122"
LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725"
-LABEL org.opencontainers.image.created="2024-12-15T00:07:31+00:00"
+LABEL org.opencontainers.image.created="2024-12-22T00:07:56+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
- sed -i '/BUILD_ID/a VERSION_ID=20241215.0.289170' /etc/os-release
+ sed -i '/BUILD_ID/a VERSION_ID=20241222.0.291122' /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