
Ultimate access to all questions.
How can you consistently identify the same Docker image across Development, Test, and Production environments when using Cloud Build for deployment?
A
Use the latest Docker image tag.
B
Use a unique Docker image name.
C
Use the digest of the Docker image.
D
Use a semantic version Docker image tag.