-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Remove Blog link 'run in Docker' - outdated content #887
Conversation
Preview Docker should no longer be listed in this table. |
|
14794c3
to
1e3d91b
Compare
I'm not sure if you monitor this repo. Could you please review this PR to clean up a reference to the 5 year old outdated blog regarding Docker usage? |
Please review! |
1e3d91b
to
983f24a
Compare
Non-urgent, but would be good to clean up this 5 year old blog reference and get it removed from the examples. |
Please review/merge or reject. |
Closed due to lack of response. Since the PR is a simple one-line deletion, it is easily recreated if desired. |
Issue
README > Other Cypress Recipes contains a link to the outdated Blog article
Article
The blog article dated May 2, 2019 is based on legacy Cypress version
3.x
and Cypress Docker images released before the Cypress Factory process was introduced in January 2023. Node.js12.x
used in the examples reached end-of-life in April 2022. The repo bahmutov/demo-docker-cypress-included was last updated in January 2021.The linked example repo bahmutov/demo-docker-cypress-included no longer works (see below).
Video recording is no longer on by default.
The linked example repo cypress-io/cypress-example-docker-compose is archived and therefore is no longer supported and maintained.
The linked example repo bahmutov/cypress-open-from-docker-compose still works, however it is based on the legacy Cypress
4.0.2
version.The
docker-compose
specification ofversion
is now obsolete.demo-docker-cypress-included
The repo bahmutov/demo-docker-cypress-included was last updated in January 2021.
./cy-run.sh
do not work. Dependencies need to be installed.package-lock.json
uses lockfilev1
which causes a warning on Node.js18.x
(the lowest currently supported version of Node.js).cypress/included
images.cy-open.sh
does not work correctly on Ubuntu.cypress-example-docker-compose
The repo cypress-io/cypress-example-docker-compose was archived in February 2024. It uses the
cypress/base:16
image, which is now unsupported due to Node.js16.x
end-of-life. The demo does however still work and it uses Cypress13.6.4
.cypress-open-from-docker-compose
The repo bahmutov/cypress-open-from-docker-compose was last updated in March 2020.
It uses the legacy
cypress/included:4.0.2
image.Change
Remove the reference in README > Other Cypress Recipes to Blog article:
There are too many legacy, outdated, non-working, unsupported example and demo references in this blog article.
The repo https://github.com/cypress-io/cypress-docker-images contains up-to-date information on using Cypress Docker images and it is currently better able to provide working instructions using non-legacy versions of Cypress.