qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH for-8.2] dockerfiles: bump tricore cross compiler container to Debian 11
@ 2023-08-09  8:29 Paolo Bonzini
  2023-08-09  8:49 ` Alex Bennée
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Paolo Bonzini @ 2023-08-09  8:29 UTC (permalink / raw)
  To: qemu-devel; +Cc: kbastian, alex.bennee

With the release of version 12 on June 10, 2023, Debian 10 is
not supported anymore.  Modify the cross compiler container to
build on a newer version.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
---
 tests/docker/dockerfiles/debian-tricore-cross.docker | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/docker/dockerfiles/debian-tricore-cross.docker b/tests/docker/dockerfiles/debian-tricore-cross.docker
index 269bfa8d423..5bd1963fb55 100644
--- a/tests/docker/dockerfiles/debian-tricore-cross.docker
+++ b/tests/docker/dockerfiles/debian-tricore-cross.docker
@@ -9,7 +9,7 @@
 #
 # SPDX-License-Identifier: GPL-2.0-or-later
 #
-FROM docker.io/library/debian:buster-slim
+FROM docker.io/library/debian:11-slim
 
 MAINTAINER Philippe Mathieu-Daudé <f4bug@amsat.org>
 
-- 
2.41.0



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

* Re: [PATCH for-8.2] dockerfiles: bump tricore cross compiler container to Debian 11
  2023-08-09  8:29 [PATCH for-8.2] dockerfiles: bump tricore cross compiler container to Debian 11 Paolo Bonzini
@ 2023-08-09  8:49 ` Alex Bennée
  2023-08-09 13:53 ` Bastian Koppelmann
  2023-08-10 11:54 ` Philippe Mathieu-Daudé
  2 siblings, 0 replies; 6+ messages in thread
From: Alex Bennée @ 2023-08-09  8:49 UTC (permalink / raw)
  To: Paolo Bonzini; +Cc: qemu-devel, kbastian


Paolo Bonzini <pbonzini@redhat.com> writes:

> With the release of version 12 on June 10, 2023, Debian 10 is
> not supported anymore.  Modify the cross compiler container to
> build on a newer version.
>
> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
> ---
>  tests/docker/dockerfiles/debian-tricore-cross.docker | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/tests/docker/dockerfiles/debian-tricore-cross.docker
> b/tests/docker/dockerfiles/debian-tricore-cross.docker
> index 269bfa8d423..5bd1963fb55 100644
> --- a/tests/docker/dockerfiles/debian-tricore-cross.docker
> +++ b/tests/docker/dockerfiles/debian-tricore-cross.docker
> @@ -9,7 +9,7 @@
>  #
>  # SPDX-License-Identifier: GPL-2.0-or-later
>  #
> -FROM docker.io/library/debian:buster-slim
> +FROM docker.io/library/debian:11-slim
>  
>  MAINTAINER Philippe Mathieu-Daudé <f4bug@amsat.org>

Acked-by: Alex Bennée <alex.bennee@linaro.org>

-- 
Alex Bennée
Virtualisation Tech Lead @ Linaro


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

* Re: [PATCH for-8.2] dockerfiles: bump tricore cross compiler container to Debian 11
  2023-08-09  8:29 [PATCH for-8.2] dockerfiles: bump tricore cross compiler container to Debian 11 Paolo Bonzini
  2023-08-09  8:49 ` Alex Bennée
@ 2023-08-09 13:53 ` Bastian Koppelmann
  2023-08-09 14:33   ` Paolo Bonzini
  2023-08-10 11:54 ` Philippe Mathieu-Daudé
  2 siblings, 1 reply; 6+ messages in thread
From: Bastian Koppelmann @ 2023-08-09 13:53 UTC (permalink / raw)
  To: Paolo Bonzini; +Cc: qemu-devel, alex.bennee

On Wed, Aug 09, 2023 at 10:29:45AM +0200, Paolo Bonzini wrote:
> With the release of version 12 on June 10, 2023, Debian 10 is
> not supported anymore.  Modify the cross compiler container to
> build on a newer version.
> 
> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
> ---
>  tests/docker/dockerfiles/debian-tricore-cross.docker | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/tests/docker/dockerfiles/debian-tricore-cross.docker b/tests/docker/dockerfiles/debian-tricore-cross.docker
> index 269bfa8d423..5bd1963fb55 100644
> --- a/tests/docker/dockerfiles/debian-tricore-cross.docker
> +++ b/tests/docker/dockerfiles/debian-tricore-cross.docker
> @@ -9,7 +9,7 @@
>  #
>  # SPDX-License-Identifier: GPL-2.0-or-later
>  #
> -FROM docker.io/library/debian:buster-slim
> +FROM docker.io/library/debian:11-slim

I think it would be better to skip debian-11 and use 12 instead.

Cheers,
Bastian


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

