Re: [go-cd] Agent docker image

2023-11-14 Thread Chad Wilson
The default go-server docker image is Alpine based, so the equivalent image would be https://hub.docker.com/r/gocd/gocd-agent-alpine-3.18 Having said this, most folks find they end up building their own agent image using a GoCD official image as base image, so they can add on required tooling of

Re: [go-cd] Agent docker image

2023-11-14 Thread Satya Elipe
Thank you Sriram. My comments inline please. Are you planning to run the go server as an ECS instance and The go agent as a ECS instance? Satya] Yes, server will be part of ECS (ECS instance) and it will launch the agents dynamically when theres a job to perform and once the job is done the agent

Re: [go-cd] Agent docker image

2023-11-10 Thread Sriram Narayanan
On Sat, 11 Nov 2023 at 12:00 AM, Satya Elipe wrote: > Hi All > > Any recommendation for go-agent docker image like we have for go-server > (gocd/go-server:v22.3.0) ? > > We are dockerizing a stand-alone g-server runs as an ec2 at the moment but > would like to move it to ECS. > > any inputs will

[go-cd] Agent docker image

2023-11-10 Thread Satya Elipe
Hi All Any recommendation for go-agent docker image like we have for go-server (gocd/go-server:v22.3.0) ? We are dockerizing a stand-alone g-server runs as an ec2 at the moment but would like to move it to ECS. any inputs will be appreciated. Many thanks Satya -- You received this message