-
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 20240825.0.257728 #17423
Merged
tianon
merged 1 commit into
docker-library:master
from
archlinux:release/20240825.0.257728
Aug 26, 2024
Merged
archlinux: Release 20240825.0.257728 #17423
tianon
merged 1 commit into
docker-library:master
from
archlinux:release/20240825.0.257728
Aug 26, 2024
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 5d316eb:diff --git a/_bashbrew-cat b/_bashbrew-cat
index 97871f3..87572c3 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-20240818.0.255804
-GitFetch: refs/tags/v20240818.0.255804
-GitCommit: 35a4506c22ecbf3790338472872c8370b63e7400
+Tags: base-devel, base-devel-20240825.0.257728
+GitFetch: refs/tags/v20240825.0.257728
+GitCommit: a915cdf3e8ae85bb9675c1d018151de0f86de624
File: Dockerfile.base-devel
-Tags: latest, base, base-20240818.0.255804
-GitFetch: refs/tags/v20240818.0.255804
-GitCommit: 35a4506c22ecbf3790338472872c8370b63e7400
+Tags: latest, base, base-20240825.0.257728
+GitFetch: refs/tags/v20240825.0.257728
+GitCommit: a915cdf3e8ae85bb9675c1d018151de0f86de624
File: Dockerfile.base
-Tags: multilib-devel, multilib-devel-20240818.0.255804
-GitFetch: refs/tags/v20240818.0.255804
-GitCommit: 35a4506c22ecbf3790338472872c8370b63e7400
+Tags: multilib-devel, multilib-devel-20240825.0.257728
+GitFetch: refs/tags/v20240825.0.257728
+GitCommit: a915cdf3e8ae85bb9675c1d018151de0f86de624
File: Dockerfile.multilib-devel
diff --git a/_bashbrew-list b/_bashbrew-list
index 736223d..bdb9796 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -1,7 +1,7 @@
archlinux:base
-archlinux:base-20240818.0.255804
+archlinux:base-20240825.0.257728
archlinux:base-devel
-archlinux:base-devel-20240818.0.255804
+archlinux:base-devel-20240825.0.257728
archlinux:latest
archlinux:multilib-devel
-archlinux:multilib-devel-20240818.0.255804
+archlinux:multilib-devel-20240825.0.257728
diff --git a/_bashbrew-list-build-order b/_bashbrew-list-build-order
index 1a1ced0..b50665b 100644
--- a/_bashbrew-list-build-order
+++ b/_bashbrew-list-build-order
@@ -1,3 +1,3 @@
-archlinux:base-20240818.0.255804
-archlinux:base-devel-20240818.0.255804
-archlinux:multilib-devel-20240818.0.255804
+archlinux:base-20240825.0.257728
+archlinux:base-devel-20240825.0.257728
+archlinux:multilib-devel-20240825.0.257728
diff --git a/archlinux_base-20240818.0.255804/Dockerfile.base b/archlinux_base-20240825.0.257728/Dockerfile.base
similarity index 82%
rename from archlinux_base-20240818.0.255804/Dockerfile.base
rename to archlinux_base-20240825.0.257728/Dockerfile.base
index 6f8c5e7..c2ef6c8 100644
--- a/archlinux_base-20240818.0.255804/Dockerfile.base
+++ b/archlinux_base-20240825.0.257728/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/20240818.0.255804/base-20240818.0.255804.tar.zst" && \
- echo "d8b50663c047d490a78b8f4b7b89dd27b9ad999d740355ac4b70decc4a028486 base-20240818.0.255804.tar.zst" > /tmp/sha256sums.txt && \
+RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240825.0.257728/base-20240825.0.257728.tar.zst" && \
+ echo "b74114ad1c0829508c0852b2eca8a67f1177ba6a43a206685a336d208a6614f0 base-20240825.0.257728.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
- tar -C /rootfs --extract --file base-20240818.0.255804.tar.zst
+ tar -C /rootfs --extract --file base-20240825.0.257728.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="20240818.0.255804"
+LABEL org.opencontainers.image.version="20240825.0.257728"
LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725"
-LABEL org.opencontainers.image.created="2024-08-18T00:07:58+00:00"
+LABEL org.opencontainers.image.created="2024-08-25T00:07:35+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
- sed -i '/BUILD_ID/a VERSION_ID=20240818.0.255804' /etc/os-release
+ sed -i '/BUILD_ID/a VERSION_ID=20240825.0.257728' /etc/os-release
ENV LANG=C.UTF-8
CMD ["/usr/bin/bash"]
diff --git a/archlinux_base-devel-20240818.0.255804/Dockerfile.base-devel b/archlinux_base-devel-20240825.0.257728/Dockerfile.base-devel
similarity index 82%
rename from archlinux_base-devel-20240818.0.255804/Dockerfile.base-devel
rename to archlinux_base-devel-20240825.0.257728/Dockerfile.base-devel
index 0c2ffb6..6937c10 100644
--- a/archlinux_base-devel-20240818.0.255804/Dockerfile.base-devel
+++ b/archlinux_base-devel-20240825.0.257728/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/20240818.0.255804/base-devel-20240818.0.255804.tar.zst" && \
- echo "50ed93863b98cedcdc61cc4c58474e1f325b82019c94315bcb6e53093886971b base-devel-20240818.0.255804.tar.zst" > /tmp/sha256sums.txt && \
+RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240825.0.257728/base-devel-20240825.0.257728.tar.zst" && \
+ echo "964b663b860d33ed9e59fb8af1402e9e2ce230dc9a4e1ca547cbfacaacf90530 base-devel-20240825.0.257728.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
- tar -C /rootfs --extract --file base-devel-20240818.0.255804.tar.zst
+ tar -C /rootfs --extract --file base-devel-20240825.0.257728.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="20240818.0.255804"
+LABEL org.opencontainers.image.version="20240825.0.257728"
LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725"
-LABEL org.opencontainers.image.created="2024-08-18T00:07:58+00:00"
+LABEL org.opencontainers.image.created="2024-08-25T00:07:35+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
- sed -i '/BUILD_ID/a VERSION_ID=20240818.0.255804' /etc/os-release
+ sed -i '/BUILD_ID/a VERSION_ID=20240825.0.257728' /etc/os-release
ENV LANG=C.UTF-8
CMD ["/usr/bin/bash"]
diff --git a/archlinux_multilib-devel-20240818.0.255804/Dockerfile.multilib-devel b/archlinux_multilib-devel-20240825.0.257728/Dockerfile.multilib-devel
similarity index 81%
rename from archlinux_multilib-devel-20240818.0.255804/Dockerfile.multilib-devel
rename to archlinux_multilib-devel-20240825.0.257728/Dockerfile.multilib-devel
index 7374a6c..b239c7b 100644
--- a/archlinux_multilib-devel-20240818.0.255804/Dockerfile.multilib-devel
+++ b/archlinux_multilib-devel-20240825.0.257728/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/20240818.0.255804/multilib-devel-20240818.0.255804.tar.zst" && \
- echo "ecdcf81bc5802bdc15ef5a366cb84dc7f1284c2f8a9a544bfc31459f034b6c74 multilib-devel-20240818.0.255804.tar.zst" > /tmp/sha256sums.txt && \
+RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240825.0.257728/multilib-devel-20240825.0.257728.tar.zst" && \
+ echo "dcbe387de0967f4e35f9c464da773114603a2dec423becdaaebf10bc3cd28abb multilib-devel-20240825.0.257728.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
- tar -C /rootfs --extract --file multilib-devel-20240818.0.255804.tar.zst
+ tar -C /rootfs --extract --file multilib-devel-20240825.0.257728.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="20240818.0.255804"
+LABEL org.opencontainers.image.version="20240825.0.257728"
LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725"
-LABEL org.opencontainers.image.created="2024-08-18T00:07:58+00:00"
+LABEL org.opencontainers.image.created="2024-08-25T00:07:35+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
- sed -i '/BUILD_ID/a VERSION_ID=20240818.0.255804' /etc/os-release
+ sed -i '/BUILD_ID/a VERSION_ID=20240825.0.257728' /etc/os-release
ENV LANG=C.UTF-8
CMD ["/usr/bin/bash"] Relevant Maintainers:
|
tianon
approved these changes
Aug 26, 2024
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