
Explanation:
The question asks for two items to incorporate into building a secure container image. Based on container security best practices and the community consensus (with BC receiving 100% agreement and high upvotes):
Other options are less suitable:
Ultimate access to all questions.
When building a secure container image, which two elements should you include in the build process whenever possible? (Choose two.)
A
Ensure that the app does not run as PID 1.
B
Package a single app as a container.
C
Remove any unnecessary tools not needed by the app.
D
Use public container images as a base image for the app.
E
Use many container image layers to hide sensitive information.
No comments yet.