Skip to content
CNPA
Platform Observability, Security, and Conformance
hard
Question 1 of 40

A CI pipeline pulls a base container image using the mutable latest tag. A known vulnerability was patched in a newer image build but the pipeline continues producing vulnerable containers because the local cache returns the old digest. Which remediation should the platform team recommend?

AChange all Dockerfiles to use FROM scratch as the base image for every service
BPin base images by digest in Dockerfiles and automate digest updates via a dependency bot workflow
CDisable image caching entirely in the container runtime to force re-pulls on every build
DMove vulnerability scanning to run after production deployment to minimize pipeline impact

Educational Content — CertQnA practice questions are written against official exam objectives, covering the same domains tested on the real exam. All content is original and independent — not actual exam questions, not affiliated with any certification vendor. Learn more about our content policy

Discussion

Be the first to share your understanding of this concept

⚠️ Discussion is for concept clarification only. Do not share or request actual exam questions or answers.

Sign in to join the discussion