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
Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request
If you are interested in working on this issue or have submitted a pull request, please leave a comment
Tell us about your request
What do you want us to build?
ECS Agent support for Docker version 25.0 and higher
Which service(s) is this request for?
ECS
Tell us about the problem you're trying to solve. What are you trying to do, and why is it hard?
For instances that are not running the ECS Optimized AMI, where the Docker version and ECS agent version is preconfigured, launching new instances that pull the latest docker version will fail to run the ECS agent.
For instances that launch and install the latest version of Docker, downtime occurs, as no Container Instances will register with the ECS API until the version is downgraded.
The new version prevents the pause container from running with the following error: Failed to load pause container: container load: failed to load container image: /images/amazon-ecs-pause.tar : Error response from daemon: client version 1.21 is too old. Minimum supported API version is 1.24, please upgrade your client to a newer version" module=agent.go
Are you currently working around this issue?
Downgrade Docker to version 24.0.7
Additional context
Upgrading the ECS-Agent to the latest 1.80.0 does not have support for Docker 25.0
The text was updated successfully, but these errors were encountered:
Community Note
Tell us about your request
What do you want us to build?
ECS Agent support for Docker version 25.0 and higher
Which service(s) is this request for?
ECS
Tell us about the problem you're trying to solve. What are you trying to do, and why is it hard?
For instances that are not running the ECS Optimized AMI, where the Docker version and ECS agent version is preconfigured, launching new instances that pull the latest docker version will fail to run the ECS agent.
For instances that launch and install the latest version of Docker, downtime occurs, as no Container Instances will register with the ECS API until the version is downgraded.
Docker version 25.0 was released January 19, 2024
The new version prevents the pause container from running with the following error:
Failed to load pause container: container load: failed to load container image: /images/amazon-ecs-pause.tar : Error response from daemon: client version 1.21 is too old. Minimum supported API version is 1.24, please upgrade your client to a newer version" module=agent.go
Are you currently working around this issue?
Downgrade Docker to version 24.0.7
Additional context
Upgrading the ECS-Agent to the latest 1.80.0 does not have support for Docker 25.0
The text was updated successfully, but these errors were encountered: