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.07.2 machine image #1146

Closed
wants to merge 1 commit into from

Conversation

MikeMcC399
Copy link
Collaborator

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 version of Node.js 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.07.2:

Image tag Node.js Docker Engine Status
ubuntu-2204:2022.10.2 16.17.1 20.10.18 Current
ubuntu-2204:2023.07.2 18.16.1 20.10.24 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.07.2

Linux Machine Executor - 2023 Q3 Update

Node.js 18.16.1
Docker 20.10.24

Docker release notes

@cypress-app-bot
Copy link

@MikeMcC399
Copy link
Collaborator Author

ubuntu-2204:2023.07.2 is deprecated according to
https://discuss.circleci.com/t/linux-image-deprecations-and-eol-for-2024/50177

Closing this PR. Will resubmit with an alternative image.

@MikeMcC399 MikeMcC399 closed this Jul 5, 2024
@MikeMcC399 MikeMcC399 deleted the update/ubuntu-image branch July 5, 2024 06:45
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
2 participants