
Ultimate access to all questions.
Your team is developing a Java application and utilizes Cloud Build for creating application images. There's a need to store both the Java image and Maven packages in Google Cloud Platform (GCP) for deployment purposes. What is the most recommended solution to fulfill this requirement?
A
Store the Java image in Cloud Source Repository 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 Storage and the Maven packages in Container Registry.