rundeck / docker-zoo

196 stars 82 forks source link

Installing Plugins? #22

Closed projx closed 2 years ago

projx commented 3 years ago

Hi All

What is the correct method for installing plugins on the container images? The documentation says they should be placed into ~/libext/, but as we all know, container images are ephemeral, so this is bad practise.

I've see 1 non-official image that checks a "plugins-to-install" path, with the intent this is an external volume, and it moves them across on libext on restart.

Is there a similar feature on the "official" container image(s)?

Thanks

projx commented 3 years ago

From what I can tell, the best method would be do a COPY with a custom Dockerfile. But I would ask that the above is considered, as it reduced the need to constantly rebuild images.

fdevans commented 2 years ago

Duplicate of #9