Qarik-Group / concourse-tutorial

Learn to use https://concourse-ci.org with this linear sequence of tutorials. Learn each concept that builds on the previous concept.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

task_hello_world.yml got error

mehdishahdoost opened this issue · comments

Hi all
When I ran task_hello_world.yml on my concourse instance got below error:

resource script '/opt/resource/check []' failed: exit status 1

stderr:
failed to fetch digest: 403 Forbidden

errored

My concourse's instance runs on host without internet connection, but busybox docker image is available on host machine. Does anybody have an idea for solving this issue?