https://github.com/mtkennerly/di-jenkins-alpine-docker-slave
https://github.com/mtkennerly/di-jenkins-alpine-docker-slave
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mtkennerly/di-jenkins-alpine-docker-slave
- Owner: mtkennerly
- License: mit
- Created: 2019-01-26T22:24:24.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-10-06T03:43:24.000Z (almost 7 years ago)
- Last Synced: 2025-09-17T09:57:28.516Z (10 months ago)
- Language: Dockerfile
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
This image is a Jenkins slave with Docker installed, for use with the
`docker-slaves` Jenkins plugin when the build itself also needs to launch
containers. You can configure the plugin so that Docker launches those
containers as siblings of the slave container on the host.
Docker Hub autobuild is enabled for Git tags matching `^v(\d+\.\d+\.\d+)$`,
where the Docker tags will be `latest` and the capture group.