GoCD server on Alpine with support of Confd
6.1K
This image permit run GoCD Server.
The best if you use rancher, it's to add my following rancher catalog: https://github.com/disaster37/webcenter-catalog.git with the branch master.
Then create GoCD stack from catalog.
Else, you need to GoCD manually.
docker run -d --name gocd-server \
-v $PWD/data/gocd-server:/data \
-p 8153:8153 \
webcenter/alpine-gocd-server:latest
Or use docker-compose:
docker-compose up
If your git or another versionning tools use https with private PKI, you need to mount your CA certificat in /usr/local/share/ca-certificates.
The Minio setting is managed by Confd. So you can custom it:
env./gocdThe following parameters permit to config GoCD server:
/data./data/config\./data/logs/gocd-server.log.The following parameters permit to add plugins on GoCD server:
/data/plugin/external.Content type
Image
Digest
Size
497.2 MB
Last updated
almost 9 years ago
docker pull webcenter/alpine-gocd-server