Mike McCready
Mike McCready
CircleCI has apparently stopped, or at least paused, updating all their images 🙁 According to https://circleci.com/docs/convenience-images-support-policy/ you would expect to see new images with a regular cadence of 3 months....
- PR https://github.com/CircleCI-Public/cimg-node/pull/463 submitted to propose that the image get updated
The https://github.com/CircleCI-Public/cimg-node repo has been updated to generate new `cimg/node` images based on Ubuntu `24.04.2` LTS. Possibly by the end of this week, with new Node.js releases coming out, there...
Unfortunately, the hope has been dashed that the issue of "Missing X server or $DISPLAY" would be mitigated by getting the CircleCI Docker images `cimg/node:-browsers` updated to be built based...
## Background Updated image information for `cimg/node:22.17.0-browsers` (current latest): ### Base OS version ```text $ docker run --rm --entrypoint cat cimg/node:22.17.0-browsers /etc/os-release VERSION="24.04.2 LTS (Noble Numbat)" ``` ### Entrypoint ```text...
This issue continues to occur sporadically. - See https://app.circleci.com/pipelines/github/cypress-io/circleci-orb/2113/workflows/9b7e0452-9fad-4949-872a-0803f41a6487/jobs/9673
On the occasions that Cypress is reporting the "Missing X server or $DISPLAY" I'm noticing that the job step "Spin up environment" is much longer than when there is no...
Issue continues. See https://app.circleci.com/pipelines/github/cypress-io/circleci-orb/2131/workflows/7d62a3e8-0dc0-48c2-b768-9b2383b5adf2/jobs/10083 Jul 14, 2025
@jennifer-shehane I suggest to test whether this new option in CircleCI can improve the success rate: https://circleci.com/docs/guides/orchestrate/automatic-reruns/ This could also be useful for other flaky conditions.
This issue should probably also be raised in the [CircleCI-Public/cimg-node](https://github.com/CircleCI-Public/cimg-node) repo. For `cimg:node:*-browsers` variants, the Docker image is built with the `entrypoint` script `/docker-entrypoint.sh` containing: ```shell #!/bin/sh Xvfb :99 -screen...