-
-
Notifications
You must be signed in to change notification settings - Fork 244
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
Chrome fails at startup with Jenkins agent #36
Comments
I got it working without this image. I installed all dependencies of |
Hi @hodossy 👋 Can you explain a little the fixed problem to improve the sustainability of this image? 📝 |
@hodossy Thank you. |
@all-contributors please add @hodossy for bug |
I've put up a pull request to add @hodossy! 🎉 |
Describe the bug
I have a Jenkins with Kubernetes, and I would like to run a headless Chrome for unittesting (using Karma). I extended a Jenkins Agent image with
alpine-chrome:with-node
and use that in my agent pods. However karma is not able to start Chrome:To Reproduce
Use this image:
What is the expected behavior?
Karma able to start Chrome.
Logs
Versions
docker run -it --rm --entrypoint "" zenika/alpine-chrome chromium-browser --version
docker image inspect --format='{{index .RepoDigests 0}}' zenika/alpine-chrome
docker version
Additional context
I start Chrome with the following flags:
--headless
,--no-sandbox
,--disable-gpu
,--disable-software-rasterizer
,--disable-dev-shm-usage
,--disable-web-security
The text was updated successfully, but these errors were encountered: