-
Notifications
You must be signed in to change notification settings - Fork 84
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
feat(docker-jans-monolith): add docker jans monolith #2323
Conversation
Got this error while running the entrypoint:
|
That shouldn't happen unless the setup didn't execute and there was an error the setup . Likely an error in the Linux installer or snapshot wars . This was working 3 hrs ago but this always bleeding edge. Locally you can test by using an older commit for the Linux installer from stable 1.0.1 |
If docker-compose is the preferred way to run the images, i think we should make entrypoint a little bit smarter in installation process (because installation takes a while). Proposed entrypoint:
|
|
Prepare
Description
Target issue
closes #2322
Implementation Details
Test and Document the changes