/docker-jenkinsci-docker

Docker Image with Jenkins for docker image development

Primary LanguageShellMIT LicenseMIT

GitHub release (latest by date)

Base image

Used base image jenkins/jenkins

Build image

  1. Create vagrantbox vagrant up
  2. Login vagrant ssh
  3. Change directory cd /vagrant
  4. Build & run image ./build_image.sh

Create New Version (DockerHub)

  1. Create release on GitHub
  2. Image with new release (tag), will be created on DockerHub

References

Ports & Access

Application URL
Jenkins http://localhost:8080
Jenkins Blue Ocean http://localhost:8080/blue

Docker Commands

command
build image docker build --rm -t elegoev/jenkinsci .
shell in container docker exec -it <container id> bash

Versioning

Repository follows sematic versioning

Changelog

For all notable changes see CHANGELOG

License

Licensed under The MIT License (MIT) - for the full copyright and license information, please view the LICENSE file.

Issue Reporting

Any and all feedback is welcome. Please let me know of any issues you may find in the bug tracker on github. You can find it here.