aws / aws-nitro-enclaves-cli

Tooling for Nitro Enclave Management
Apache License 2.0
116 stars 78 forks source link

Replace shiplift with bollard for Docker 25+ compatibility #595

Closed meerd closed 2 months ago

meerd commented 3 months ago

The shiplift crate is outdated and incompatible with Docker 25. This PR replaces the it with bollard, allowing nitro-cli to work with Docker version 25 and newer.

Special thanks to @jalaziz for their contribution.

meerd commented 3 months ago

Update: Testing is in progress. This PR will be merged soon.