gpt4 book ai didi

gcloud - GCR Cloud Run 说 "Image [name] not found"

转载 作者:行者123 更新时间:2023-12-03 20:11:02 26 4
gpt4 key购买 nike

我正在尝试使用 podman(而不是 Docker)和 Google Cloud Run 迈出我的第一步。我已经设法用 gcr.io 构建了一个图像标记并将其推送到 Google。然后我创建一个新服务,我可以在“选择图像 URL”弹出对话框中选择图像。但随后该服务无法启动,显示“未找到图像 [全名]”。

我在 Google 的支持页面或其他任何地方都找不到任何内容。我可以拉图像,我可以推送新版本,它们会出现在弹出对话框中。但该服务仍报告无法找到它们。

我究竟做错了什么?

编辑 回答 DazWilkin 的以下问题:

Can you run the podman-created container locally using Docker?



我无法在本地运行 Docker,因为它与 Fedora 31(因此是 podman)不兼容。但我可以使用 podman run 在本地运行它

Can you deploy a Docker-created container in Cloud Run?



如上:F31。然而,podman 应该是一个替代品。

Is the container registry in the same project as Cloud Run?



是的。我确实遇到了问题,但我收到了一条权限消息,而不是“未找到”。

Have you tried deploying via gcloud rather than the console?



是的。
$ podman push eu.gcr.io/my-project/hs-hello-world
Getting image source signatures
Copying blob c7f3d2e0289b done
Copying blob def7032cea8e done
Copying config f1c2e2615f done
Writing manifest to image destination
Storing signatures

$ gcloud run deploy --image eu.gcr.io/my-project/hs-hello-world --platform managed
Service name (hs-hello-world):
Deploying container to Cloud Run service [hs-hello-world] in project [my-project] region [europe-west1]
X Deploying... Image 'eu.gcr.io/my-project/hs-hello-world' not found.
X Creating Revision... Image 'eu.gcr.io/my-project/hs-hello-world' not found.
. Routing traffic...
Deployment failed
ERROR: (gcloud.run.deploy) Image 'eu.gcr.io/my-project/hs-hello-world' not found.

当我使用 Google 构建的容器时,它运行良好。

更新:2020 年 3 月 5 日

最后我只是继续使用 Google 构建服务,它运行良好。我最初希望本地构建在很大程度上是因为在 Google 上构建需要半个多小时(要导入大量 Haskell 库),但现在我想出了如何使用分阶段构建和多处理器 VM 来避免这种情况.我感谢那些试图提供帮助的人的努力,但现在它并没有坏,所以我不会尝试修复它。

最佳答案

我遇到了同样的问题:似乎 Cloud Run 对它可以提取的 list 类型很挑剔。

通过使用 --format docker 构建我的图像并用 --remove-signatures 插入它们(受 this issue 启发),podman 将创建 docker-style manifests 并将其推送到 Container Registry,一切运行顺利!

太糟糕了,我花了很多时间认为这是缺乏权限的问题

关于gcloud - GCR Cloud Run 说 "Image [name] not found",我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/60056730/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com