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

ansible playbook should create all required docker containers #5

Closed
savishy opened this issue Aug 2, 2016 · 0 comments
Closed

ansible playbook should create all required docker containers #5

savishy opened this issue Aug 2, 2016 · 0 comments
Milestone

Comments

@savishy
Copy link
Owner

savishy commented Aug 2, 2016

  • create and run docker container.
  • create and run tomcat container.
@savishy savishy added this to the v0.2 milestone Aug 2, 2016
savishy added a commit that referenced this issue Aug 2, 2016
- Dockerfile using jenkins as base image. Installs reqd plugins and copies job
configuration.
- the resulting jenkins-ci image is self contained and contains the job
configuration as well.
- note: plugins are loaded from plugins.txt. Had to add additional manual
wget lines as dependencies were not being satisfied.

#4 job configuration config.xml for building petclinic WAR
- checks out project
- executes mvnw install
- archives artifacts *.war

#5 playbook roles have been reorganized
- install docker on host
- create and run jenkins container
- create and run tomcat container.
- note: this is a stub container. More configuration is needed as per #6.

- updated Readme
@savishy savishy closed this as completed Aug 11, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant