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.
870 stars 555 forks source link

Tutorial has an outdated concourse artifact reference in the docker compose #236

Closed varmakarthik12 closed 3 years ago

varmakarthik12 commented 3 years ago

Concourse-tutorial has an outdated concourse artifact in the docker-compose. The installation part of the tutorial refers to this outdated version. Having an updated version means someone will have the flexibility to play with new features.

The main concern to me is this removes the hassle of switching between an updated fly version & downgrade when using this local test installation. I updated my local docker-compose file by referring it to a higher version of the concourse. This issue is to raise PR thinking this can help someone else in the future.

varmakarthik12 commented 3 years ago

https://github.com/starkandwayne/concourse-tutorial/pull/237 fixed this