Jenkins slave container based on omero-ssh-systemd
922
Docker Jenkins slave image for OMERO devspace.
Build container:
make
with args
make BUILDARGS="--build-arg USER_ID=$UID"
all available build-arg:
USER_ID
JAVAVER
EXE4J_VERSION
JENKINS_SWARM_VERSION
To run container
UNIX:
make start ENV="-e JENKINS_PORT_8080_TCP_ADDR=$JENKINS_ADDR -e JENKINS_PORT_8080_TCP_PORT=$JENKINS_PORT"
OSX:
make start PORTS="--privileged" ENV="-e JENKINS_PORT_8080_TCP_ADDR=$JENKINS_ADDR -e JENKINS_PORT_8080_TCP_PORT=$JENKINS_PORT"
The compose creates fully working Jenkins CI master and slave with full sudo rights. Jenkins swarm plugin is automatically started via systemd.
Content type
Image
Digest
Size
269.6 MB
Last updated
over 7 years ago
docker pull snoopycrimecop/devslave-c7-docker:master_merge_daily