Hi Hugh, On Thu, Jul 7, 2016 at 11:24 AM, Hugh Acland <[email protected]> wrote:
> Is there a way to turn the auto generation off so that I can ADD the > keystore from the Dockerfile on build and not have it overwritten? > > I have managed to ADD in the keystore at image build and call it something > else, then using the 'docker exec' commands I have been able to stop the > server in the running container, copy keystore, restart and that then gets > me to the place I want to be: a go-cd server in a docker container with > signed SSL. > Tim Brown is working on a new docker image <https://github.com/gocd/gocd-docker/pull/42> for gocd-server (it will probably become the official image). One of the goals of it is to make it easy to use it with a data-only container, so that upgrades work well, and config can be maintained separately. I think that PR is the best place for this conversation. Who knows, it might even be working as you want it, since /etc/go is externalized there. Take a look. Try it and if it doesn't suit your needs, let Tim know on that PR and we'll see what we can do. Cheers, Aravind -- You received this message because you are subscribed to the Google Groups "go-cd" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
