Gocd agent image based on rancher-jvm8
1.8K
Builds a docker image for gocd agent based in rancher-base
To build:
docker build -t <registry>/rancher-goagent:<version> .
To deploy:
Gocd server: Starts gocd agent and configures it
docker run -td --name go-agent \
-v <work-volume> /opt/go-agent/work \
<registry>/rancher-goagent:<version>
NOTE: By default, docker client 1.12.0 is installed. You could override that setting env variable $DOCKER_VERSION if you need it.
AGENT_MEM="128m"
AGENT_MAX_MEM="256m"
GO_SERVER=<IP_GOSERVER>
GO_SERVER_PORT="8153"
JVM_DEBUG_PORT="5006"
AGENT_WORK_DIR="$GOCD_HOME/work"
DOCKER_VERSION="1.12.0"
Content type
Image
Digest
Size
66 MB
Last updated
about 10 years ago
docker pull rawmind/rancher-goagent:16.7.0-2