Skip to content

Conversation

@MikeMcC399
Copy link
Collaborator

Situation

Cypress Docker images built from factory/.env currently use BASE_IMAGE='debian:13.1-slim'. Debian 13.2 (trixie), which was released on Nov 15, 2025, supersedes Debian 13.1 (trixie).

Change

Update the base image for cypress/factory to use Debian 13.2 (trixie).

The environment variables in factory/.env that control the default build process, are updated as follows:

Environment variable Before After
BASE_IMAGE debian:13.1-slim debian:13.2-slim
FACTORY_VERSION 7.0.3 7.1.0
FACTORY_DEFAULT_NODE_VERSION 24.11.1 no change

no browser version changes

Update also
FACTORY_VERSION to 7.1.0
@cypress-app-bot
Copy link

@AtofStryker AtofStryker merged commit b0808c6 into cypress-io:master Nov 18, 2025
51 checks passed
@MikeMcC399 MikeMcC399 deleted the update/debian branch November 18, 2025 14:42
@MikeMcC399
Copy link
Collaborator Author

@AtofStryker

The npm registry is currently experiencing a service disruption - see https://status.npmjs.org/incidents/67q3d5th9kcc - preventing the publication of the new cypress/factory Docker image.

I'll reply here when I get a notification from npm that their issue is resolved. The CircleCI pipeline will need to be re-run at that point to get the CI tests passed and the image published.

@MikeMcC399
Copy link
Collaborator Author

MikeMcC399 commented Nov 18, 2025

Also Cloudflare is experiencing global network issues, causing download of the Cypress binary to intermittently fail.

npm error Failed downloading the Cypress binary.
npm error Response code: 500
npm error Response message: Internal Server Error

@MikeMcC399
Copy link
Collaborator Author

https://status.circleci.com/ joins the incident game today

@AtofStryker
Copy link
Contributor

@MikeMcC399 the images should now be pushed to dockerhub

@MikeMcC399
Copy link
Collaborator Author

MikeMcC399 commented Nov 19, 2025

@AtofStryker

the images should now be pushed to dockerhub

Thank you! Yes, cypress/factory:7.1.0 has been published to Docker Hub.

The various service providers have also closed off each of their incidents.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants