-
Notifications
You must be signed in to change notification settings - Fork 618
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
Upgrade minimum docker client api to 1.24 to maintain compatibility with upcoming docker engine v26 release #4090
Comments
and it was supposedly fixed in ecs-agent 1.81.0 https://github.com/aws/amazon-ecs-agent/releases/tag/v1.81.0 however, this issue #4089 is preventing us from upgrading to 1.81.0 |
I think there are multiple problems here:
This is a problem, because ECS itself is still requiring from task defs:
So it's just not possible to upgrade docker-ce at all past 25.0.5 and maintain compatibility with ECS |
Summary
This has already been posted over on aws/containers-roadmap#1437
Please consider upgrading the minimum client api to version 1.24, as specified in the release of docker engine v25 as the minimum supported client api version will be 1.24 from the release of docker engine v26.
If the release is anything to go by, docker engine v26 would probably be release in the next 6-8 months.
Starting with docker engine v25, ecs-anywhere installs will start to fail silently unless the environment variable
DOCKER_MIN_API_VERSION
is set for the service.ref: https://docs.docker.com/engine/deprecated/#deprecate-legacy-api-versions
The text was updated successfully, but these errors were encountered: