
Ultimate access to all questions.
How can you build and deploy a container for your new application on Cloud Run without a Dockerfile, while ensuring the image is pushed to your organization's centralized container repository using Google Cloud services? (Select two correct methods.)
A
Push your source code to Artifact Registry.
B
Submit a Cloud Build job to push the image.
C
Use the pack build command with pack CLI.
D
Include the --source flag with the gcloud run deploy CLI command.
E
Include the --platform=kubernetes flag with the gcloud run deploy CLI command.