Jenkins -> Dockerfile -> Nexus Docker repository, how to do it?
22 views
Skip to first unread message
Arnoud Aarnoudse
unread,
Feb 14, 2017, 3:11:20 AM2/14/17
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Jenkins Users
Yo! I am trying to get Jenkins to pull my git project, and build it into a docker image. After the docker image is made i want Jenkins to push it into my Nexus Docker repository. How can I do this? So far I have not found any working or complete guides.
Jae Gangemi
unread,
Feb 15, 2017, 9:12:59 AM2/15/17
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Jenkins Users
if you are just using docker commands you can just push the container yourself from a shell build step.
if you have a java project and are using maven, the fabric8 docker plugin is excellent.