All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] tests: Bump Fedora image version for cross-compilation
@ 2022-05-24 18:11 Konstantin Kostiuk
  2022-05-24 18:22 ` Daniel P. Berrangé
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Konstantin Kostiuk @ 2022-05-24 18:11 UTC (permalink / raw)
  To: qemu-devel
  Cc: Alex Bennée, Philippe Mathieu-Daudé,
	Thomas Huth, Wainer dos Santos Moschetta, Beraldo Leal,
	Daniel P . Berrangé,
	Stefan Weil, Richard Henderson, Marc-André Lureau

There are 2 reason for the bump:
 - Fedora 33 is unsupported anymore
 - Some changes in the guest agent required updates of
   mingw-headers

Signed-off-by: Konstantin Kostiuk <kkostiuk@redhat.com>
---
 tests/docker/dockerfiles/fedora-win32-cross.docker | 2 +-
 tests/docker/dockerfiles/fedora-win64-cross.docker | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/docker/dockerfiles/fedora-win32-cross.docker b/tests/docker/dockerfiles/fedora-win32-cross.docker
index 84a8f5524d..a06bd29e8e 100644
--- a/tests/docker/dockerfiles/fedora-win32-cross.docker
+++ b/tests/docker/dockerfiles/fedora-win32-cross.docker
@@ -1,4 +1,4 @@
-FROM registry.fedoraproject.org/fedora:33
+FROM registry.fedoraproject.org/fedora:35

 # Please keep this list sorted alphabetically
 ENV PACKAGES \
diff --git a/tests/docker/dockerfiles/fedora-win64-cross.docker b/tests/docker/dockerfiles/fedora-win64-cross.docker
index d7ed8eb1cf..b71624330f 100644
--- a/tests/docker/dockerfiles/fedora-win64-cross.docker
+++ b/tests/docker/dockerfiles/fedora-win64-cross.docker
@@ -1,4 +1,4 @@
-FROM registry.fedoraproject.org/fedora:33
+FROM registry.fedoraproject.org/fedora:35

 # Please keep this list sorted alphabetically
 ENV PACKAGES \
--
2.25.1



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

* Re: [PATCH] tests: Bump Fedora image version for cross-compilation
  2022-05-24 18:11 [PATCH] tests: Bump Fedora image version for cross-compilation Konstantin Kostiuk
@ 2022-05-24 18:22 ` Daniel P. Berrangé
  2022-05-24 20:16 ` Marc-André Lureau
  2022-05-25  7:34 ` Thomas Huth
  2 siblings, 0 replies; 4+ messages in thread
From: Daniel P. Berrangé @ 2022-05-24 18:22 UTC (permalink / raw)
  To: Konstantin Kostiuk
  Cc: qemu-devel, Alex Bennée, Philippe Mathieu-Daudé,
	Thomas Huth, Wainer dos Santos Moschetta, Beraldo Leal,
	Stefan Weil, Richard Henderson, Marc-André Lureau

On Tue, May 24, 2022 at 09:11:11PM +0300, Konstantin Kostiuk wrote:
> There are 2 reason for the bump:
>  - Fedora 33 is unsupported anymore
>  - Some changes in the guest agent required updates of
>    mingw-headers
> 
> Signed-off-by: Konstantin Kostiuk <kkostiuk@redhat.com>
> ---
>  tests/docker/dockerfiles/fedora-win32-cross.docker | 2 +-
>  tests/docker/dockerfiles/fedora-win64-cross.docker | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)

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


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



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

* Re: [PATCH] tests: Bump Fedora image version for cross-compilation
  2022-05-24 18:11 [PATCH] tests: Bump Fedora image version for cross-compilation Konstantin Kostiuk
  2022-05-24 18:22 ` Daniel P. Berrangé
@ 2022-05-24 20:16 ` Marc-André Lureau
  2022-05-25  7:34 ` Thomas Huth
  2 siblings, 0 replies; 4+ messages in thread
From: Marc-André Lureau @ 2022-05-24 20:16 UTC (permalink / raw)
  To: Konstantin Kostiuk
  Cc: qemu-devel, Alex Bennée, Philippe Mathieu-Daudé,
	Thomas Huth, Wainer dos Santos Moschetta, Beraldo Leal,
	Daniel P . Berrangé,
	Stefan Weil, Richard Henderson

On Tue, May 24, 2022 at 8:11 PM Konstantin Kostiuk <kkostiuk@redhat.com> wrote:
>
> There are 2 reason for the bump:
>  - Fedora 33 is unsupported anymore
>  - Some changes in the guest agent required updates of
>    mingw-headers
>
> Signed-off-by: Konstantin Kostiuk <kkostiuk@redhat.com>

Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>

> ---
>  tests/docker/dockerfiles/fedora-win32-cross.docker | 2 +-
>  tests/docker/dockerfiles/fedora-win64-cross.docker | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/tests/docker/dockerfiles/fedora-win32-cross.docker b/tests/docker/dockerfiles/fedora-win32-cross.docker
> index 84a8f5524d..a06bd29e8e 100644
> --- a/tests/docker/dockerfiles/fedora-win32-cross.docker
> +++ b/tests/docker/dockerfiles/fedora-win32-cross.docker
> @@ -1,4 +1,4 @@
> -FROM registry.fedoraproject.org/fedora:33
> +FROM registry.fedoraproject.org/fedora:35
>
>  # Please keep this list sorted alphabetically
>  ENV PACKAGES \
> diff --git a/tests/docker/dockerfiles/fedora-win64-cross.docker b/tests/docker/dockerfiles/fedora-win64-cross.docker
> index d7ed8eb1cf..b71624330f 100644
> --- a/tests/docker/dockerfiles/fedora-win64-cross.docker
> +++ b/tests/docker/dockerfiles/fedora-win64-cross.docker
> @@ -1,4 +1,4 @@
> -FROM registry.fedoraproject.org/fedora:33
> +FROM registry.fedoraproject.org/fedora:35
>
>  # Please keep this list sorted alphabetically
>  ENV PACKAGES \
> --
> 2.25.1
>



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

* Re: [PATCH] tests: Bump Fedora image version for cross-compilation
  2022-05-24 18:11 [PATCH] tests: Bump Fedora image version for cross-compilation Konstantin Kostiuk
  2022-05-24 18:22 ` Daniel P. Berrangé
  2022-05-24 20:16 ` Marc-André Lureau
@ 2022-05-25  7:34 ` Thomas Huth
  2 siblings, 0 replies; 4+ messages in thread
From: Thomas Huth @ 2022-05-25  7:34 UTC (permalink / raw)
  To: Konstantin Kostiuk, qemu-devel
  Cc: Alex Bennée, Philippe Mathieu-Daudé,
	Wainer dos Santos Moschetta, Beraldo Leal,
	Daniel P . Berrangé,
	Stefan Weil, Richard Henderson, Marc-André Lureau

On 24/05/2022 20.11, Konstantin Kostiuk wrote:
> There are 2 reason for the bump:
>   - Fedora 33 is unsupported anymore

s/unsupported/not supported/
?

>   - Some changes in the guest agent required updates of
>     mingw-headers
> 
> Signed-off-by: Konstantin Kostiuk <kkostiuk@redhat.com>
> ---
>   tests/docker/dockerfiles/fedora-win32-cross.docker | 2 +-
>   tests/docker/dockerfiles/fedora-win64-cross.docker | 2 +-
>   2 files changed, 2 insertions(+), 2 deletions(-)

Reviewed-by: Thomas Huth <thuth@redhat.com>



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

end of thread, other threads:[~2022-05-25  7:38 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-24 18:11 [PATCH] tests: Bump Fedora image version for cross-compilation Konstantin Kostiuk
2022-05-24 18:22 ` Daniel P. Berrangé
2022-05-24 20:16 ` Marc-André Lureau
2022-05-25  7:34 ` 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.