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

New concourse version seems to break the docker-compose file

BenGale opened this issue · comments

Sorry for not tonnes off detail here, but I found an issue where if you run docker-compose up on a clean docker instance (no cached images), it now grabs the v4 of concourse. There seems to be some issue with the user roles:

concourse_1 | default team auth not configured: No auth methods have been configured.

If I update the docker-compose file to point at the latest v3 tag:

image: concourse/concourse:3.14.1

then it all comes up fine as before👍

Thanks. I'll add a bespoke docker-compose.yml into this project fixed to v3.1.1 until I've got time to investigate the new v4 auth/teams system and update the tutorial,.

wget https://raw.githubusercontent.com/starkandwayne/concourse-tutorial/master/docker-compose.yml
docker-compose up -d