0

我必须测试需要从 Google Cloud Run ping google.com 的功能。为此,我创建了一个简单的 python 脚本来 ping google.com。我将 Dockerfile 和 .dockerignore 添加到 Google文档中提到的目录中。当我尝试构建容器映像时,出现以下错误:

gcloud builds submit --tag gcr.io/project_id/ping-google
ERROR: (gcloud.builds.submit) The User is forbiden from accessing the bucket [project_id_cloudbuild]. Please check your organization's policy.

我是存储管理员和 Cloudbuild 编辑器,我可能缺少哪些访问权限?

4

1 回答 1

0

有一些组织策略集,因此我无法使用 gcloud 执行此操作。但是我能够使用此处提到的步骤从云外壳编辑器创建容器

本教程下载 helo 世界代码。我对其进行了编辑以添加我的 ping google 代码,我的工作就完成了

于 2021-07-21T07:22:34.130 回答