From: Michael Tokarev Date: Thu, 18 Sep 2025 08:06:05 +0000 (+0300) Subject: use fedora:37 for python container instead of :latest X-Git-Tag: v7.2.21~10 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a1499a8a9426403af43ee6101ab48a2eb0953da3;p=thirdparty%2Fqemu.git use fedora:37 for python container instead of :latest 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. Reviewed-by: Daniel P. Berrangé Reviewed-by: Philippe Mathieu-Daudé Signed-off-by: Michael Tokarev --- diff --git a/tests/docker/dockerfiles/python.docker b/tests/docker/dockerfiles/python.docker index 175c10a34e8..8cc5d3567ed 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 # Please keep this list sorted alphabetically