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

Docker files and docker-compose.yml do not work on master #725

Closed
zepatrik opened this issue Sep 20, 2021 · 1 comment · Fixed by #737
Closed

Docker files and docker-compose.yml do not work on master #725

zepatrik opened this issue Sep 20, 2021 · 1 comment · Fixed by #737
Assignees
Labels
blocking Blocks milestones or other issues or pulls. bug Something is not working.
Milestone

Comments

@zepatrik
Copy link
Member

Describe the bug

Various changes broke the Dockerfiles and docker-compose.yml on master (e.g. #638 #583 #620)

Expected behavior

Working files

@zepatrik zepatrik added bug Something is not working. blocking Blocks milestones or other issues or pulls. labels Sep 20, 2021
@zepatrik zepatrik added this to the v0.7.0 milestone Sep 20, 2021
@zepatrik zepatrik self-assigned this Sep 20, 2021
@zepatrik zepatrik mentioned this issue Sep 28, 2021
6 tasks
@kodi
Copy link

kodi commented Sep 28, 2021

Hello @zepatrik

Is this released to Dockerhub?

I tried to use the docker-compose.yml from the root on master branch, and used keto & keto-migrate versions v0.6.0-alpha.3 But I get this error:

postgresd_1     | 2021-09-28 16:22:07.429 UTC [47] LOG:  database system is ready to accept connections
postgresd_1     |  done
postgresd_1     | server started
keto_keto-migrate_1 exited with code 0
keto_1          | Error: unable to initialize config provider: open /home/ory/keto.yml: no such file or directory
keto_1          | Usage:
keto_1          |   keto serve [flags]
keto_1          | 
keto_1          | Flags:
keto_1          |       --disable-telemetry   Disable anonymized telemetry reports - for more information please visit https://www.ory.sh/docs/ecosystem/sqa (default true)
keto_1          |   -h, --help                help for serve
keto_1          |       --sqa-opt-out         Disable anonymized telemetry reports - for more information please visit https://www.ory.sh/docs/ecosystem/sqa (default true)
keto_1          | 
keto_1          | Global Flags:
keto_1          |   -c, --config strings   Config files to load, overwriting in the order specified. (default [/home/ory/keto.yml])
keto_1          | 
keto_1          | unable to initialize config provider: open /home/ory/keto.yml: no such file or directory
keto_keto_1 exited with code 255
postgresd_1     | CREATE DATABASE
postgresd_1     | 
postgresd_1     | 
postgresd_1     | /usr/local/bin/docker-entrypoint.sh: ignoring /docker-entrypoint-initdb.d/*

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blocking Blocks milestones or other issues or pulls. bug Something is not working.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants