vendor: github.com/containerd/containerd v1.7.6, and un-skip TestConvert#1910
vendor: github.com/containerd/containerd v1.7.6, and un-skip TestConvert#1910thaJeztah wants to merge 2 commits intomicrosoft:mainfrom
Conversation
full diff: https://github.com/containerd/containerd/compare/v1.7.0..v1.7.6 Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This removes the skip that was added in 4ede1fd, as the relevant changes were included in containerd [v1.6.22] and [v1.7.3]. [v1.6.22]: https://github.com/containerd/containerd/blob/v1.6.22/integration/client/convert_test.go [v1.7.3]: https://github.com/containerd/containerd/blob/v1.7.3/integration/client/convert_test.go Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
|
Looks like there are some lint erros updating to v1.7.6 @thaJeztah |
|
Hmmm... worse; it looks like something doesn't compile 🫠 Not near a computer for a couple of hours, but looks like some dependency may need updating (or downgrading) |
|
Oh! Maybe it's a build-tag missing somewhere; UIDMappings may be linux only |
|
its caused by the |
|
We are on a newer version now. |
vendor: github.com/containerd/containerd v1.7.6
full diff: https://github.com/containerd/containerd/compare/v1.7.0..v1.7.6
[ci] un-skip TestConvert
This removes the skip that was added in 4ede1fd,
as the relevant changes were included in containerd v1.6.22 and v1.7.3.