Ability to use a docker mirror repository to avoid docker API limits #260
mmerrill3
started this conversation in
Development
Replies: 2 comments 7 replies
-
Also, trying not to use the docker socket as root within starboard/trivy. |
Beta Was this translation helpful? Give feedback.
2 replies
-
The Trivy plugin does not mount / required Docker socket. It pull a container image as specified in the workload configuration. That way Trivy adds up to requests count. To avoid rate limits workload configs should be updated to refer to registry mirrors / proxy. There's nothing we can do about that in Starboard. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
For starboard, when images are pulled from docker, it would be nice to pull from a docker mirror repository instead. This is to avoid new API limits with dockerhub.
Beta Was this translation helpful? Give feedback.
All reactions