All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH for 10.0.x stable] tests/docker/dockerfiles/python.docker: pull fedora:40 image instead of fedora:latest
@ 2025-09-17 16:12 Michael Tokarev
  2025-09-17 16:14 ` Daniel P. Berrangé
  0 siblings, 1 reply; 2+ messages in thread
From: Michael Tokarev @ 2025-09-17 16:12 UTC (permalink / raw)
  To: qemu-stable, qemu-devel
  Cc: Michael Tokarev, John Snow, Daniel P . Berrangé

All other fedora dockerfiles use fedora:40.
fedora:latest does not have python3.8 anymore,
so python minreq/etc tests are failing in 10.0.x.

This patch is specific to 10.0.x stable branch.
In master, support for python3.8 has been dropped.

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 8f0af9ef25..e1ddd46f50 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:40
 MAINTAINER John Snow <jsnow@redhat.com>
 
 # Please keep this list sorted alphabetically
-- 
2.47.3



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

end of thread, other threads:[~2025-09-17 16:14 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-09-17 16:12 [PATCH for 10.0.x stable] tests/docker/dockerfiles/python.docker: pull fedora:40 image instead of fedora:latest Michael Tokarev
2025-09-17 16:14 ` Daniel P. Berrangé

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.