Details
-
New Feature
-
Status: Awaiting Information
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
-
2022q4
-
Reduce the sizes of the docker images
Description
Various different options (create subtasks for them)
- Strip symbols. Have images with and without symbols to make it easier to debug the postmortem information.
- Different package dependencies (e.g., No R, Java, python, Gnn, NLP)
- only eclccserver requires clang/gcc/java compiler
- separate image for esp?
Not sharing different images for the different components may mean it is better to keep one single image for all components.
Core image + sidecar?
Our code in a common image, only difference in the 3rd party dependencies and extra layers?
What is the best way?