containerd / nerdctl

contaiNERD CTL - Docker-compatible CLI for containerd, with support for Compose, Rootless, eStargz, OCIcrypt, IPFS, ...
Apache License 2.0
7.98k stars 594 forks source link

Docker v26 compatibility & test fixes #3097

Closed apostasie closed 3 months ago

apostasie commented 3 months ago

This fix #3088

So far, the issues were:

apostasie commented 3 months ago

Besides a Windows failure that seems unrelated (can you poke it?), the CI is green on this.

As indicated in the initial comment, issues are relatively minor changes in behavior of the docker cli, that we are now aligning with, for better or worse (except for the behavior on ip + bridge which is now documented in #3106).

Tests have also been cleaned up slightly as some assumptions were wrong (availability of /sys/net, and multiple execution through testutil assert helpers), the logic has been simplified a bit, and they are now parallelized.

@AkihiroSuda and crew, PTAL at your convenience.