We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed1cd67 commit acbbb46Copy full SHA for acbbb46
CHANGELOG.md
@@ -2,6 +2,8 @@
2
3
## UNRELEASED
4
* Feature - Support for provisioning Tasks with ENIs
5
+* Enhancement - Support `init` process in containers by adding support for Docker remote API client version 1.25
6
+ [#996](https://github.com/aws/amazon-ecs-agent/pull/996)
7
8
## 1.14.5
9
* Enhancement - Retry failed container image pull operations [#975](https://github.com/aws/amazon-ecs-agent/pull/975)
agent/engine/dockerclient/versionsupport_unix.go
@@ -34,6 +34,7 @@ func getAgentVersions() []DockerVersion {
34
Version_1_22,
35
Version_1_23,
36
Version_1_24,
37
+ Version_1_25,
38
}
39
40
0 commit comments