Re: [RFC PATCH v3 1/1] gitlab: Use plain docker in container-template.yml

2023-02-28 Thread Alex Bennée
Fabiano Rosas writes: > Alex Bennée writes: > >> Fabiano Rosas writes: >> > > There are issues pointing to some general unreliability of the cache: > > https://github.com/moby/buildkit/issues/2274 > https://github.com/moby/buildkit/issues/1981 > > What is your docker version? Mine is 20.10.1

Re: [RFC PATCH v3 1/1] gitlab: Use plain docker in container-template.yml

2023-02-28 Thread Daniel P . Berrangé
On Mon, Feb 27, 2023 at 12:11:10PM -0300, Fabiano Rosas wrote: > Our dockerfiles no longer reference layers from other qemu images so > we can now use 'docker build' on them. > > Also reinstate the caching that was disabled due to bad interactions > with certain runners. See commit 6ddc3dc7a8 ("te

Re: [RFC PATCH v3 1/1] gitlab: Use plain docker in container-template.yml

2023-02-28 Thread Daniel P . Berrangé
On Mon, Feb 27, 2023 at 06:12:30PM -0300, Fabiano Rosas wrote: > Alex Bennée writes: > > > Fabiano Rosas writes: > > > >> Our dockerfiles no longer reference layers from other qemu images so > >> we can now use 'docker build' on them. > >> > >> Also reinstate the caching that was disabled due to

Re: [RFC PATCH v3 1/1] gitlab: Use plain docker in container-template.yml

2023-02-27 Thread Fabiano Rosas
Fabiano Rosas writes: > Alex Bennée writes: > >> Fabiano Rosas writes: >> >>> Our dockerfiles no longer reference layers from other qemu images so >>> we can now use 'docker build' on them. >>> >>> Also reinstate the caching that was disabled due to bad interactions >>> with certain runners. Se

Re: [RFC PATCH v3 1/1] gitlab: Use plain docker in container-template.yml

2023-02-27 Thread Fabiano Rosas
Alex Bennée writes: > Fabiano Rosas writes: > >> Our dockerfiles no longer reference layers from other qemu images so >> we can now use 'docker build' on them. >> >> Also reinstate the caching that was disabled due to bad interactions >> with certain runners. See commit 6ddc3dc7a8 ("tests/docker

Re: [RFC PATCH v3 1/1] gitlab: Use plain docker in container-template.yml

2023-02-27 Thread Alex Bennée
Alex Bennée writes: > Fabiano Rosas writes: > >> Our dockerfiles no longer reference layers from other qemu images so >> we can now use 'docker build' on them. >> >> Also reinstate the caching that was disabled due to bad interactions >> with certain runners. See commit 6ddc3dc7a8 ("tests/dock

Re: [RFC PATCH v3 1/1] gitlab: Use plain docker in container-template.yml

2023-02-27 Thread Alex Bennée
Fabiano Rosas writes: > Our dockerfiles no longer reference layers from other qemu images so > we can now use 'docker build' on them. > > Also reinstate the caching that was disabled due to bad interactions > with certain runners. See commit 6ddc3dc7a8 ("tests/docker: don't use > BUILDKIT in Gi

[RFC PATCH v3 1/1] gitlab: Use plain docker in container-template.yml

2023-02-27 Thread Fabiano Rosas
Our dockerfiles no longer reference layers from other qemu images so we can now use 'docker build' on them. Also reinstate the caching that was disabled due to bad interactions with certain runners. See commit 6ddc3dc7a8 ("tests/docker: don't use BUILDKIT in GitLab either"). We now believe those i