You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a major version update from Node.js 18.x to 20.x and a major functional update from Docker Buildx v0.11.x to v0.12.x.
Establish a success baseline by waiting until at least one Cypress Docker image has been published using ubuntu-2204:2023.10.1 before moving on to ubuntu-2204:2024.01.1.
By running the machine image ubuntu-2204:2024.01.1 in a test workflow, I found that buildx v0.12.1 is configured in this image, so I updated the original posting accordingly.
machine-agent version 1.0.77411-11b8ede image: "ubuntu-2204:2024.01.2"
Node.js v20.10.0
Docker version 24.0.7, build afdd53b
github.com/docker/buildx v0.12.1 30feaa1
I also submitted build: add version information to logs #1159, since the CircleCI documentation does not state which version of Buildx has been installed. Starting with Docker Engine 23.0 Buildx is distributed in a separate package docker-buildx-plugin, so the version of Docker Engine >= 23.0 no longer determines the version of Buildx.
What would you like?
Update the circle.yml workflow from ubuntu-2204:2023.10.1 to the next higher version ubuntu-2204:2024.01.1.
Updating to ubuntu-2204:2024.01.1 updates the components as follows:
18.18.0
20.10.0
This is a major version update from Node.js
18.x
to20.x
and a major functional update from Docker Buildx v0.11.x to v0.12.x.Establish a success baseline by waiting until at least one Cypress Docker image has been published using ubuntu-2204:2023.10.1 before moving on to ubuntu-2204:2024.01.1.
ubuntu-2204:2023.04.2
in its merge log into themaster
branch.Why is this needed?
cypress/factory:4.0.1
#1093), the suggested update strategy now being followed is to take incremental CircleCI Ubuntu machine image version steps, even if it takes longer to do this.References
CircleCI Machine Images
Circle CI Machine Images > ubuntu-2204
ubuntu-2204:2023.10.1
Linux Machine Executor - 2023 Q4 Update
Node.js
18.18.0
Docker
24.0.6
ubuntu-2204:2024.01.1
Linux Machine Executor - 2024 Q1 Update
Node.js
20.10.0
Docker
24.0.7
Docker release notes
The text was updated successfully, but these errors were encountered: