我對使用BOSH部署AWS安裝大堂CI 。大堂CI管道給錯誤: - 獲取https://registry-1.docker.io/v2:網/ HTTP:請求取消等待連接
安裝成功後,我能夠看到browser.I廣場CI已經使用大堂CI官方頁面創建你好世界管道: - http://concourse-ci.org/getting-started.html
但是,當我試圖運行建立你好 - 世界管道我越來越錯誤: -
Get https://registry-1.docker.io/v2: net/http: request canceled while waiting for connection
請讓我知道我可以解決這個問題。提前感謝。 我的CI管道代碼: -
jobs:
- name: hello-world
plan:
- task: say-hello
config:
platform: linux
image: "docker:///ubuntu"
run:
path: echo
args: ["Hello, world!"]
我也有這個問題。 – Andrew
你解決了嗎?我陷入了同樣的問題。 – rk2