tg123/sshpiper

Missing plugins on the docker image

paolomainardi opened this issue · 4 comments

Hi! I am not sure i am using it in the right way, but I tried to use the yaml plugin without success and finally I discovered that the plugin seems to be missing in the docker image:

❯ docker run --rm -it farmer1992/sshpiperd:latest ls /sshpiperd/plugins/
kubernetes  workingdir

Only kubernetesand workingdir are present.

Is it something known ?

tg123 commented

you can use farmer1992/sshpiperd:v1.0.50 as a workaround

I am trimming image to smaller size and reducing build time (5h+), still planning which image tag to put all plugins

ok thanks @tg123

tg123 commented

#125
now all plugins can be found in full-vx.x.x.x

Thanks 🙏