Re: [PATCH 4/7] tests/docker: add USER stanzas to non-lci images

2023-02-28 Thread Philippe Mathieu-Daudé
On 28/2/23 13:18, Alex Bennée wrote: Philippe Mathieu-Daudé writes: On 24/2/23 19:08, Alex Bennée wrote: These are flat but not generated by lcitool so we need to manually update them with the `useradd` stanza. Signed-off-by: Alex Bennée --- tests/docker/dockerfiles/debian-all-test-cross

Re: [PATCH 4/7] tests/docker: add USER stanzas to non-lci images

2023-02-28 Thread Alex Bennée
Philippe Mathieu-Daudé writes: > On 24/2/23 19:08, Alex Bennée wrote: >> These are flat but not generated by lcitool so we need to manually >> update them with the `useradd` stanza. >> Signed-off-by: Alex Bennée >> --- >> tests/docker/dockerfiles/debian-all-test-cross.docker | 5 + >>

Re: [PATCH 4/7] tests/docker: add USER stanzas to non-lci images

2023-02-28 Thread Daniel P . Berrangé
On Tue, Feb 28, 2023 at 12:43:01PM +0100, Philippe Mathieu-Daudé wrote: > On 24/2/23 19:08, Alex Bennée wrote: > > These are flat but not generated by lcitool so we need to manually > > update them with the `useradd` stanza. > > > > Signed-off-by: Alex Bennée > > --- > > tests/docker/dockerfile

Re: [PATCH 4/7] tests/docker: add USER stanzas to non-lci images

2023-02-28 Thread Philippe Mathieu-Daudé
On 24/2/23 19:08, Alex Bennée wrote: These are flat but not generated by lcitool so we need to manually update them with the `useradd` stanza. Signed-off-by: Alex Bennée --- tests/docker/dockerfiles/debian-all-test-cross.docker | 5 + tests/docker/dockerfiles/debian-alpha-cross.docke

Re: [PATCH 4/7] tests/docker: add USER stanzas to non-lci images

2023-02-28 Thread Daniel P . Berrangé
On Fri, Feb 24, 2023 at 06:08:54PM +, Alex Bennée wrote: > These are flat but not generated by lcitool so we need to manually > update them with the `useradd` stanza. > > Signed-off-by: Alex Bennée > --- > tests/docker/dockerfiles/debian-all-test-cross.docker | 5 + > tests/docker/do

[PATCH 4/7] tests/docker: add USER stanzas to non-lci images

2023-02-24 Thread Alex Bennée
These are flat but not generated by lcitool so we need to manually update them with the `useradd` stanza. Signed-off-by: Alex Bennée --- tests/docker/dockerfiles/debian-all-test-cross.docker | 5 + tests/docker/dockerfiles/debian-alpha-cross.docker| 5 + tests/docker/dockerfi