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.
Attempting to start tutorial with `docker-compose up -d` command it seems to crash within few seconds. Anyone able to help with the error below? 2023-08-10 15:43:44 {"timestamp":"2023-08-10T20:43:44.823586432Z","level":"info","source":"atc","message":"atc.cmd.start","data":{"session":"1"}} 2023-08-10 15:43:44 {"timestamp":"2023-08-10T20:43:44.826821790Z","level":"error","source":"atc","message":"atc.db.failed-to-open-db-retrying","data":{"error":"dial...
Change link of the tutorial for download docker-compose manifest for deploy concurse in docker locally.
Need to mention any tag for ubuntu image because in lates concourse version its giving error. failed to fetch digest for image 'ubuntu/20.04:latest': 401 Unauthorized does the image exist? image...
To fix the below error we need to add the attribute. failed to ping registry: 2 error(s) occurred: ping https: Get "https://registry-1.docker.io/v2/": context deadline exceeded (Client.Timeout exceeded while awaiting headers)...
on an Apple M1 laptop, i'm following [the instruction](https://concoursetutorial.com/#:~:text=Deploy%20Concourse%20using%20Docker%20Compose%3A) to download the docker-compose file & run it: ``` wget https://raw.githubusercontent.com/starkandwayne/concourse-tutorial/master/docker-compose.yml docker-compose up -d ``` docker-compose up starts and I can...
There's lot of parts in this tutorial are broken, looking for the updates the last it was in 2018. Someone have one up to date?
I would like to contribute to this tutorial project. My company requires that open source projects contain a standard open source license before I can contribute. Thank you! https://github.com/Qarik-Group/concourse-tutorial/issues/187
wget does not exist on windows by default and instead is an alias to Invoke-WebRequest. For me, this cmdlet does not download to the current folder by default. This means...
Fix typo