Remove the docker hub as a registry and only use the mirror for searching for images? #597
-
From a security perspective I'd want to limit the use of non-checked images from for example docker hub and only allow images from our own container repository. Is there a way to do that? I guess I can use the I can limit the connection to docker hub on the cluster level, but rather have it looking only at the right place. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
I'm not sure without testing tbh This project however isn't looking to take an opinionated view on what is the "right" registry source, for many organisations Docker Hub is seen as perfectly an acceptable image source. As a result this request is outside of scope for this project. You would need to do this level of filtering on your cluster or LBs or enforce signed containers only etc |
Beta Was this translation helpful? Give feedback.
I'm not sure without testing tbh
This project however isn't looking to take an opinionated view on what is the "right" registry source, for many organisations Docker Hub is seen as perfectly an acceptable image source. As a result this request is outside of scope for this project. You would need to do this level of filtering on your cluster or LBs or enforce signed containers only etc