Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Don't include extension plugins by default in docker images #77

Open
DuckBoss opened this issue Dec 17, 2023 · 0 comments
Open

Don't include extension plugins by default in docker images #77

DuckBoss opened this issue Dec 17, 2023 · 0 comments

Comments

@DuckBoss
Copy link
Owner

Pros: Reduces container sizes for those that don’t need additional functionality.
Cons: Must be properly documented or people will complain that some plugins aren’t working/missing.

It might be a better idea to add a variable while running a docker image to download/install extension plugins as an option during first-run.
If the plugins are already installed, ignore the environment variable at runtime.
Optionally, also add a variable to remove/remove-all extension plugins.

Example:

docker run … -e INSTALL_ALL_EXTENSION_PLUGINS=True
docker run … -e INSTALL_EXTENSION_PLUGINS="plugin1, plugin2, ..."
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Backlog
Development

No branches or pull requests

1 participant