-
Type:
Improvement
-
Resolution: Fixed
-
Priority:
Major
-
Component/s: docker-build-publish-plugin
-
None
In the plugin description, it is stated that the docker-build-publish-plugin can be used with private registries. But only the credentials for the official public registry can be set.
The command line is:
docker login -u <user> -p <pass> -e <email> <registryaddress>
Registry address cannot be set at this time.