Open
Description
Describe the bug
The componentStoreMaxSizeBytes config property of Nucleus does not work for components with docker image artifacts. This requires additional handling of the images downloaded on the device with constrained disk space.
To Reproduce
- set componentStoreMaxSizeBytes configuration value
- create a component with docker image artifact with size exceeding the previously set value
Expected behavior
- docker artifacts are considered in the component size in the component store
Environment
- OS: L4T 35.5.0
- JDK version: Java 17
- Nucleus version: 2.12.4
Thank you for taking a look at this