Skip to content

Update Fedora 20250602 #19168

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

Merged
merged 1 commit into from
Jun 2, 2025
Merged

Conversation

cverna
Copy link
Contributor

@cverna cverna commented Jun 2, 2025

Fedora 40 is EOL

Fedora 40 is EOL

Signed-off-by: Clement Verna <cverna@tutatnota.com>
@cverna cverna requested a review from a team as a code owner June 2, 2025 07:15
Copy link

github-actions bot commented Jun 2, 2025

Diff for e0d14e1:
diff --git a/_bashbrew-cat b/_bashbrew-cat
index 0c73d59..611d305 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -1,19 +1,10 @@
 Maintainers: Clement Verna <cverna@fedoraproject.org> (@cverna), Vipul Siddharth <siddharthvipul1@fedoraproject.org> (@siddharthvipul)
 GitRepo: https://github.com/fedora-cloud/docker-brew-fedora.git
 
-Tags: 40
-Architectures: amd64, arm64v8, ppc64le, s390x
-GitFetch: refs/heads/40
-GitCommit: f5bdda47877c6a4cbbdef5233fdcfb31e0a96040
-amd64-Directory: x86_64
-arm64v8-Directory: aarch64
-ppc64le-Directory: ppc64le
-s390x-Directory: s390x
-
 Tags: 41
 Architectures: amd64, arm64v8, ppc64le, s390x
 GitFetch: refs/heads/41
-GitCommit: 5aee3a684c041e0665d1af1350a245f2286fbf18
+GitCommit: f52fdfbecea2b7787548d7bdc28d264ed03c000d
 amd64-Directory: x86_64
 arm64v8-Directory: aarch64
 ppc64le-Directory: ppc64le
@@ -22,7 +13,7 @@ s390x-Directory: s390x
 Tags: 42, latest
 Architectures: amd64, arm64v8, ppc64le, s390x
 GitFetch: refs/heads/42
-GitCommit: 010de8006c2c551b626959423a588bb773fcf412
+GitCommit: c774b2277863035ea29f1224fc9b8e52935dc8a7
 amd64-Directory: x86_64
 arm64v8-Directory: aarch64
 ppc64le-Directory: ppc64le
@@ -31,7 +22,7 @@ s390x-Directory: s390x
 Tags: 43, rawhide
 Architectures: amd64, arm64v8, ppc64le, s390x
 GitFetch: refs/heads/43
-GitCommit: 2ed4770ad9089b377782b204bef1ea738fd30862
+GitCommit: 7201349072eb32839418bdb10e846c3a91ff9270
 amd64-Directory: x86_64
 arm64v8-Directory: aarch64
 ppc64le-Directory: ppc64le
diff --git a/_bashbrew-list b/_bashbrew-list
index 52db50c..9eb0bdb 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -1,4 +1,3 @@
-fedora:40
 fedora:41
 fedora:42
 fedora:43
diff --git a/_bashbrew-list-build-order b/_bashbrew-list-build-order
index 46a2873..4e20585 100644
--- a/_bashbrew-list-build-order
+++ b/_bashbrew-list-build-order
@@ -1,4 +1,3 @@
-fedora:40
 fedora:41
 fedora:latest
 fedora:rawhide
diff --git a/fedora_40/Dockerfile b/fedora_40/Dockerfile
deleted file mode 100644
index cf308c4..0000000
diff --git a/fedora_40/fedora-20250119.tar b/fedora_40/fedora-20250119.tar
deleted file mode 100644
index 11aba99..0000000
diff --git a/fedora_41/Dockerfile b/fedora_41/Dockerfile
index 1ba7b26..7853dd9 100644
--- a/fedora_41/Dockerfile
+++ b/fedora_41/Dockerfile
@@ -2,5 +2,5 @@
 FROM scratch
 LABEL maintainer="Clement Verna <cverna@fedoraproject.org>"
 ENV DISTTAG=f41container FGC=f41 FBR=f41
-ADD fedora-20250330.tar /
+ADD fedora-20250602.tar /
 CMD ["/bin/bash"]
\ No newline at end of file
diff --git a/fedora_41/fedora-20250330.tar b/fedora_41/fedora-20250602.tar
similarity index 81%
rename from fedora_41/fedora-20250330.tar
rename to fedora_41/fedora-20250602.tar
index ca9d0bf..4458dfe 100644
Binary files a/fedora_41/fedora-20250330.tar and b/fedora_41/fedora-20250602.tar differ
diff --git a/fedora_latest/Dockerfile b/fedora_latest/Dockerfile
index 1c2e2ba..0436b6d 100644
--- a/fedora_latest/Dockerfile
+++ b/fedora_latest/Dockerfile
@@ -2,5 +2,5 @@
 FROM scratch
 LABEL maintainer="Clement Verna <cverna@fedoraproject.org>"
 ENV DISTTAG=f42container FGC=f42 FBR=f42
-ADD fedora-20250330.tar /
+ADD fedora-20250602.tar /
 CMD ["/bin/bash"]
\ No newline at end of file
diff --git a/fedora_rawhide/fedora-20250415.tar b/fedora_latest/fedora-20250602.tar
similarity index 81%
rename from fedora_rawhide/fedora-20250415.tar
rename to fedora_latest/fedora-20250602.tar
index 5f9a34b..402ae32 100644
Binary files a/fedora_rawhide/fedora-20250415.tar and b/fedora_latest/fedora-20250602.tar differ
diff --git a/fedora_rawhide/Dockerfile b/fedora_rawhide/Dockerfile
index a3fc7af..0f4f1ec 100644
--- a/fedora_rawhide/Dockerfile
+++ b/fedora_rawhide/Dockerfile
@@ -2,5 +2,5 @@
 FROM scratch
 LABEL maintainer="Clement Verna <cverna@fedoraproject.org>"
 ENV DISTTAG=f43container FGC=f43 FBR=f43
-ADD fedora-20250415.tar /
+ADD fedora-20250602.tar /
 CMD ["/bin/bash"]
\ No newline at end of file
diff --git a/fedora_latest/fedora-20250330.tar b/fedora_rawhide/fedora-20250602.tar
similarity index 77%
rename from fedora_latest/fedora-20250330.tar
rename to fedora_rawhide/fedora-20250602.tar
index 555b874..bcad009 100644
Binary files a/fedora_latest/fedora-20250330.tar and b/fedora_rawhide/fedora-20250602.tar differ

Relevant Maintainers:

@tianon tianon merged commit ea1f8b3 into docker-library:master Jun 2, 2025
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