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

wrong providers directory in readme.md for containers #29

Open
lluccia opened this issue Nov 21, 2023 · 0 comments
Open

wrong providers directory in readme.md for containers #29

lluccia opened this issue Nov 21, 2023 · 0 comments

Comments

@lluccia
Copy link

lluccia commented Nov 21, 2023

The instructions in readme are pointing to wrong directory in dockerized keycloak (considering official images quay.io/keycloak/keycloak).

Since version 17, quarkus became the default distribution, so the correct directory is /opt/keycloak/providers instead of /opt/jboss/keycloak/standalone/deployments

https://www.keycloak.org/docs/latest/release_notes/#keycloak-17-0-0

~ docker run --rm -it --entrypoint bash quay.io/keycloak/keycloak:16.0.0 -c 'ls -ld /opt/keycloak/providers /opt/jboss/keycloak/standalone/deployments'
ls: cannot access '/opt/keycloak/providers': No such file or directory
drwxrwxr-x 2 jboss root 4096 Dec 18  2021 /opt/jboss/keycloak/standalone/deployments

➜  ~ docker run --rm -it --entrypoint bash quay.io/keycloak/keycloak:17.0.1 -c 'ls -ld /opt/keycloak/providers /opt/jboss/keycloak/standalone/deployments'
ls: cannot access '/opt/jboss/keycloak/standalone/deployments': No such file or directory
drwxrwxr-x 2 keycloak root 4096 Mar 23  2022 /opt/keycloak/providers
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

1 participant