docker-registry.helm icon indicating copy to clipboard operation
docker-registry.helm copied to clipboard

Add sidecars support

Open fgiannetti opened this issue 2 years ago • 2 comments

Add the ability to specify sidecar containers. The motivation on this change is because I need to implement a whitelist for the registry (in proxy mode) and as the registry image does not support a whitelist configuration, the alternative is running a reverse proxy in the pod to reject the non-whitelisted images The reverse proxy could run in other pod, however, allowing sidecars to be set will help whoever needs it. Hope it helps!

fgiannetti avatar Mar 25 '23 00:03 fgiannetti

This looks promising. A terrific use case for this would be running docker_auth as a sidecar, instead of as a separate pod.

Do you think you could update the docs with instructions on getting that working?

0xDEC0DE avatar May 01 '23 18:05 0xDEC0DE

This looks promising. A terrific use case for this would be running docker_auth as a sidecar, instead of as a separate pod.

Do you think you could update the docs with instructions on getting that working?

I modified the Readme file to include this field, but the sidecar container configuration is unique to each one. That configuration should be included using this new 'sidecars' feature ;)

fgiannetti avatar May 02 '23 15:05 fgiannetti