ci: update circleci to ubuntu-2404:2025.09.1 (latest) machine image #1427
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.
Situation
The currently used CircleCI machine image ubuntu-2204:2024.11.1 is based on the older Ubuntu
22.04
LTS, released in Apr 2022. The current Ubuntu LTS release is24.04
, released in Apr 2024. (See Ubuntu release cycle.)The Docker versions in the CircleCI images are quite outdated, especially Docker
buildx
is at0.17.1
compared to the current buildx release0.28.0
.CircleCI has now announced a new set of machine images:
ubuntu-2204:2025.09.1
ubuntu-2404:2025.09.1
Change
Migrate the machine image used in circle.yml using
ubuntu-2404:2025.09.1 which updates the components as follows:
ubuntu-2204:2024.11.1
22.11.0
ubuntu-2404:2025.09.1
22.19.0
This is a minor version update for Node.js from
22.x
LTS. It is a major version update for Docker Engine from27.x
to28.x
and a major functional update from Docker Buildx v0.17.1 to v0.28.0.