qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: "Daniel P. Berrangé" <berrange@redhat.com>
To: Michael Tokarev <mjt@tls.msk.ru>
Cc: qemu-stable@nongnu.org, qemu-devel@nongnu.org,
	John Snow <jsnow@redhat.com>
Subject: Re: [PATCH for 10.0.x stable] tests/docker/dockerfiles/python.docker: pull fedora:40 image instead of fedora:latest
Date: Wed, 17 Sep 2025 17:14:04 +0100	[thread overview]
Message-ID: <aMreTDMJVwrxLsil@redhat.com> (raw)
In-Reply-To: <20250917161236.1041820-1-mjt@tls.msk.ru>

On Wed, Sep 17, 2025 at 07:12:32PM +0300, Michael Tokarev wrote:
> 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(-)

Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>


FWIW, we should also have 'master' on a specific Fedora release too
but then IIUC John plans to drop a lot of python code in this release
so it may become a non-problem on master ?

> 
> 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
> 

With regards,
Daniel
-- 
|: https://berrange.com      -o-    https://www.flickr.com/photos/dberrange :|
|: https://libvirt.org         -o-            https://fstop138.berrange.com :|
|: https://entangle-photo.org    -o-    https://www.instagram.com/dberrange :|



      reply	other threads:[~2025-09-17 16:14 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=aMreTDMJVwrxLsil@redhat.com \
    --to=berrange@redhat.com \
    --cc=jsnow@redhat.com \
    --cc=mjt@tls.msk.ru \
    --cc=qemu-devel@nongnu.org \
    --cc=qemu-stable@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).