Mellanox / ci-demo

Apache License 2.0
2 stars 19 forks source link

Docker cache #55

Open lennybe opened 2 years ago

lennybe commented 2 years ago

Hi, during docker build for CLusterKit I've received the error below:

toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit

Question: where and how dockers that will be used in matrix are built ?

There is internal cash support for this. All our K8s nodes should be configured with it. cat /etc/docker/daemon.json { "registry-mirrors": [ "https://dockerhub.nvidia.com", "https://dockerhub-backup.nvidia.com" ] }