-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pushing to private registries? #28
Comments
Hi Sascha, I'm actually not sure! But it's clearly something I'd like it to. Fancy becoming a contributor? |
Sure why not :-) |
Excellent: here are the details: https://github.com/alexec/docker-maven-plugin/blob/master/CONTRIB.md |
Hi, I am interested in the same thing. Is there any update on this? |
This should be support on the latest snapshot using |
Absolutely. But how is serverAddress different from host? Does it always go back to host? |
serverAddress is meant to be the address of the private repository |
Hi,
I'm just wondering if it is possible to a private Docker registry, like:
docker tag abc/xyz:1.2 registry_ip:5000/xyz:1.2
docker push registry_ip:5000/xyz:1.2
Thanks,
Sascha
The text was updated successfully, but these errors were encountered: