There's some docs in this repo relating to authenticating to private registries. They show how to use a username and password to authenticate.
Our registry is a Replicated proxy, and the only credentials available are the docker.json type - e.g.
{"auths":{"proxy.replicated.com":{"auth":"<BAS64_STRING>"},"registry.replicated.com":{"auth":"<BAS64_STRING>"}}}
Is there any way to pass this in to the proxy to allow it to connect? Would the google GAR method be appropriate here since both use tokens?
There's some docs in this repo relating to authenticating to private registries. They show how to use a username and password to authenticate.
Our registry is a Replicated proxy, and the only credentials available are the docker.json type - e.g.
Is there any way to pass this in to the proxy to allow it to connect? Would the google GAR method be appropriate here since both use tokens?