-
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 20240714.0.246936 #17176
Merged
yosifkit
merged 1 commit into
docker-library:master
from
archlinux:release/20240714.0.246936
Jul 15, 2024
Merged
archlinux: Release 20240714.0.246936 #17176
yosifkit
merged 1 commit into
docker-library:master
from
archlinux:release/20240714.0.246936
Jul 15, 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 810d652:diff --git a/_bashbrew-cat b/_bashbrew-cat
index 08baa0f..7c3dfbc 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-20240101.0.204074
-GitFetch: refs/tags/v20240101.0.204074
-GitCommit: 4caef241ef62b1e01362a6d0c7eab7f6149aa3be
+Tags: base-devel, base-devel-20240714.0.246936
+GitFetch: refs/tags/v20240714.0.246936
+GitCommit: 4a92dba2124ec21c3971c3b247880ce153c97fb5
File: Dockerfile.base-devel
-Tags: latest, base, base-20240101.0.204074
-GitFetch: refs/tags/v20240101.0.204074
-GitCommit: 4caef241ef62b1e01362a6d0c7eab7f6149aa3be
+Tags: latest, base, base-20240714.0.246936
+GitFetch: refs/tags/v20240714.0.246936
+GitCommit: 4a92dba2124ec21c3971c3b247880ce153c97fb5
File: Dockerfile.base
-Tags: multilib-devel, multilib-devel-20240101.0.204074
-GitFetch: refs/tags/v20240101.0.204074
-GitCommit: 4caef241ef62b1e01362a6d0c7eab7f6149aa3be
+Tags: multilib-devel, multilib-devel-20240714.0.246936
+GitFetch: refs/tags/v20240714.0.246936
+GitCommit: 4a92dba2124ec21c3971c3b247880ce153c97fb5
File: Dockerfile.multilib-devel
diff --git a/_bashbrew-list b/_bashbrew-list
index bcf1eb5..e60aa20 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -1,7 +1,7 @@
archlinux:base
-archlinux:base-20240101.0.204074
+archlinux:base-20240714.0.246936
archlinux:base-devel
-archlinux:base-devel-20240101.0.204074
+archlinux:base-devel-20240714.0.246936
archlinux:latest
archlinux:multilib-devel
-archlinux:multilib-devel-20240101.0.204074
+archlinux:multilib-devel-20240714.0.246936
diff --git a/_bashbrew-list-build-order b/_bashbrew-list-build-order
index 30ce477..0cda6f5 100644
--- a/_bashbrew-list-build-order
+++ b/_bashbrew-list-build-order
@@ -1,3 +1,3 @@
-archlinux:base-20240101.0.204074
-archlinux:base-devel-20240101.0.204074
-archlinux:multilib-devel-20240101.0.204074
+archlinux:base-20240714.0.246936
+archlinux:base-devel-20240714.0.246936
+archlinux:multilib-devel-20240714.0.246936
diff --git a/archlinux_base-20240101.0.204074/Dockerfile.base b/archlinux_base-20240714.0.246936/Dockerfile.base
similarity index 78%
rename from archlinux_base-20240101.0.204074/Dockerfile.base
rename to archlinux_base-20240714.0.246936/Dockerfile.base
index b28c7c9..96d9639 100644
--- a/archlinux_base-20240101.0.204074/Dockerfile.base
+++ b/archlinux_base-20240714.0.246936/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/20240101.0.204074/base-20240101.0.204074.tar.zst" && \
- echo "93cfb041848db9460e987f2b208b8d58517718988f3f27a900827f43ab2ad539 base-20240101.0.204074.tar.zst" > /tmp/sha256sums.txt && \
+RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240714.0.246936/base-20240714.0.246936.tar.zst" && \
+ echo "c78fd029ec397bd991b99b27193076d90518ac959646b17c4e93e2b05e5961de base-20240714.0.246936.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
- tar -C /rootfs --extract --file base-20240101.0.204074.tar.zst
+ tar -C /rootfs --extract --file base-20240714.0.246936.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="20240101.0.204074"
-LABEL org.opencontainers.image.revision="98cd79111dd530447f491d547d14f3c38e227e46"
-LABEL org.opencontainers.image.created="2024-01-01T19:08:40+00:00"
+LABEL org.opencontainers.image.version="20240714.0.246936"
+LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725"
+LABEL org.opencontainers.image.created="2024-07-14T00:07:41+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
- sed -i '/BUILD_ID/a VERSION_ID=20240101.0.204074' /etc/os-release
+ sed -i '/BUILD_ID/a VERSION_ID=20240714.0.246936' /etc/os-release
ENV LANG=C.UTF-8
CMD ["/usr/bin/bash"]
diff --git a/archlinux_base-devel-20240101.0.204074/Dockerfile.base-devel b/archlinux_base-devel-20240714.0.246936/Dockerfile.base-devel
similarity index 78%
rename from archlinux_base-devel-20240101.0.204074/Dockerfile.base-devel
rename to archlinux_base-devel-20240714.0.246936/Dockerfile.base-devel
index 862e779..244296e 100644
--- a/archlinux_base-devel-20240101.0.204074/Dockerfile.base-devel
+++ b/archlinux_base-devel-20240714.0.246936/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/20240101.0.204074/base-devel-20240101.0.204074.tar.zst" && \
- echo "97a99c8c55c6b7216af14447031e60e23b2c8d8aef95008f788b527550f5500a base-devel-20240101.0.204074.tar.zst" > /tmp/sha256sums.txt && \
+RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240714.0.246936/base-devel-20240714.0.246936.tar.zst" && \
+ echo "81d46b14b0c717c7f7ce1ff520c227563cf696e185de83a86e39129551da9737 base-devel-20240714.0.246936.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
- tar -C /rootfs --extract --file base-devel-20240101.0.204074.tar.zst
+ tar -C /rootfs --extract --file base-devel-20240714.0.246936.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="20240101.0.204074"
-LABEL org.opencontainers.image.revision="98cd79111dd530447f491d547d14f3c38e227e46"
-LABEL org.opencontainers.image.created="2024-01-01T19:08:40+00:00"
+LABEL org.opencontainers.image.version="20240714.0.246936"
+LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725"
+LABEL org.opencontainers.image.created="2024-07-14T00:07:41+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
- sed -i '/BUILD_ID/a VERSION_ID=20240101.0.204074' /etc/os-release
+ sed -i '/BUILD_ID/a VERSION_ID=20240714.0.246936' /etc/os-release
ENV LANG=C.UTF-8
CMD ["/usr/bin/bash"]
diff --git a/archlinux_multilib-devel-20240101.0.204074/Dockerfile.multilib-devel b/archlinux_multilib-devel-20240714.0.246936/Dockerfile.multilib-devel
similarity index 78%
rename from archlinux_multilib-devel-20240101.0.204074/Dockerfile.multilib-devel
rename to archlinux_multilib-devel-20240714.0.246936/Dockerfile.multilib-devel
index e84801c..11f68a3 100644
--- a/archlinux_multilib-devel-20240101.0.204074/Dockerfile.multilib-devel
+++ b/archlinux_multilib-devel-20240714.0.246936/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/20240101.0.204074/multilib-devel-20240101.0.204074.tar.zst" && \
- echo "227f141a7c5e26e42b4c6a008bb4f551bf74768598dcb4d6504e51eb8548bfb6 multilib-devel-20240101.0.204074.tar.zst" > /tmp/sha256sums.txt && \
+RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240714.0.246936/multilib-devel-20240714.0.246936.tar.zst" && \
+ echo "e060a8c4094101e96c397201c7c8e0ca83376bb732f3d74bbb4c73bf343fdca0 multilib-devel-20240714.0.246936.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
- tar -C /rootfs --extract --file multilib-devel-20240101.0.204074.tar.zst
+ tar -C /rootfs --extract --file multilib-devel-20240714.0.246936.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="20240101.0.204074"
-LABEL org.opencontainers.image.revision="98cd79111dd530447f491d547d14f3c38e227e46"
-LABEL org.opencontainers.image.created="2024-01-01T19:08:40+00:00"
+LABEL org.opencontainers.image.version="20240714.0.246936"
+LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725"
+LABEL org.opencontainers.image.created="2024-07-14T00:07:41+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
- sed -i '/BUILD_ID/a VERSION_ID=20240101.0.204074' /etc/os-release
+ sed -i '/BUILD_ID/a VERSION_ID=20240714.0.246936' /etc/os-release
ENV LANG=C.UTF-8
CMD ["/usr/bin/bash"] Relevant Maintainers:
|
yosifkit
approved these changes
Jul 15, 2024
Edit: size comparison follows; so if the archlinux base-20240714.0.246936 0b48b2ef54ab 2 seconds ago 450MB
archlinux base-devel-20240714.0.246936 068b15fadb3b 2 seconds ago 833MB
archlinux multilib-devel-20240714.0.246936 e11651e2749d 2 seconds ago 970MB |
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