I'm trying to proxy a private Google Container Registry with Nexus 3 Repository OSS. Not sure how to do the authentication bit.
I found a suggestion for Artifactory:
- Create a new Docker remote registry repository
- Uncheck the Enable Token Authentication flag
- Set the URL as https://gcr.io
- Under the advanced tab, set the username as _json_key
- Under the advanced tab, set the password to the contents of the JSON Key File
Did not work with Nexus.
Any advice maybe pls ?