Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/iv-cores/image-jenkins

A jenkins images that can use docker
https://github.com/iv-cores/image-jenkins

docker-image

Last synced: about 2 months ago
JSON representation

A jenkins images that can use docker

Awesome Lists containing this project

README

        

# jenkins-image

### What does this image add?
- Healthcheck
- Everything needed to install the docker-cli

### Notes

This image is configured to install the docker-cli; however, it doesn't actually perform the installation. The version of docker-cli you aim to install
should match the version of Docker present on the host machine. Therefore, the docker-cli ought to be installed after deployment. For guidance, refer
to the run.sh script.

### Known Issues:
- The container is using the root user. I haven’t figured out how to use the host’s dockerd socket with the `jenkins` user.