Skip to content
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 20241208.0.286830 #18038

Merged
merged 1 commit into from
Dec 9, 2024

Conversation

archlinux-github
Copy link
Contributor

Copy link

github-actions bot commented Dec 8, 2024

Diff for 9ecd92a:
diff --git a/_bashbrew-cat b/_bashbrew-cat
index 4b23ada..33508dd 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-20241201.0.284684
-GitFetch: refs/tags/v20241201.0.284684
-GitCommit: f3f1b66edab3e90ee10cb4d725da7c9623e31e02
+Tags: base-devel, base-devel-20241208.0.286830
+GitFetch: refs/tags/v20241208.0.286830
+GitCommit: 21f7ba1577bff0624cd2295ccbf6068dd23bd6c6
 File: Dockerfile.base-devel
 
-Tags: latest, base, base-20241201.0.284684
-GitFetch: refs/tags/v20241201.0.284684
-GitCommit: f3f1b66edab3e90ee10cb4d725da7c9623e31e02
+Tags: latest, base, base-20241208.0.286830
+GitFetch: refs/tags/v20241208.0.286830
+GitCommit: 21f7ba1577bff0624cd2295ccbf6068dd23bd6c6
 File: Dockerfile.base
 
-Tags: multilib-devel, multilib-devel-20241201.0.284684
-GitFetch: refs/tags/v20241201.0.284684
-GitCommit: f3f1b66edab3e90ee10cb4d725da7c9623e31e02
+Tags: multilib-devel, multilib-devel-20241208.0.286830
+GitFetch: refs/tags/v20241208.0.286830
+GitCommit: 21f7ba1577bff0624cd2295ccbf6068dd23bd6c6
 File: Dockerfile.multilib-devel
diff --git a/_bashbrew-list b/_bashbrew-list
index 7a35ae6..5db24eb 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -1,7 +1,7 @@
 archlinux:base
-archlinux:base-20241201.0.284684
+archlinux:base-20241208.0.286830
 archlinux:base-devel
-archlinux:base-devel-20241201.0.284684
+archlinux:base-devel-20241208.0.286830
 archlinux:latest
 archlinux:multilib-devel
-archlinux:multilib-devel-20241201.0.284684
+archlinux:multilib-devel-20241208.0.286830
diff --git a/_bashbrew-list-build-order b/_bashbrew-list-build-order
index fcf83ad..42631a4 100644
--- a/_bashbrew-list-build-order
+++ b/_bashbrew-list-build-order
@@ -1,3 +1,3 @@
-archlinux:base-20241201.0.284684
-archlinux:base-devel-20241201.0.284684
-archlinux:multilib-devel-20241201.0.284684
+archlinux:base-20241208.0.286830
+archlinux:base-devel-20241208.0.286830
+archlinux:multilib-devel-20241208.0.286830
diff --git a/archlinux_base-20241201.0.284684/Dockerfile.base b/archlinux_base-20241208.0.286830/Dockerfile.base
similarity index 82%
rename from archlinux_base-20241201.0.284684/Dockerfile.base
rename to archlinux_base-20241208.0.286830/Dockerfile.base
index 6a7e026..29db5ee 100644
--- a/archlinux_base-20241201.0.284684/Dockerfile.base
+++ b/archlinux_base-20241208.0.286830/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/20241201.0.284684/base-20241201.0.284684.tar.zst" && \
-    echo "99c48aad63c184fa2b1d1005f97bd9367648a58de9bb1ed059abd8aaff0c1c17  base-20241201.0.284684.tar.zst" > /tmp/sha256sums.txt && \
+RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20241208.0.286830/base-20241208.0.286830.tar.zst" && \
+    echo "91258711a848649547d8ae47801dbc9c4c674ab544c7c00343179e0ded3dccc8  base-20241208.0.286830.tar.zst" > /tmp/sha256sums.txt && \
     sha256sum -c /tmp/sha256sums.txt && \
     mkdir /rootfs && \
-    tar -C /rootfs --extract --file base-20241201.0.284684.tar.zst
+    tar -C /rootfs --extract --file base-20241208.0.286830.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="20241201.0.284684"
+LABEL org.opencontainers.image.version="20241208.0.286830"
 LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725"
-LABEL org.opencontainers.image.created="2024-12-01T00:07:55+00:00"
+LABEL org.opencontainers.image.created="2024-12-08T00:07:49+00:00"
 
 COPY --from=verify /rootfs/ /
 
 RUN ldconfig && \
