Re: [go-cd] Docker Elastic agent plugin .jar location (to run it in the ECS)

2023-11-13 Thread Chad Wilson
There's no such release. You should use a non-experimental release from
https://github.com/gocd-contrib/docker-elastic-agents-plugin/releases and
find the link to the main jar file within that release.

There should be no reason you cannot use the most recent release
:
https://github.com/gocd-contrib/docker-elastic-agents-plugin/releases/download/v3.2.3-399/docker-elastic-agents-3.2.3-399.jar

-Chad

On Tue, Nov 14, 2023 at 10:50 AM Satya Elipe  wrote:

> 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
> 
> .
>

-- 
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/CAA1RwH_-2KLLOTYUOuHHVuSNBLO1Ax24n6zyRHTpm6KftaUKkQ%40mail.gmail.com.


[go-cd] Docker Elastic agent plugin .jar location (to run it in the ECS)

2023-11-13 Thread Satya Elipe
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.