* Re: [PATCH for-8.2] dockerfiles: bump tricore cross compiler container to Debian 11
  2023-08-09 13:53 ` Bastian Koppelmann
@ 2023-08-09 14:33   ` Paolo Bonzini
  2023-08-09 16:45     ` Bastian Koppelmann
  0 siblings, 1 reply; 6+ messages in thread
From: Paolo Bonzini @ 2023-08-09 14:33 UTC (permalink / raw)
  To: Bastian Koppelmann; +Cc: qemu-devel, alex.bennee

On Wed, Aug 9, 2023 at 3:53 PM Bastian Koppelmann
<kbastian@mail.uni-paderborn.de> wrote:
> > diff --git a/tests/docker/dockerfiles/debian-tricore-cross.docker b/tests/docker/dockerfiles/debian-tricore-cross.docker
> > index 269bfa8d423..5bd1963fb55 100644
> > --- a/tests/docker/dockerfiles/debian-tricore-cross.docker
> > +++ b/tests/docker/dockerfiles/debian-tricore-cross.docker
> > @@ -9,7 +9,7 @@
> >  #
> >  # SPDX-License-Identifier: GPL-2.0-or-later
> >  #
> > -FROM docker.io/library/debian:buster-slim
> > +FROM docker.io/library/debian:11-slim
>
> I think it would be better to skip debian-11 and use 12 instead.

I picked 11 in order to keep the container in sync with the
lcitool-generated dockerfiles. Once we switch lcitool from 11 to
12, it is easier to see what the changes are and replicate them in
debian-tricore-cross and friends.

lcitool support for Debian 12 has already landed, but usually we
try to keep the containers on the oldest supported release of a
distro, and that is currently Debian 11.

Paolo



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

* Re: [PATCH for-8.2] dockerfiles: bump tricore cross compiler container to Debian 11
  2023-08-09 14:33   ` Paolo Bonzini
@ 2023-08-09 16:45     ` Bastian Koppelmann
  0 siblings, 0 replies; 6+ messages in thread
From: Bastian Koppelmann @ 2023-08-09 16:45 UTC (permalink / raw)
  To: Paolo Bonzini; +Cc: qemu-devel, alex.bennee

On Wed, Aug 09, 2023 at 04:33:37PM +0200, Paolo Bonzini wrote:
> On Wed, Aug 9, 2023 at 3:53 PM Bastian Koppelmann
> <kbastian@mail.uni-paderborn.de> wrote:
> > > diff --git a/tests/docker/dockerfiles/debian-tricore-cross.docker b/tests/docker/dockerfiles/debian-tricore-cross.docker
> > > index 269bfa8d423..5bd1963fb55 100644
> > > --- a/tests/docker/dockerfiles/debian-tricore-cross.docker
> > > +++ b/tests/docker/dockerfiles/debian-tricore-cross.docker
> > > @@ -9,7 +9,7 @@
> > >  #
> > >  # SPDX-License-Identifier: GPL-2.0-or-later
> > >  #
> > > -FROM docker.io/library/debian:buster-slim
> > > +FROM docker.io/library/debian:11-slim
> >
> > I think it would be better to skip debian-11 and use 12 instead.
> 
> I picked 11 in order to keep the container in sync with the
> lcitool-generated dockerfiles. Once we switch lcitool from 11 to
> 12, it is easier to see what the changes are and replicate them in
> debian-tricore-cross and friends.
> 
> lcitool support for Debian 12 has already landed, but usually we
> try to keep the containers on the oldest supported release of a
> distro, and that is currently Debian 11.

Thanks for the explanation.

Acked-by: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>

Cheers,
Bastian


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

* Re: [PATCH for-8.2] dockerfiles: bump tricore cross compiler container to Debian 11
  2023-08-09  8:29 [PATCH for-8.2] dockerfiles: bump tricore cross compiler container to Debian 11 Paolo Bonzini
  2023-08-09  8:49 ` Alex Bennée
  2023-08-09 13:53 ` Bastian Koppelmann
@ 2023-08-10 11:54 ` Philippe Mathieu-Daudé
  2 siblings, 0 replies; 6+ messages in thread
From: Philippe Mathieu-Daudé @ 2023-08-10 11:54 UTC (permalink / raw)
  To: Paolo Bonzini, qemu-devel; +Cc: kbastian, alex.bennee

On 9/8/23 10:29, Paolo Bonzini wrote:
> With the release of version 12 on June 10, 2023, Debian 10 is
> not supported anymore.  Modify the cross compiler container to
> build on a newer version.
> 
> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
> ---
>   tests/docker/dockerfiles/debian-tricore-cross.docker | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)

Acked-by: Philippe Mathieu-Daudé <philmd@linaro.org>



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

end of thread, other threads:[~2023-08-10 11:54 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-09  8:29 [PATCH for-8.2] dockerfiles: bump tricore cross compiler container to Debian 11 Paolo Bonzini
2023-08-09  8:49 ` Alex Bennée
2023-08-09 13:53 ` Bastian Koppelmann
2023-08-09 14:33   ` Paolo Bonzini
2023-08-09 16:45     ` Bastian Koppelmann
2023-08-10 11:54 ` Philippe Mathieu-Daudé

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