Describe the bug
Our docker image depends on a miniconda image hosted on Docker Hub, so we download it at the start of building our image (this is in aws/image-buildspec.yaml). Unfortunately, because we share an IP address with a large number of other AWS users then Docker Hub routinely rate limits our request. This results in the job failing.
To Reproduce
Run the docker-nitelite-pipeline CodeBuild project with default settings during work hours.
Expected behavior
The pull to happen successfully.
Screenshots
Example error.
Suggested solution
We host a mirror of miniconda on our Adler account, and pull from it.
Describe the bug Our docker image depends on a miniconda image hosted on Docker Hub, so we download it at the start of building our image (this is in
aws/image-buildspec.yaml
). Unfortunately, because we share an IP address with a large number of other AWS users then Docker Hub routinely rate limits our request. This results in the job failing.To Reproduce Run the
docker-nitelite-pipeline
CodeBuild project with default settings during work hours.Expected behavior The pull to happen successfully.
Screenshots
Example error.
Suggested solution We host a mirror of miniconda on our Adler account, and pull from it.