-
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 20250112.0.297543 #18221
Merged
tianon
merged 1 commit into
docker-library:master
from
archlinux:release/20250112.0.297543
Jan 13, 2025
Merged
archlinux: Release 20250112.0.297543 #18221
tianon
merged 1 commit into
docker-library:master
from
archlinux:release/20250112.0.297543
Jan 13, 2025
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 d3d875d:diff --git a/_bashbrew-cat b/_bashbrew-cat
index 14f2eac..0f598b6 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-20250105.0.295102
-GitFetch: refs/tags/v20250105.0.295102
-GitCommit: 1ec9445b440a3e75d347ded5ba3620ea009af85d
+Tags: base-devel, base-devel-20250112.0.297543
+GitFetch: refs/tags/v20250112.0.297543
+GitCommit: 78c58d6f2c8da9516147d784817e91c557d24d33
File: Dockerfile.base-devel
-Tags: latest, base, base-20250105.0.295102
-GitFetch: refs/tags/v20250105.0.295102
-GitCommit: 1ec9445b440a3e75d347ded5ba3620ea009af85d
+Tags: latest, base, base-20250112.0.297543
+GitFetch: refs/tags/v20250112.0.297543
+GitCommit: 78c58d6f2c8da9516147d784817e91c557d24d33
File: Dockerfile.base
-Tags: multilib-devel, multilib-devel-20250105.0.295102
-GitFetch: refs/tags/v20250105.0.295102
-GitCommit: 1ec9445b440a3e75d347ded5ba3620ea009af85d
+Tags: multilib-devel, multilib-devel-20250112.0.297543
+GitFetch: refs/tags/v20250112.0.297543
+GitCommit: 78c58d6f2c8da9516147d784817e91c557d24d33
File: Dockerfile.multilib-devel
diff --git a/_bashbrew-list b/_bashbrew-list
index 3b6ea98..7a9c225 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -1,7 +1,7 @@
archlinux:base
-archlinux:base-20250105.0.295102
+archlinux:base-20250112.0.297543
archlinux:base-devel
-archlinux:base-devel-20250105.0.295102
+archlinux:base-devel-20250112.0.297543
archlinux:latest
archlinux:multilib-devel
-archlinux:multilib-devel-20250105.0.295102
+archlinux:multilib-devel-20250112.0.297543
diff --git a/_bashbrew-list-build-order b/_bashbrew-list-build-order
index fc99b3a..085dbe1 100644
--- a/_bashbrew-list-build-order
+++ b/_bashbrew-list-build-order
@@ -1,3 +1,3 @@
-archlinux:base-20250105.0.295102
-archlinux:base-devel-20250105.0.295102
-archlinux:multilib-devel-20250105.0.295102
+archlinux:base-20250112.0.297543
+archlinux:base-devel-20250112.0.297543
+archlinux:multilib-devel-20250112.0.297543
diff --git a/archlinux_base-20250105.0.295102/Dockerfile.base b/archlinux_base-20250112.0.297543/Dockerfile.base
similarity index 82%
rename from archlinux_base-20250105.0.295102/Dockerfile.base
rename to archlinux_base-20250112.0.297543/Dockerfile.base
index 8676916..139706d 100644
--- a/archlinux_base-20250105.0.295102/Dockerfile.base
+++ b/archlinux_base-20250112.0.297543/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/20250105.0.295102/base-20250105.0.295102.tar.zst" && \
- echo "89ee958cf13981c5354601129373bbf4cd2932ffb781e6afd11e0fdd74e107fa base-20250105.0.295102.tar.zst" > /tmp/sha256sums.txt && \
+RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250112.0.297543/base-20250112.0.297543.tar.zst" && \
+ echo "53aeeaae3451f48e5ef069ca75dde6a7e76cee23c1b7dab5ad293428df673e54 base-20250112.0.297543.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
- tar -C /rootfs --extract --file base-20250105.0.295102.tar.zst
+ tar -C /rootfs --extract --file base-20250112.0.297543.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="20250105.0.295102"
+LABEL org.opencontainers.image.version="20250112.0.297543"
LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725"
-LABEL org.opencontainers.image.created="2025-01-05T00:08:06+00:00"
+LABEL org.opencontainers.image.created="2025-01-12T00:07:47+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
- sed -i '/BUILD_ID/a VERSION_ID=20250105.0.295102' /etc/os-release
+ sed -i '/BUILD_ID/a VERSION_ID=20250112.0.297543' /etc/os-release
ENV LANG=C.UTF-8
CMD ["/usr/bin/bash"]
diff --git a/archlinux_base-devel-20250105.0.295102/Dockerfile.base-devel b/archlinux_base-devel-20250112.0.297543/Dockerfile.base-devel
similarity index 82%
rename from archlinux_base-devel-20250105.0.295102/Dockerfile.base-devel
rename to archlinux_base-devel-20250112.0.297543/Dockerfile.base-devel
index 34194bb..2e113cd 100644
--- a/archlinux_base-devel-20250105.0.295102/Dockerfile.base-devel
+++ b/archlinux_base-devel-20250112.0.297543/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/20250105.0.295102/base-devel-20250105.0.295102.tar.zst" && \
- echo "3b659153ed2771069b52322ab801cfb3c3b99a21916de4bf46be7ec149e61d6d base-devel-20250105.0.295102.tar.zst" > /tmp/sha256sums.txt && \
+RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250112.0.297543/base-devel-20250112.0.297543.tar.zst" && \
+ echo "a7dccc399f6ce2a9ec4915a6ef639e59c1697f88659c68d1a5c1d285097f0288 base-devel-20250112.0.297543.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
- tar -C /rootfs --extract --file base-devel-20250105.0.295102.tar.zst
+ tar -C /rootfs --extract --file base-devel-20250112.0.297543.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="20250105.0.295102"
+LABEL org.opencontainers.image.version="20250112.0.297543"
LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725"
-LABEL org.opencontainers.image.created="2025-01-05T00:08:06+00:00"
+LABEL org.opencontainers.image.created="2025-01-12T00:07:47+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
- sed -i '/BUILD_ID/a VERSION_ID=20250105.0.295102' /etc/os-release
+ sed -i '/BUILD_ID/a VERSION_ID=20250112.0.297543' /etc/os-release
ENV LANG=C.UTF-8
CMD ["/usr/bin/bash"]
diff --git a/archlinux_multilib-devel-20250105.0.295102/Dockerfile.multilib-devel b/archlinux_multilib-devel-20250112.0.297543/Dockerfile.multilib-devel
similarity index 81%
rename from archlinux_multilib-devel-20250105.0.295102/Dockerfile.multilib-devel
rename to archlinux_multilib-devel-20250112.0.297543/Dockerfile.multilib-devel
index e361ade..de72ada 100644
--- a/archlinux_multilib-devel-20250105.0.295102/Dockerfile.multilib-devel
+++ b/archlinux_multilib-devel-20250112.0.297543/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/20250105.0.295102/multilib-devel-20250105.0.295102.tar.zst" && \
- echo "d2a5ccae73c30621519dce38e0f4bc17f13e23478a7820b32c1d5126c62f69e0 multilib-devel-20250105.0.295102.tar.zst" > /tmp/sha256sums.txt && \
+RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250112.0.297543/multilib-devel-20250112.0.297543.tar.zst" && \
+ echo "4a0610131b804e23a8d963757d53dab134437a23a8d7a2c8a7b0aed9a979706d multilib-devel-20250112.0.297543.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
- tar -C /rootfs --extract --file multilib-devel-20250105.0.295102.tar.zst
+ tar -C /rootfs --extract --file multilib-devel-20250112.0.297543.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="20250105.0.295102"
+LABEL org.opencontainers.image.version="20250112.0.297543"
LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725"
-LABEL org.opencontainers.image.created="2025-01-05T00:08:06+00:00"
+LABEL org.opencontainers.image.created="2025-01-12T00:07:47+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
- sed -i '/BUILD_ID/a VERSION_ID=20250105.0.295102' /etc/os-release
+ sed -i '/BUILD_ID/a VERSION_ID=20250112.0.297543' /etc/os-release
ENV LANG=C.UTF-8
CMD ["/usr/bin/bash"] Relevant Maintainers:
|
tianon
approved these changes
Jan 13, 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