To support generic docker registries, we should add docker-registry subcommand to uffizzi connect.
Example use
$ uffizzi connect docker-registry
Input data can be read from these environment variables:
DOCKER_REGISTRY_URL
DOCKER_REGISTRY_USERNAME
DOCKER_REGISTRY_PASSWORD
Options for connect:
### OPTIONS
-r, --registry=<registry>
URL of the service.
-u, --username=<username>
Username for the service.
-p, --password=<password>
Password for the service.
Task
Expand Uffizzi's support for more container registries, particularly these popular ones:
We can support these and more by implementing support for Docker Registry HTTP API
To support generic docker registries, we should add
docker-registry
subcommand touffizzi connect
.Example use
Input data can be read from these environment variables:
DOCKER_REGISTRY_URL
DOCKER_REGISTRY_USERNAME
DOCKER_REGISTRY_PASSWORD
Options for
connect
:JFrog Artifactory](https://jfrog.com/artifactory/) example:
uffizzi preview create
with this compose file: