Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/iv-cores/image-jenkins
- Owner: iv-cores
- Created: 2024-01-15T20:26:28.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-04-11T02:02:12.000Z (9 months ago)
- Last Synced: 2024-04-23T16:12:12.854Z (9 months ago)
- Topics: docker-image
- Language: Groovy
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.