concourse-tutorial
concourse-tutorial copied to clipboard
Learn to use https://concourse-ci.org with this linear sequence of tutorials. Learn each concept that builds on the previous concept.
I may be overlooking it, but it appears to me that `starkandwayne/concourse-tutorial` does not have a `LICENSE` file. Would you all please consider adding one? Apologies if I'm mistaken and...
Currently hard coding to v3.14 in docker-compose (see #153) and bucc (master branch)
fly -t tutorial execute -c task_hello_world.yml ``` The above command results in: error: 'uploading task-hello-world' failed: Unexpected Response Status: 500 Internal Server Error Body: ``` Concourse log: ``` {"timestamp":"2020-01-08T05:14:53.386065720Z","level":"error","source":"baggageclaim","message":"baggageclaim.api.volume-server.stream-in.failed-to-stream-into-volume","data":{"error":"fork/exec /bin/tar:...
Uploading YAML File causes an internal server error. ` fly --target tutorial execute -c task_hello_world.yml uploading task-hello-world ⠋ (0b/s) error: 'uploading task-hello-world' failed: Unexpected Response Status: 500 Internal Server Error...
This is more a feature request than a bug. If you have 2fa enabled on your github account, you use an api key rather than a traditional private key to...
Some comments left about the tutorial at https://edgibbs.com/2019/01/13/concourse-ci-eval/ * [ ] "I was surprised to see the use of private keys at all in the tutorial" * [ ] direnv...
I wonder if a tutorial / hint like the pipeline editor (VS / Atom ) for `ctpl` could be usefull in general. I am using https://github.com/EugenMayer/concourse-pipeline-templateer for all our production...
It would be lovely if you could add a few steps on how to enable TLS for both fly and the Web UI without having to setup nginx proxy please:0)
While following the [Passing Task Outputs to Task Inputs](https://concoursetutorial.com/basics/task-outputs-to-inputs/) tutorial, I am getting the error ``` files not found ``` After the image pulls down and inputs are copied to...