cypress-io / cypress-docker-images

Docker images with Cypress dependencies and browsers
https://on.cypress.io/continuous-integration
MIT License
1.03k stars 380 forks source link

docs: remove included-as-non-root-mapped example #1245

Closed MikeMcC399 closed 3 weeks ago

MikeMcC399 commented 3 weeks ago

Issue

The examples/included-as-non-root-mapped directory demonstrates how to build a new Docker image on top of cypress/included using a modified user and group. It is based on the legacy Cypress version 5.6.0 being used with Docker Desktop on Mac.

The example directory is referred to in the included > README > Alternate users documentation section.

Since it has not been possible to update the example to use a non-legacy version of Cypress, the example needs to be removed to avoid displaying obsolete and potentially misleading information.

Change

Remove the legacy obsolete example included-as-non-root-mapped:

cypress-app-bot commented 3 weeks ago