All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] tests/docker/dockerfiles: Use Fedora 41 for the python container file
@ 2025-04-22 12:56 Thomas Huth
  2025-04-22 13:08 ` Daniel P. Berrangé
  0 siblings, 1 reply; 4+ messages in thread
From: Thomas Huth @ 2025-04-22 12:56 UTC (permalink / raw)
  To: qemu-devel, John Snow
  Cc: Alex Bennée, Peter Maydell, Richard Henderson,
	Stefan Hajnoczi

From: Thomas Huth <thuth@redhat.com>

Using "fedora:latest" now fails with Fedora 42:

  Failed to resolve the transaction:
  No match for argument: python3.8

Switch back to Fedora 41 for the time being, to be able to still
test with Python 3.8.

Signed-off-by: Thomas Huth <thuth@redhat.com>
---
 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 8f0af9ef25f..1245523320d 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:41
 MAINTAINER John Snow <jsnow@redhat.com>
 
 # Please keep this list sorted alphabetically
-- 
2.49.0



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

end of thread, other threads:[~2025-04-22 13:37 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-04-22 12:56 [PATCH] tests/docker/dockerfiles: Use Fedora 41 for the python container file Thomas Huth
2025-04-22 13:08 ` Daniel P. Berrangé
2025-04-22 13:22   ` Stefan Hajnoczi
2025-04-22 13:36     ` Thomas Huth

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.