Re: [PATCH v3 29/33] docker: remove 'deprecated' image definitions

2019-09-26 Thread John Snow
On 9/26/19 12:08 PM, Philippe Mathieu-Daudé wrote: > On 9/26/19 6:04 PM, Alex Bennée wrote: >> >> Philippe Mathieu-Daudé writes: >> >>> Hi Alex, >>> >>> On 9/26/19 1:34 AM, Alex Bennée wrote: Philippe Mathieu-Daudé writes: > On 9/24/19 11:01 PM, Alex Bennée wrote: >> From: John Sn

Re: [PATCH v3 29/33] docker: remove 'deprecated' image definitions

2019-09-26 Thread Philippe Mathieu-Daudé
On 9/26/19 6:04 PM, Alex Bennée wrote: > > Philippe Mathieu-Daudé writes: > >> Hi Alex, >> >> On 9/26/19 1:34 AM, Alex Bennée wrote: >>> Philippe Mathieu-Daudé writes: On 9/24/19 11:01 PM, Alex Bennée wrote: > From: John Snow > > There isn't a debian.dockerfile anymore, >

Re: [PATCH v3 29/33] docker: remove 'deprecated' image definitions

2019-09-26 Thread Alex Bennée
Philippe Mathieu-Daudé writes: > Hi Alex, > > On 9/26/19 1:34 AM, Alex Bennée wrote: >> Philippe Mathieu-Daudé writes: >>> On 9/24/19 11:01 PM, Alex Bennée wrote: From: John Snow There isn't a debian.dockerfile anymore, so perform some ghost-busting. >>> >>> Won't we depre

Re: [PATCH v3 29/33] docker: remove 'deprecated' image definitions

2019-09-25 Thread Philippe Mathieu-Daudé
Hi Alex, On 9/26/19 1:34 AM, Alex Bennée wrote: > Philippe Mathieu-Daudé writes: >> On 9/24/19 11:01 PM, Alex Bennée wrote: >>> From: John Snow >>> >>> There isn't a debian.dockerfile anymore, >>> so perform some ghost-busting. >> >> Won't we deprecate other images in the future? > > Sure but w

Re: [PATCH v3 29/33] docker: remove 'deprecated' image definitions

2019-09-25 Thread Alex Bennée
Philippe Mathieu-Daudé writes: > On 9/24/19 11:01 PM, Alex Bennée wrote: >> From: John Snow >> >> There isn't a debian.dockerfile anymore, >> so perform some ghost-busting. > > Won't we deprecate other images in the future? Sure but we can just drop them from dockerfiles. It's not like we all

Re: [PATCH v3 29/33] docker: remove 'deprecated' image definitions

2019-09-25 Thread Philippe Mathieu-Daudé
On 9/24/19 11:01 PM, Alex Bennée wrote: > From: John Snow > > There isn't a debian.dockerfile anymore, > so perform some ghost-busting. Won't we deprecate other images in the future? > Signed-off-by: John Snow > Message-Id: <20190923181140.7235-4-js...@redhat.com> > Signed-off-by: Alex Bennée

[PATCH v3 29/33] docker: remove 'deprecated' image definitions

2019-09-24 Thread Alex Bennée
From: John Snow There isn't a debian.dockerfile anymore, so perform some ghost-busting. Signed-off-by: John Snow Message-Id: <20190923181140.7235-4-js...@redhat.com> Signed-off-by: Alex Bennée --- tests/docker/Makefile.include | 7 +++ 1 file changed, 3 insertions(+), 4 deletions(-) diff