Skip to content

Allow user to specify a list of plugins to keep when building images #111

@jefflester

Description

@jefflester

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

Labels

enhancementNew feature or request

Projects

Status

Backlog

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions