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

Docker server image for GoCD

Results 4 docker-gocd-server issues
Sort by recently updated
recently updated
newest added

In the spirit of trying to follow some good practices with user management, my intention was to create a custom user and group for the gocd-server process on my host...

### Steps 1. Run gocd server using Docker 2. Trigger a pipeline 3. Restart GoCD server container when a pipeline is running - As GoCD server stores console log in...

When I try to run with the host network, I get this error: ``` java.lang.RuntimeException: computer: computer: Try again at com.thoughtworks.go.util.ExceptionUtils.bomb(ExceptionUtils.java:36) at com.thoughtworks.go.server.util.GoSslSocketConnector.getHostname(GoSslSocketConnector.java:101) at com.thoughtworks.go.server.util.GoSslSocketConnector.ensureX509Certificates(GoSslSocketConnector.java:91) at com.thoughtworks.go.server.util.GoSslSocketConnector.sslConnector(GoSslSocketConnector.java:56) at com.thoughtworks.go.server.util.GoSslSocketConnector.(GoSslSocketConnector.java:52) at...

``` ENV GOCD_PLUGIN_HOME=/godata ENV GOCD_PLUGIN_EXTERNAL_HOME=${GOCD_PLUGIN_HOME}/plugins/external ENV GOCD_ARTIFACTS_HOME=${GOCD_PLUGIN_HOME}/artifacts ``` this way people could write scripts relating to them without it braking all the time or it being hardcoded. But in addition...