Re: [PATCH] gitlab-ci: Replace Docker with Kaniko

2024-05-22 Thread Daniel P . Berrangé
On Mon, May 20, 2024 at 05:56:46PM +0100, Camilla Conte wrote: > On Fri, May 17, 2024 at 9:14 AM Daniel P. Berrangé > wrote: > > > > On Thu, May 16, 2024 at 07:24:04PM +0100, Daniel P. Berrangé wrote: > > > On Thu, May 16, 2024 at 05:52:43PM +0100, Camilla Conte wrote: > > > > Enables caching fro

Re: [PATCH] gitlab-ci: Replace Docker with Kaniko

2024-05-20 Thread Camilla Conte
On Fri, May 17, 2024 at 9:14 AM Daniel P. Berrangé wrote: > > On Thu, May 16, 2024 at 07:24:04PM +0100, Daniel P. Berrangé wrote: > > On Thu, May 16, 2024 at 05:52:43PM +0100, Camilla Conte wrote: > > > Enables caching from the qemu-project repository. > > > > > > Uses a dedicated "$NAME-cache" ta

Re: [PATCH] gitlab-ci: Replace Docker with Kaniko

2024-05-17 Thread Daniel P . Berrangé
On Thu, May 16, 2024 at 07:24:04PM +0100, Daniel P. Berrangé wrote: > On Thu, May 16, 2024 at 05:52:43PM +0100, Camilla Conte wrote: > > Enables caching from the qemu-project repository. > > > > Uses a dedicated "$NAME-cache" tag for caching, to address limitations. > > See issue "when using --cac

Re: [PATCH] gitlab-ci: Replace Docker with Kaniko

2024-05-17 Thread Daniel P . Berrangé
On Fri, May 17, 2024 at 08:24:44AM +0200, Thomas Huth wrote: > On 16/05/2024 20.24, Daniel P. Berrangé wrote: > > On Thu, May 16, 2024 at 05:52:43PM +0100, Camilla Conte wrote: > > > Enables caching from the qemu-project repository. > > > > > > Uses a dedicated "$NAME-cache" tag for caching, to ad

Re: [PATCH] gitlab-ci: Replace Docker with Kaniko

2024-05-16 Thread Thomas Huth
On 16/05/2024 20.24, Daniel P. Berrangé wrote: On Thu, May 16, 2024 at 05:52:43PM +0100, Camilla Conte wrote: Enables caching from the qemu-project repository. Uses a dedicated "$NAME-cache" tag for caching, to address limitations. See issue "when using --cache=true, kaniko fail to push cache l

Re: [PATCH] gitlab-ci: Replace Docker with Kaniko

2024-05-16 Thread Daniel P . Berrangé
On Thu, May 16, 2024 at 05:52:43PM +0100, Camilla Conte wrote: > Enables caching from the qemu-project repository. > > Uses a dedicated "$NAME-cache" tag for caching, to address limitations. > See issue "when using --cache=true, kaniko fail to push cache layer [...]": > https://github.com/GoogleCo

[PATCH] gitlab-ci: Replace Docker with Kaniko

2024-05-16 Thread Camilla Conte
Enables caching from the qemu-project repository. Uses a dedicated "$NAME-cache" tag for caching, to address limitations. See issue "when using --cache=true, kaniko fail to push cache layer [...]": https://github.com/GoogleContainerTools/kaniko/issues/1459 Does not specify a context since no Dock