qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 7.2.x] use fedora:37 for python container instead of :latest
@ 2025-09-26  7:31 Michael Tokarev
  2025-09-26  8:25 ` Daniel P. Berrangé
  0 siblings, 1 reply; 4+ messages in thread
From: Michael Tokarev @ 2025-09-26  7:31 UTC (permalink / raw)
  To: qemu-devel, qemu-stable
  Cc: Michael Tokarev, John Snow, Daniel P . Berrangé

More recent fedora does not have our minimum python versions
anymore.  Stick with the most common fedora version used in
7.2.x in other places, which is 37.  This way, python tests
works again.

This is a 7.2-specific change, not aimed for the master branch.

Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
---
 tests/docker/dockerfiles/python.docker | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/docker/dockerfiles/python.docker b/tests/docker/dockerfiles/python.docker
index 175c10a34e..8cc5d3567e 100644
--- a/tests/docker/dockerfiles/python.docker
+++ b/tests/docker/dockerfiles/python.docker
@@ -1,6 +1,6 @@
 # Python library testing environment
 
-FROM fedora:latest
+FROM fedora:37
 MAINTAINER John Snow <jsnow@redhat.com>
 
 # Please keep this list sorted alphabetically
-- 
2.47.3



^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2025-09-26  9:40 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-09-26  7:31 [PATCH 7.2.x] use fedora:37 for python container instead of :latest Michael Tokarev
2025-09-26  8:25 ` Daniel P. Berrangé
2025-09-26  9:36   ` Philippe Mathieu-Daudé
2025-09-26  9:39     ` Daniel P. Berrangé

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).