Hi All Im containerizing my standalone GoCD server v22.3.0 with elastic agents, and looking for the elastic agents plugin jar file location for the version that works with server version v22.3.0 and use it in the container something like:
docker run -d -p 8153:8153 -p 8154:8154 \ -v /etc/go:/etc/go \ -v /var/lib/go-server:/var/lib/go-server \ -e GOCD_PLUGIN_INSTALL_docker-elastic-agents= https://github.com/gocd-contrib/docker-elastic-agents/releases/download/v2.2.0-218/docker-elastic-agents-2.2.0-218.jar \ --name gocd-server \ gocd/gocd-server:v22.3.0 The above command fails with the below error: ```$ mkdir -p /godata/plugins/external $ curl --silent --location --fail --retry 3 https://github.com/gocd-contrib/docker-elastic-agents/releases/download/v2.2.0-218/docker-elastic-agents-2.2.0-218.jar --output /godata/plugins/external/docker-elastic-agents.jar /usr/local/sbin/install-gocd-plugins: cannot curl --silent --location --fail --retry 3 https://github.com/gocd-contrib/docker-elastic-agents/releases/download/v2.2.0-218/docker-elastic-agents-2.2.0-218.jar --output /godata/plugins/external/docker-elastic-agents.jar``` I see the documentation available for the same, my bad that I couldn't locate the jar file: https://github.com/gocd-contrib/docker-elastic-agents-plugin https://github.com/gocd-contrib/docker-elastic-agents-plugin/blob/master/INSTALL.md Any inputs will be of great help. Many thanks Satya [P.S: Right now the server runs as a standalone ec2 on AWS, plan is to run it as part of ECS.] -- 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 go-cd+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/go-cd/CADKEDRpTctJDBtWXSJWoEW81ryUwL7cAzeePbuZd4wi7LDmQFg%40mail.gmail.com.