Details
-
Bug
-
Resolution: Done
-
High
-
None
Description
Currently, the make build automation tool that builds and pushes docker images is not able to distinguish between different directories. So, a user is not able to build just one selected image. The aforementioned tool chooses a direcrory in an arbitrary manner.
Example:
Command: make os-build
Expected result: The building process of the OS image.
Real result: The building process of the k8s image.