* [PATCH] docker: update Ubuntu to 20.04
@ 2020-06-04 23:17 Paolo Bonzini
2020-06-05 7:41 ` Alex Bennée
2020-06-05 8:32 ` Philippe Mathieu-Daudé
0 siblings, 2 replies; 4+ messages in thread
From: Paolo Bonzini @ 2020-06-04 23:17 UTC (permalink / raw)
To: qemu-devel; +Cc: alex.bennee
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
^ permalink raw reply related [flat|nested] 4+ messages in thread* Re: [PATCH] docker: update Ubuntu to 20.04
2020-06-04 23:17 [PATCH] docker: update Ubuntu to 20.04 Paolo Bonzini
@ 2020-06-05 7:41 ` Alex Bennée
2020-06-05 8:32 ` Philippe Mathieu-Daudé
1 sibling, 0 replies; 4+ messages in thread
From: Alex Bennée @ 2020-06-05 7:41 UTC (permalink / raw)
To: Paolo Bonzini; +Cc: qemu-devel
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
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] docker: update Ubuntu to 20.04
2020-06-04 23:17 [PATCH] docker: update Ubuntu to 20.04 Paolo Bonzini
2020-06-05 7:41 ` Alex Bennée
@ 2020-06-05 8:32 ` Philippe Mathieu-Daudé
2020-06-05 9:21 ` Paolo Bonzini
1 sibling, 1 reply; 4+ messages in thread
From: Philippe Mathieu-Daudé @ 2020-06-05 8:32 UTC (permalink / raw)
To: Paolo Bonzini, qemu-devel; +Cc: alex.bennee
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 \
>
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2020-06-05 9:22 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-06-04 23:17 [PATCH] docker: update Ubuntu to 20.04 Paolo Bonzini
2020-06-05 7:41 ` Alex Bennée
2020-06-05 8:32 ` Philippe Mathieu-Daudé
2020-06-05 9:21 ` Paolo Bonzini
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).