Re: [PATCH 03/23] tests/docker: use project specific container registries

2021-01-13 Thread Wainer dos Santos Moschetta
Hi, On 12/1/20 2:18 PM, Daniel P. Berrangé wrote: Since Docker Hub has started to enforce pull rate limits on clients, it is preferrable to use project specific container registries where they are available. Both Fedora and CentOS provide such registries. The images in these registries are

Re: [PATCH 03/23] tests/docker: use project specific container registries

2020-12-02 Thread Daniel P . Berrangé
On Wed, Dec 02, 2020 at 12:54:14PM +0100, Gerd Hoffmann wrote: > > --- a/tests/docker/dockerfiles/centos8.docker > > +++ b/tests/docker/dockerfiles/centos8.docker > > @@ -1,4 +1,4 @@ > > -FROM centos:8.1.1911 > > +FROM registry.centos.org/centos:8 > > At least for centos-8 I've noticed the

Re: [PATCH 03/23] tests/docker: use project specific container registries

2020-12-02 Thread Gerd Hoffmann
> --- a/tests/docker/dockerfiles/centos8.docker > +++ b/tests/docker/dockerfiles/centos8.docker > @@ -1,4 +1,4 @@ > -FROM centos:8.1.1911 > +FROM registry.centos.org/centos:8 At least for centos-8 I've noticed the docker.io containters are multiarch whereas registry.centos.org has x86_64 only. I

[PATCH 03/23] tests/docker: use project specific container registries

2020-12-01 Thread Daniel P . Berrangé
Since Docker Hub has started to enforce pull rate limits on clients, it is preferrable to use project specific container registries where they are available. Both Fedora and CentOS provide such registries. The images in these registries are also refreshed on a more regular basis than the ones in