docker-registry-proxy
docker-registry-proxy copied to clipboard
Feature request: add allow/deny list
In an environment where not all images are allowed a allow/deny list would be great.
Although possible (you'd have to add location blocks in nginx.conf to block manifest URLs by eg a regex), it would not be effective; clients can still get images by their sha256 digest.
Probably better suited to the "Enterprise" version maybe? ;-)
Maybe not deny lists then but only allow lists....