Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
Your team is developing a Java application and utilizes Cloud Build for image creation. There's a need to store both the Java image and Maven packages in GCP for deployment purposes. What is Google's recommended solution for this scenario?
A
Store the Java image in Cloud Storage and the Maven packages in Container Registry.
B
Store the Java image in Container Registry and the Maven packages in Cloud Storage.
C
Store both the Java image and Maven packages in Container Registry.
D
Store the Java image in Cloud Source Repository and the Maven packages in Container Registry.