-
Notifications
You must be signed in to change notification settings - Fork 58
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
Updated DockerFile and node version in devcontainer #962
Conversation
ac4b2e2
to
77d4ee6
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey @midhunmanoj2024, I'm running into the following issues when I try to build the devcontainer on local:
- Keycloak isn't part of the devcontainer environment. If I manually add the quay.io/keycloak/keycloak image, the steps in the README don't match (local wants a realm called "registry" and there are no instructions to configure a custom realm). There is a Dockerfile for Keycloak in the
keycloak-local-testserver
directory that doesn't build because of issues withyum
. postCreateCommand.sh
doesn't exit cleanly because the$(npm bin)/cypress install
command on line 111 errors out. I'm also not 100% sure why we run npm-force-resolutions as a preinstall command, but I've also had the script timeout during that command as well.
b9ee451
to
6961362
Compare
656ee38
to
25ad6bf
Compare
Quality Gate passedIssues Measures |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good
No description provided.