Re: [PATCH 7/7] tests/gitlab: use kaniko to build images

2023-02-28 Thread Daniel P . Berrangé
On Fri, Feb 24, 2023 at 06:08:57PM +, Alex Bennée wrote: > Apparently the docker-in-docker approach has some flaws including > needing privileged mode to run and being quite slow. An alternative > approach is to use Google's kaniko tool. It also works across > different gitlab executors.

[PATCH 7/7] tests/gitlab: use kaniko to build images

2023-02-24 Thread Alex Bennée
Apparently the docker-in-docker approach has some flaws including needing privileged mode to run and being quite slow. An alternative approach is to use Google's kaniko tool. It also works across different gitlab executors. Following the gitlab example code we drop all the direct docker calls and