Skip to content
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

chore: update circleci to ubuntu-2204:2023.04.2 machine image #1147

Merged

Conversation

MikeMcC399
Copy link
Collaborator

@MikeMcC399 MikeMcC399 commented Jul 5, 2024

Issue

The circle.yml workflow is currently using machine image ubuntu-2204:2022.10.2 from Circle CI Machine Images > ubuntu-2204 which includes Node.js 16.17.1.
This Node.js version entered End-of-life on Sep 11, 2023 and so it is now unsupported.

Change

The circle.yml workflow is updated to ubuntu-2204:2023.04.2:

Image tag Node.js Docker Engine buildx Status
ubuntu-2204:2022.10.2 16.17.1 20.10.18 v0.9.1 Current
ubuntu-2204:2023.04.2 18.15.0 20.10.24 v0.10.4 Future

References

CircleCI Machine Images

Circle CI Machine Images > ubuntu-2204

ubuntu-2204:2022.10.2

Linux Machine Executor Update - 2022 October Q4 Update uses

Node.js 16.17.1
Docker 20.10.18

ubuntu-2204:2023.04.2

Linux Machine Executor - 2023 Q2 Update Edge + GA Release

Node.js 18.15.0
Docker 20.10.24

Docker release notes

@cypress-app-bot
Copy link

@MikeMcC399

This comment was marked as outdated.

@MikeMcC399

This comment was marked as outdated.

@MikeMcC399 MikeMcC399 force-pushed the update/ubuntu-image-2023.04.2 branch from a4a13af to e925035 Compare July 8, 2024 15:47
@MikeMcC399 MikeMcC399 marked this pull request as ready for review July 8, 2024 16:01
@jennifer-shehane jennifer-shehane merged commit b9a2290 into cypress-io:master Jul 8, 2024
31 checks passed
@MikeMcC399 MikeMcC399 deleted the update/ubuntu-image-2023.04.2 branch July 8, 2024 17:57
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.

Migrate CircleCI to supported Node.js version
4 participants