├── .gitignore ├── Dockerfile ├── LICENSE ├── README.md ├── docker-compose.yml └── entrypoint.sh /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sudo-bmitch/jenkins-docker/HEAD/.gitignore -------------------------------------------------------------------------------- /Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sudo-bmitch/jenkins-docker/HEAD/Dockerfile -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sudo-bmitch/jenkins-docker/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sudo-bmitch/jenkins-docker/HEAD/README.md -------------------------------------------------------------------------------- /docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sudo-bmitch/jenkins-docker/HEAD/docker-compose.yml -------------------------------------------------------------------------------- /entrypoint.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sudo-bmitch/jenkins-docker/HEAD/entrypoint.sh --------------------------------------------------------------------------------