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

firefox in docker Images doen't work in openshift #1021

Closed
hupling opened this issue Mar 1, 2024 · 1 comment
Closed

firefox in docker Images doen't work in openshift #1021

hupling opened this issue Mar 1, 2024 · 1 comment

Comments

@hupling
Copy link

hupling commented Mar 1, 2024

Firefox Nodes from selenium are working perfect in openshift.

In Openshift everything needs special permissions for example xvfb
https://github.com/SeleniumHQ/docker-selenium/blob/trunk/NodeBase/Dockerfile#L130

https://docs.openshift.com/container-platform/4.15/openshift_images/create-images.html#use-uid_create-images
The container runs on the group 0, so every folder needs that permission.

RUN chgrp -R 0 /some/directory && \
    chmod -R g=u /some/directory
@hupling
Copy link
Author

hupling commented Apr 11, 2024

Cypress now works in Openshift.

@hupling hupling closed this as completed Apr 11, 2024
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