chore: update circleci to ubuntu-2204:2024.11.1 (latest) machine image #1259
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Issue
PR chore: update circleci to ubuntu-2204:2024.08.1 (latest) machine image #1214 updated the circle.yml workflow to use machine image
ubuntu-2204:2024.08.1
from Circle CI Machine Images > ubuntu-2204.The Docker Engine version 26.1.4 was released 5 months ago in June 2024. The latest CircleCI Ubuntu machine image
ubuntu-2204:2024.11.1
, as shown on the CircleCI machine image overview, offers Docker Engine 27.3.1 (released in Sept 2024).Change
Update the circle.yml workflow from ubuntu-2204:2024.08.1 to the latest version
ubuntu-2204:2024.11.1
.Moving to
ubuntu-2204:2024.11.1
updates the components as follows:20.16.0
ubuntu-2204:2024.11.1
22.11.0
This is a major version update for Node.js from
20.x
to22.x
, the new LTS version. It is a major version update for Docker Engine from26.x
to27.x
and a major functional update from Docker Buildx v0.16.1 to v0.17.1. Based on a review of the release notes, there is no impact expected for the Cypress Docker image build process.