Skip to content
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

Add goal "push" (or "deploy") for sending a data container to a registry #6

Closed
rhuss opened this issue May 15, 2014 · 2 comments
Closed
Labels
Milestone

Comments

@rhuss
Copy link
Collaborator

rhuss commented May 15, 2014

As we now have a way for create data docker container, it would be nice to not use it only for linking this into the app-server container during integration testing but also to offer a possibility to push it to a registry so that it can be used as a deployment mechanism.

@rhuss rhuss added this to the 1.0.0 milestone May 15, 2014
@rhuss
Copy link
Collaborator Author

rhuss commented Jul 2, 2014

For security aspects, it would be cool, if we could stay as close as possible to the Maven security approach.

I.e. in principle it should be possible to createn an ow wagon for pushing to a registry so that credentials can be kept in the settings.xml

A wagon would also super nice for pushing to a Docker registry during deployment: mvn deploy:deploy could use the docker wagon which in turn creates a docker image on the fly (with all artefacts).

Still have to learn about the Maven wagon approach, though.

@rhuss
Copy link
Collaborator Author

rhuss commented Jul 22, 2014

I implemented it now straight forward (was hard enough ;-). Released in 0.9.6

@rhuss rhuss closed this as completed Jul 22, 2014
@rhuss rhuss modified the milestones: 0.9.6, 1.0.0 Jul 22, 2014
leusonmario pushed a commit to leusonmario/docker-maven-plugin that referenced this issue Aug 18, 2018
use testOutputDirectory prop for image_info.json
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant