Govur University Logo
--> --> --> -->
...

When optimizing a container image using multi-stage builds, what is the primary technical objective regarding the final artifact?



The primary technical objective of using multi-stage builds is to minimize the final container image size by ensuring the production artifact contains only the essential binaries and runtime dependencies required for execution, while excluding build-time tools. A container image is a lightweight, standalone, executable package that includes everyth....

Log in to view the answer



Redundant Elements