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