Home »
MCQs »
OpenShift MCQs
In which of the following build strategy approach, the actual code is downloaded into the container first, and then compiled within it?...
31. In which of the following build strategy approach, the actual code is downloaded into the container first, and then compiled within it? The compiled code is deployed within the same container, and the image is created from it.
- Source-to-image strategy
- Docker strategy
- Custom strategy
- Pipeline strategy
Answer: A) Source-to-image strategy
Explanation:
Source-to-image build strategy approach, the actual code is downloaded into the container first, and then compiled within it. The compiled code is deployed within the same container, and the image is created from it.