Other Registries
Prodvana can integrate with any Docker registry that supports standard username/password authentication. If you can authenticate with the registry using thedocker login
command, then the registry can be connected to Prodvana.
Connect a new Registry
To link the registry in Prodvana:
- Go to your organization's integration page https://my-demo-organization.runprodvana.comClick the "Add Registry" button, and select "Other registries" from the dropdown.
In the pop-up form, fill in the values:
Name
: The name Prodvana will use to reference this registryUsername
: The username you want to authenticate withPassword
: Password for this usernameDomain
: The registry URL (including the protocol, most likelyhttps://
)
The Username and Password fields are optional. If you are using a registry with public repositories, you can leave them blank to connect without authentication.
Updated about 1 year ago