-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
enhancementNew feature or requestNew feature or request
Description
The new image installer has a hardcoded list of plugins to keep. That list should be extendable through user input – I'm thinking an environment variable that can be sourced inline (e.g. minitrino -e KEEP_PLUGINS="plugin,plugin2" ...
), from minitrino.cfg
, or from shell environment variables. The value of the variable will be added/merged to the keep
list in the image installer.
I'm not sure if this alone will prompt an image rebuild when running minitrino provision
. The user might need to run minitrino provision --docker-native --build
to force a build, or we could invoke that automatically in the presence of KEEP_PLUGINS
.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request
Projects
Status
Backlog