Is it possible to setup a local artifactory docker repository that points to another instance’s docker repository? -
i’m trying configuring remote docker repository on local instance pointing hosted devops team. tried several urls including https://<user>:<api_token>@<domain>/artifactory/<repo>/
(which lists instance's docker repo’s contents if try directly on browser) none worked.
is possible? if yes, how should go it?
you should include 'api' component part of url. configure instance artifactory (the 1 proxying artifactory docker repository) full url. documented here:
Comments
Post a Comment