Run docker builds with gocd-agent in a docker container.
You can use this image for launching a gocd-agent which can run docker builds (for example, building docker images) in your build pipeline.
docker run -d --link go-server --privileged -e GO_SERVER_URL=https://go-server:8153/go mansab/gocd-agent
command: /bin/bash
arguments:
-c
/usr/bin/docker build .
For more information on gocd-agent please refer https://hub.docker.com/r/gocd/gocd-agent/
Content type
Image
Digest
Size
332.1 MB
Last updated
over 9 years ago
docker pull mansab/gocd-agent