A simple Jenkins slave container for doing Go projects
332
A simple Jenkins goslave using Swarm. Best launched using:
docker run -d \
-e JENKINS_USERNAME='username_or_email'\
-e JENKINS_APIKEY='getapikey'\
--link jenkins-ci:hostname.of.jenkins \
goslave
The hostname is important so that Swarm can connect up the slave without using the public hostname. This allows you to keep Jenkins in a single host.
Content type
Image
Digest
sha256:04fce6020…
Size
378.7 MB
Last updated
about 9 years ago
docker pull multiplay/goslave