-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Debug images don't support multiple space-separated options in JAVA_OPTS and SE_OPTS #207
Comments
It works perfectly @ondrej ¿do you have considered to make a Pull Request to fix that? |
I've also run into this problem.
:( |
I still got some problems using this patch with the following environment variable:
I made a PR (#316) that handles this too. |
Seem to have a related problem @stigkj
When I run the above docker logs show:
After a couple of seconds the container fails and disconnects. |
+1 |
This was solved with #459, which was merged and released, this issue can be closed. |
@diemol Thanks for following up on these |
The Chrome and Firefox debug images contain an entry_point.sh with some inline execution code that reads and passes on environment variables to the xvfb-run process. This code breaks when SE_OPTS or JAVA_OPTS contains multiple configuration options separated by spaces.
It looks like this fixes the problem:
The text was updated successfully, but these errors were encountered: