[PATCH] docker: update Ubuntu to 20.04

Paolo Bonzini posted 1 patch 3 years, 11 months ago
Test docker-mingw@fedora passed
Test checkpatch passed
Test asan passed
Test docker-quick@centos7 passed
Test FreeBSD passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20200604231716.11354-1-pbonzini@redhat.com
Maintainers: Fam Zheng <fam@euphon.net>, "Philippe Mathieu-Daudé" <philmd@redhat.com>, "Alex Bennée" <alex.bennee@linaro.org>
tests/docker/dockerfiles/ubuntu.docker | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] docker: update Ubuntu to 20.04
Posted by Paolo Bonzini 3 years, 11 months ago
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
---
 tests/docker/dockerfiles/ubuntu.docker | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/docker/dockerfiles/ubuntu.docker b/tests/docker/dockerfiles/ubuntu.docker
index eeb3b22bf2..43872417de 100644
--- a/tests/docker/dockerfiles/ubuntu.docker
+++ b/tests/docker/dockerfiles/ubuntu.docker
@@ -9,7 +9,7 @@
 # system won't pick up that it has changed.
 #
 
-FROM ubuntu:19.04
+FROM ubuntu:20.04
 ENV PACKAGES flex bison \
     ccache \
     clang \
-- 
2.26.2


Re: [PATCH] docker: update Ubuntu to 20.04
Posted by Alex Bennée 3 years, 11 months ago
Paolo Bonzini <pbonzini@redhat.com> writes:

> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
> ---
>  tests/docker/dockerfiles/ubuntu.docker | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/tests/docker/dockerfiles/ubuntu.docker b/tests/docker/dockerfiles/ubuntu.docker
> index eeb3b22bf2..43872417de 100644
> --- a/tests/docker/dockerfiles/ubuntu.docker
> +++ b/tests/docker/dockerfiles/ubuntu.docker
> @@ -9,7 +9,7 @@
>  # system won't pick up that it has changed.
>  #
>  
> -FROM ubuntu:19.04
> +FROM ubuntu:20.04
>  ENV PACKAGES flex bison \
>      ccache \
>      clang \

Queued to next/various-fixes, thanks.

-- 
Alex Bennée

Re: [PATCH] docker: update Ubuntu to 20.04
Posted by Philippe Mathieu-Daudé 3 years, 11 months ago
On 6/5/20 1:17 AM, Paolo Bonzini wrote:
> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
> ---
>  tests/docker/dockerfiles/ubuntu.docker | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/tests/docker/dockerfiles/ubuntu.docker b/tests/docker/dockerfiles/ubuntu.docker
> index eeb3b22bf2..43872417de 100644
> --- a/tests/docker/dockerfiles/ubuntu.docker
> +++ b/tests/docker/dockerfiles/ubuntu.docker
> @@ -9,7 +9,7 @@
>  # system won't pick up that it has changed.
>  #
>  
> -FROM ubuntu:19.04
> +FROM ubuntu:20.04

Tested-by: Philippe Mathieu-Daudé <philmd@redhat.com>

I know we want to use recent features, but I'd also keep the oldest
supported image in testing (from our policy, 2 latest).

This one is LTS, so:
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>

Still not sure how to do. Add ubuntu-old.docker based on 19.04 and then
roll 'ubuntu.docker' -> 'ubuntu-old.docker' for each new releases?

>  ENV PACKAGES flex bison \
>      ccache \
>      clang \
> 


Re: [PATCH] docker: update Ubuntu to 20.04
Posted by Paolo Bonzini 3 years, 11 months ago
Il ven 5 giu 2020, 10:32 Philippe Mathieu-Daudé <philmd@redhat.com> ha
scritto:

> Still not sure how to do. Add ubuntu-old.docker based on 19.04 and then
> roll 'ubuntu.docker' -> 'ubuntu-old.docker' for each new releases?
>

We have an image for 18.04 already, I think we should roll ubuntu.docker
every six months and, when 22.04 comes out, roll the older LTS image to
20.04.

Paolo


> >  ENV PACKAGES flex bison \
> >      ccache \
> >      clang \
> >
>
>