-
Bug
-
Resolution: Done
-
Undefined
-
None
-
None
-
1
-
False
-
-
False
-
-
-
RHDH Dynamic Plugins 3262, RHDH Dynamic Plugins Team 3263, RHDH Dynamic Plugins Team 3264, RHDH Dynamic Plugins 3265, RHDH Dynamic Plugins 3266, RHDH Dynamic Plugins 3267/3268
Dockerfiles for RHDH and showcase are doing
cp -R dynamic-plugins/dist/ dynamic-plugins-root
We mount fresh Volume over the dynamic-plugins-root directory in all our deployment configurations and then populate it again with install-dynamic-plugins.py the script.
This feels like a redundant step and it creates confusion as if you don't mount empty volume on that directory you need to configure all those plugins otherwise rhdh won't start and configuring all plugins is impossible
We should not populate dynamic-plugins-root and keep it empty in our images. This directory should be only populated in runtime by install-dynamic-plugins.sh script that also generates (merges) plugin configs
This will also reduce images size by 1.4G