Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New concourse version seems to break the docker-compose file #153

Closed
BenGale opened this issue Jul 30, 2018 · 2 comments
Closed

New concourse version seems to break the docker-compose file #153

BenGale opened this issue Jul 30, 2018 · 2 comments

Comments

@BenGale
Copy link

BenGale commented Jul 30, 2018

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👍

@drnic
Copy link
Contributor

drnic commented Jul 30, 2018

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,.

@drnic drnic closed this as completed in 209d57c Jul 30, 2018
drnic added a commit that referenced this issue Jul 30, 2018
@drnic
Copy link
Contributor

drnic commented Jul 30, 2018

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants