-
Notifications
You must be signed in to change notification settings - Fork 380
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
Migrate to current Docker version #1095
Labels
Comments
The Docker Engine has now progressed to release 27.0 (first released on June 24, 2024). This would now be the target version. |
MikeMcC399
changed the title
Migrate to current Docker version 26.x
Migrate to current Docker version
Jul 3, 2024
This was referenced Jul 3, 2024
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What would you like?
Migrate the process to publish Cypress Docker images so that the current Docker version
26.x
27.x
can be used.Why is this needed?
The currently used version of Docker is determined by the CircleCI machine image ubuntu-2204
ubuntu-2204:2022.10.2
. According to Linux Machine Executor Update - 2022 October Q4 Update this image contains Docker20.10.18
.It is unclear whether Docker
20.10
is still supported, however the guidance from the Microsoft supporter on Is Docker 20.10 EOL? moby/moby#45104 recommends updating and Mirantis named Dec 10, 2023 as end-of-life. This is also shown on the unofficial End-of-life site. The current Docker version is26.1
27.0
(see Docker Engine release notes).Other
Issue "Push Factory Image" failure checking
cypress/factory:4.0.1
#1093 laid incompatibilities open.Breaking changes in https://github.com/docker/buildx caused a compatibility issue with the 4 year old [email protected] from the https://github.com/cypress-io/docker-image-not-found repo.
docker-image-not-found
is unable to parse the manifest and cannot determine whether a version has been published or not.See also
docker manifest
does not work with output from buildx v0.10 docker/buildx#1509References
The text was updated successfully, but these errors were encountered: