diff options
author | Konstantin Kostiuk | 2022-05-25 10:59:53 +0200 |
---|---|---|
committer | Konstantin Kostiuk | 2022-05-25 11:12:02 +0200 |
commit | 2e7b2189582787ae4bedf698983b5a81f4ac4656 (patch) | |
tree | 6201ffa641e8b1cd7c036978cc2272f9d18395ee /tests/docker | |
parent | trivial: qga: Log version on start (diff) | |
download | qemu-2e7b2189582787ae4bedf698983b5a81f4ac4656.tar.gz qemu-2e7b2189582787ae4bedf698983b5a81f4ac4656.tar.xz qemu-2e7b2189582787ae4bedf698983b5a81f4ac4656.zip |
tests: Bump Fedora image version for cross-compilation
There are 2 reason for the bump:
- Fedora 33 is not supported 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>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Message-Id: <20220525085953.940116-2-kkostiuk@redhat.com>
Signed-off-by: Konstantin Kostiuk <kkostiuk@redhat.com>
Diffstat (limited to 'tests/docker')
-rw-r--r-- | tests/docker/dockerfiles/fedora-win32-cross.docker | 2 | ||||
-rw-r--r-- | 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 \ |