Bitbucket管道 - Docker组成错误

发布于 2025-02-02 02:49:04 字数 586 浏览 2 评论 0原文

我在Bitbucket管道中运行Docker的运行困难。我没有问题在本地运行该命令。

image: node:16

options:
  docker: true

definitions:
  services:
    docker:
      memory: 3072

pipelines:
  default:
.
.
.
            - docker compose version
            - docker compose build
            - ls
          caches:
            - node
          services:
            - docker

错误

+ docker compose build
listing workers for Build: failed to list workers: Unavailable: connection error: desc = "transport: Error while dialing unable to upgrade to h2c, received 403"

I am having trouble running docker compose in bitbucket pipeline. I have no issue running the command locally.

image: node:16

options:
  docker: true

definitions:
  services:
    docker:
      memory: 3072

pipelines:
  default:
.
.
.
            - docker compose version
            - docker compose build
            - ls
          caches:
            - node
          services:
            - docker

ERROR

+ docker compose build
listing workers for Build: failed to list workers: Unavailable: connection error: desc = "transport: Error while dialing unable to upgrade to h2c, received 403"

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文