
Ultimate access to all questions.
When building application images with Cloud Build and pushing them to Google Container Registry (GCR), how can you ensure the deployed image version corresponds to a specific release version tagged in source control? What steps should you take during the image push process?
A
Reference the image digest in the source control tag.
B
Supply the source control tag as a parameter within the image name.
C
Use Cloud Build to include the release version tag in the application image.
D
Use GCR digest versioning to match the image to the tag in source control.