gocd / docker-gocd-agent

GoCD Agent Docker image
https://hub.docker.com/r/gocd/
47 stars 37 forks source link

Use GOCD_STABLE_RELEASE to determine the s3 bucket to pull the GoCD b #79

Closed GaneshSPatil closed 6 years ago

GaneshSPatil commented 6 years ago

Specified a new ENV_VAR GOCD_STABLE_RELEASE for publish-cloud-based-artifacts pipeline

Fix for https://github.com/gocd/docker-gocd-agent/issues/78

ketan commented 6 years ago

Ganesh — we only promote the binary when building it. This would cause the dockerfile to be inconsistent with the command that actually performed the build.

Also — you'd see the same issue with the server image too.