Tag: 枢纽追踪

大厅CIpipe道给错误: – 获取https://registry-1.docker.io/v2:净/ HTTP:请求在等待连接时取消

我在AWS上使用BOSH部署安装了Concourse CI 。 成功安装后,我可以在浏览器上看到Concourse CI。我使用Concourse CI官方页面创build了hello-worldpipe道 : – http://concourse.ci/getting-started.html 但是,当我试图运行生成你好世界pipe道我越来越错误: – Get https://registry-1.docker.io/v2: net/http: request canceled while waiting for connection 请让我知道如何解决这个问题。提前感谢。 我的CIpipe道代码: – jobs: – name: hello-world plan: – task: say-hello config: platform: linux image: "docker:///ubuntu" run: path: echo args: ["Hello, world!"]