You recently developed a new application. You want to deploy the application on Cloud Run without a Dockerfile. Your organization requires that all container images are pushed to a centrally managed container repository. How should you build your container using Google Cloud services? (Choose two.)
Select all that apply, then click Submit answer.
-
○
Push your source code to Artifact Registry.
-
○
Submit a Cloud Build job to push the image.
-
○
Use the pack build command with pack CLI.
-
○
Include the --source flag with the gcloud run deploy CLI command.
-
○
Include the --platform=kubernetes flag with the gcloud run deploy CLI command.