gocd-docker icon indicating copy to clipboard operation
gocd-docker copied to clipboard

Deprecated. See: https://github.com/gocd/docker-gocd-server

Results 12 gocd-docker issues
Sort by recently updated
recently updated
newest added

Tried setting agent auto register properties a few ways with the 16.1.0 image but nothing is working. Running docker engine `1.9.1`. Here is an example of building an image from...

For some reason we still have something like ``` GO_SERVER_URL=https://go-server:8154/go/ ``` in `/etc/default/go-agent` when the agent is started. And so the supplied GO_SERVER_URL is not used but instead stays as...

Our gocd server is not running on 8154 and there does not appear to be a way to prevent it from appending that onto the end of the GO_SERVER variable.

just wanted to mention that i created a catalog file for [rancher](http://rancher.com) based on your official images, its located https://github.com/EugenMayer/docker-rancher-extra-catalogs here for now. Eventhough rancher already had a gocd-server and...

Since a lot of server-side configuration like - https://docs.go.cd/16.1.0/installation/ssl_tls_config.html - https://docs.go.cd/current/beta/plugin_upload.html does go into https://docs.go.cd/16.1.0/installation/ssl_tls_config.html this file needs to be persistent over container rebuilds

To make this automated we'll have to - Trigger the existing snap pipeline after completion of https://build.go.cd/go/tab/pipeline/history/distributions-all - Change the current release to docker process to tag the uploaded experimental...

Both agent and server will need to interact with a remote SCM system, e.g. git/gerrit and hence will need to register a key with that repository. Go application software does...

hello, I am trying to run GoCD in Docker on QNAP server. here is the exception stacktrace ~] # docker run -tiP gocd/gocd-server **\* Running /etc/rc.local... **\* Booting runit daemon......

It would nice if plugins could be provided as part of the startup instead of copying them after startup. I can see there is an add-ons directory but that appears...

I use gocd agent to build a CI machine demo, and found it uses setuser tool to run CI service with a seperated user, for example 'testci'. My application is...