-
Type: Task
-
Status: Resolved (View Workflow)
-
Priority: Low
-
Resolution: Done
-
Affects Version/s: None
-
Fix Version/s: VOLTHA v2.2
-
Component/s: ofagent-py, openonu-adapter, ponsim
-
Labels:
-
Story Points:1
-
Epic Link:
Each of the 2.x python docker container builds each start from the same base Ubuntu docker image and perform the same apt and pip install steps duplicating a lot of downloading and installing resulting in extended build times.
Having each of the python docker builds use a common base image would enforce common versions of dependencies and stability and also decrease build times.