-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Fedora Update 20250827 #19768
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
Fedora Update 20250827 #19768
Conversation
This comment has been minimized.
This comment has been minimized.
library/fedora
Outdated
amd64-Directory: x86_64/ | ||
arm64v8-Directory: aarch64/ | ||
s390x-Directory: s390x/ | ||
ppc64le-Directory: ppc64le/ | ||
ppc64le-Directory: ppc64le/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We usually want to leave a new line at the end of the file --> https://stackoverflow.com/questions/5813311/whats-the-significance-of-the-no-newline-at-end-of-file-log
One small thing to update but otherwise LGTM, thanks @Phuong-Le-NN |
Diff for c25db3f:diff --git a/_bashbrew-cat b/_bashbrew-cat
index 5e3d767..a2dca7b 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -4,7 +4,7 @@ GitRepo: https://github.com/fedora-cloud/docker-brew-fedora.git
Tags: 41
Architectures: amd64, arm64v8, ppc64le, s390x
GitFetch: refs/heads/41
-GitCommit: ff23717c9acc1ab32ef37417b4fee194a1af1a65
+GitCommit: e9fe9c60f8e2039097a47f8cb24586cdfd049382
amd64-Directory: x86_64
arm64v8-Directory: aarch64
ppc64le-Directory: ppc64le
@@ -13,7 +13,7 @@ s390x-Directory: s390x
Tags: 42, latest
Architectures: amd64, arm64v8, ppc64le, s390x
GitFetch: refs/heads/42
-GitCommit: 53fba86f68cfa54ec3bf62495b871c13128ce38a
+GitCommit: e9b4abb66480fc5fa0b6353bb3eaf163371e3ab0
amd64-Directory: x86_64
arm64v8-Directory: aarch64
ppc64le-Directory: ppc64le
@@ -22,7 +22,7 @@ s390x-Directory: s390x
Tags: 43, rawhide
Architectures: amd64, arm64v8, ppc64le, s390x
GitFetch: refs/heads/43
-GitCommit: e39e58d83994f1e4535f6f7748bd634ac9beb558
+GitCommit: ec7803f6ed24683e124c16e8199c0f7c8199752a
amd64-Directory: x86_64
arm64v8-Directory: aarch64
ppc64le-Directory: ppc64le
diff --git a/fedora_41/Dockerfile b/fedora_41/Dockerfile
index dbcb8c8..4485cb4 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-20250803.tar /
+ADD fedora-20250817.tar /
CMD ["/bin/bash"]
\ No newline at end of file
diff --git a/fedora_41/fedora-20250803.tar b/fedora_41/fedora-20250817.tar
similarity index 82%
rename from fedora_41/fedora-20250803.tar
rename to fedora_41/fedora-20250817.tar
index 8d7ac25..788717a 100644
Binary files a/fedora_41/fedora-20250803.tar and b/fedora_41/fedora-20250817.tar differ
diff --git a/fedora_latest/Dockerfile b/fedora_latest/Dockerfile
index 0018902..764c8ce 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-20250803.tar /
+ADD fedora-20250817.tar /
CMD ["/bin/bash"]
\ No newline at end of file
diff --git a/fedora_latest/fedora-20250803.tar b/fedora_latest/fedora-20250817.tar
similarity index 82%
rename from fedora_latest/fedora-20250803.tar
rename to fedora_latest/fedora-20250817.tar
index ffe7ac8..51b95ff 100644
Binary files a/fedora_latest/fedora-20250803.tar and b/fedora_latest/fedora-20250817.tar differ
diff --git a/fedora_rawhide/Dockerfile b/fedora_rawhide/Dockerfile
index d9654be..2b6e93f 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-20250803.tar /
+ADD fedora-20250817.tar /
CMD ["/bin/bash"]
\ No newline at end of file
diff --git a/fedora_rawhide/fedora-20250803.tar b/fedora_rawhide/fedora-20250817.tar
similarity index 82%
rename from fedora_rawhide/fedora-20250803.tar
rename to fedora_rawhide/fedora-20250817.tar
index 782ded2..62ba6f8 100644
Binary files a/fedora_rawhide/fedora-20250803.tar and b/fedora_rawhide/fedora-20250817.tar differ Relevant Maintainers:
|
I see. I have just added it. |
No description provided.