]> git.ipfire.org Git - thirdparty/qemu.git/commitdiff
tests/docker/dockerfiles/python.docker: pull fedora:40 image instead of fedora:latest
authorMichael Tokarev <mjt@tls.msk.ru>
Wed, 17 Sep 2025 16:01:42 +0000 (19:01 +0300)
committerMichael Tokarev <mjt@tls.msk.ru>
Wed, 17 Sep 2025 16:29:58 +0000 (19:29 +0300)
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.

Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
tests/docker/dockerfiles/python.docker

index 8f0af9ef25faa2a5884b4cd6c65ea6aff19f24c8..e1ddd46f50329ac7f0d786ddd367715de3650053 100644 (file)
@@ -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