-
Type: Improvement
-
Status: Open
-
Priority: Minor
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: Docker Image
-
Team:PLATFORM
In some cases, one wants to download marketplace packages when building the docker image and install those packages at runtime using NUXEO_PACKAGES.
This allows to not spend too much time installing packages when starting the image, as the nuxeoctl mp-install call made by the presence of NUXEO_PACKAGES will lookup the package into its cache.
To enable this behavior, install-packages.xml could have an option to only download marketplace packages without installing them, this option will change the nuxeoctl mp-install calls to nuxeoctl mp-add calls.