GoogleContainerTools / GoogleContainerTools/skaffold
Reduce build- and test-time dependencies on Docker Hub
Open
meta/testing
priority/p2
- Dominant language
- Go
- Stars
- 15.9k
- Forks
- 1.7k
- Avg merge
- 3d 9h
- Merged PRs (30d)
- 10
Description
Our builds and tests still fail occasionally with TOOMANYREQUESTS from Docker Hub.
We can get around some of these issues by:
- rationalize our build-and test-time images
- configuring Travis to use mirror.gcr.io as a mirror.
- copy key images, such as `golang:alpine`, into our own registry.
It might be worth setting up our own pull-through registry mirror.
Contributor guide
Assessment
This issue has not been assessed yet.