Sign inSign up

mansab/gocd-agent

By mansab

Updated over 9 years ago

gocd-agent with docker-enigine

Image
0

587

mansab/gocd-agent repository overview

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.

Example

  • Running the agent (assuming go-server is also running locally) :

docker run -d --link go-server --privileged -e GO_SERVER_URL=https://go-server:8153/go mansab/gocd-agent

  • Sample GoCD job configuration elements for building a docker image:

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/

Tag summary

Content type

Image

Digest

Size

332.1 MB

Last updated

over 9 years ago

docker pull mansab/gocd-agent