-    sed -i '/BUILD_ID/a VERSION_ID=20241201.0.284684' /etc/os-release
+    sed -i '/BUILD_ID/a VERSION_ID=20241208.0.286830' /etc/os-release
 
 ENV LANG=C.UTF-8
 CMD ["/usr/bin/bash"]
diff --git a/archlinux_base-devel-20241201.0.284684/Dockerfile.base-devel b/archlinux_base-devel-20241208.0.286830/Dockerfile.base-devel
similarity index 82%
rename from archlinux_base-devel-20241201.0.284684/Dockerfile.base-devel
rename to archlinux_base-devel-20241208.0.286830/Dockerfile.base-devel
index 1f33ef8..b63549a 100644
--- a/archlinux_base-devel-20241201.0.284684/Dockerfile.base-devel
+++ b/archlinux_base-devel-20241208.0.286830/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/20241201.0.284684/base-devel-20241201.0.284684.tar.zst" && \
-    echo "5034a104a6741a8bd48681a2c91e0789bc7f1c7c96644448da5e5e282a90d507  base-devel-20241201.0.284684.tar.zst" > /tmp/sha256sums.txt && \
+RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20241208.0.286830/base-devel-20241208.0.286830.tar.zst" && \
+    echo "13d5b6cc90fc0757994d22dd8828fb8a32833ce9317b807a5ccbffe54284b500  base-devel-20241208.0.286830.tar.zst" > /tmp/sha256sums.txt && \
     sha256sum -c /tmp/sha256sums.txt && \
     mkdir /rootfs && \
-    tar -C /rootfs --extract --file base-devel-20241201.0.284684.tar.zst
+    tar -C /rootfs --extract --file base-devel-20241208.0.286830.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="20241201.0.284684"
+LABEL org.opencontainers.image.version="20241208.0.286830"
 LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725"
-LABEL org.opencontainers.image.created="2024-12-01T00:07:55+00:00"
+LABEL org.opencontainers.image.created="2024-12-08T00:07:49+00:00"
 
 COPY --from=verify /rootfs/ /
 
 RUN ldconfig && \
-    sed -i '/BUILD_ID/a VERSION_ID=20241201.0.284684' /etc/os-release
+    sed -i '/BUILD_ID/a VERSION_ID=20241208.0.286830' /etc/os-release
 
 ENV LANG=C.UTF-8
 CMD ["/usr/bin/bash"]
diff --git a/archlinux_multilib-devel-20241201.0.284684/Dockerfile.multilib-devel b/archlinux_multilib-devel-20241208.0.286830/Dockerfile.multilib-devel
similarity index 81%
rename from archlinux_multilib-devel-20241201.0.284684/Dockerfile.multilib-devel
rename to archlinux_multilib-devel-20241208.0.286830/Dockerfile.multilib-devel
index d1dbbb1..9ad9d99 100644
--- a/archlinux_multilib-devel-20241201.0.284684/Dockerfile.multilib-devel
+++ b/archlinux_multilib-devel-20241208.0.286830/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/20241201.0.284684/multilib-devel-20241201.0.284684.tar.zst" && \
-    echo "43c471097d6ddfdd30a143db825f806e841a12dfae3e5d1ee40a9781d0aa7ab6  multilib-devel-20241201.0.284684.tar.zst" > /tmp/sha256sums.txt && \
+RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20241208.0.286830/multilib-devel-20241208.0.286830.tar.zst" && \
+    echo "629dd7e6f58cc0edf56427da4265d951b9481ff53f9f7d63702b921261dd850d  multilib-devel-20241208.0.286830.tar.zst" > /tmp/sha256sums.txt && \
     sha256sum -c /tmp/sha256sums.txt && \
     mkdir /rootfs && \
-    tar -C /rootfs --extract --file multilib-devel-20241201.0.284684.tar.zst
+    tar -C /rootfs --extract --file multilib-devel-20241208.0.286830.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="20241201.0.284684"
+LABEL org.opencontainers.image.version="20241208.0.286830"
 LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725"
-LABEL org.opencontainers.image.created="2024-12-01T00:07:55+00:00"
+LABEL org.opencontainers.image.created="2024-12-08T00:07:49+00:00"
 
 COPY --from=verify /rootfs/ /
 
 RUN ldconfig && \
-    sed -i '/BUILD_ID/a VERSION_ID=20241201.0.284684' /etc/os-release
+    sed -i '/BUILD_ID/a VERSION_ID=20241208.0.286830' /etc/os-release
 
 ENV LANG=C.UTF-8
 CMD ["/usr/bin/bash"]

Relevant Maintainers:

@tianon tianon merged commit 6fc44b9 into docker-library:master Dec 9, 2024
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants