Skip to content

Commit acbbb46

Browse files
committed
engine/dockerclient: Add new Docker remote API version 1.25 support
1 parent ed1cd67 commit acbbb46

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## UNRELEASED
44
* 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)
57

68
## 1.14.5
79
* Enhancement - Retry failed container image pull operations [#975](https://github.com/aws/amazon-ecs-agent/pull/975)

agent/engine/dockerclient/versionsupport_unix.go

+1
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ func getAgentVersions() []DockerVersion {
3434
Version_1_22,
3535
Version_1_23,
3636
Version_1_24,
37+
Version_1_25,
3738
}
3839
}
3940

0 commit comments

Comments
 (0)