Sometimes registry-auth.crt/key is used, then there is registry.crt/key.
Then there is REGISTRY_AUTH_TOKEN_ROOTCERTBUNDLE=/certs/registry.crt and on another point there is REGISTRY_AUTH_TOKEN_ROOTCERTBUNDLE=/certs/registry-auth.crt.
I'm confused and do not really understand how to setup that stuff. Furthermore, I didn't understand the difference between GITLAB_REGISTRY_CERT_PATH and SSL_REGISTRY_CERT_PATH.
It would be nice to have this clarified in the docs.
This issue has been automatically marked as stale because it has not had any activity for the last 60 days. It will be closed if no further activity occurs during the next 7 days. Thank you for your contributions.
https://github.com/sameersbn/docker-gitlab/blob/master/docs/container_registry.md is not realy clear to me.
Sometimes
registry-auth.crt/key
is used, then there isregistry.crt/key
. Then there isREGISTRY_AUTH_TOKEN_ROOTCERTBUNDLE=/certs/registry.crt
and on another point there isREGISTRY_AUTH_TOKEN_ROOTCERTBUNDLE=/certs/registry-auth.crt
.I'm confused and do not really understand how to setup that stuff. Furthermore, I didn't understand the difference between
GITLAB_REGISTRY_CERT_PATH
andSSL_REGISTRY_CERT_PATH
.It would be nice to have this clarified in the docs.