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

concourse/concourse-ci no longer exists

vito opened this issue · comments

A few steps of this tutorial depend on concourse/concourse-ci - that was never meant to be a publicly used image, as it's only meant for our CI pipeline. It no longer exists - this tutorial should probably refer to a specific image built for the tutorial instead.

I ran into this issue going through step 12 - Publishing Outputs. I get a 401 unauthorized in the job-bump-date job.
Here's the line that uses that image: https://github.com/starkandwayne/concourse-tutorial/blob/master/12_publishing_outputs/bump-timestamp-file.yml#L6

@snarlysodboxer I'm not sure that's related to this... I'm getting the same err, but using a valid Docker image (which has git)?

Same issue as @snarlysodboxer. I tried using busybox instead of concourse/concourse-ci, but with the same results (401).

@sradnidge @davidmorley i was able to get it to work with repository: concourse/busyboxplus, tag: git - as suggested by Vito in Concourse CI's Slack channel.

Ah gotcha - nice one @snarlysodboxer

I'm still getting the same thing even with the image @snarlysodboxer suggested.

@snarlysodboxer: did you make any other adjustments?

I think this may have been fixed in 57567ab

@cuevee have you given concourse/bosh-cli a shot?

commented

Yes, this was addressed in 57567ab.