You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe and demonstrate how to use cypress/base and cypress/browsers Docker images with a non-root user. Discuss workarounds for Cypress' issues running in read-only environments.
There is no equivalent description and example using cypress/base and cypress/browsers Docker images with the node non-root user.
Other
When running from a custom Docker image built from either a cypress/base or a cypress/browsers Docker image, using a Dockerfile, the following issues may be encountered, due to the default Docker build process using the root user, leaving a non-root user such as node only read access:
What would you like?
Describe and demonstrate how to use
cypress/base
andcypress/browsers
Docker images with a non-root user. Discuss workarounds for Cypress' issues running in read-only environments.Why is this needed?
Currently only the cypress/included README contains a section with the linked example examples/included-as-non-root demonstrating how to run
cypress/included
with the built-innode
user.There is no equivalent description and example using
cypress/base
andcypress/browsers
Docker images with thenode
non-root user.Other
When running from a custom Docker image built from either a
cypress/base
or acypress/browsers
Docker image, using aDockerfile
, the following issues may be encountered, due to the default Docker build process using theroot
user, leaving a non-root user such asnode
only read access:binary_state.json
is read-only cypress#30684The text was updated successfully, but these errors were encountered: