Derek McGowan
Derek McGowan
Boris and I have actually been chatting about this. I could merge in the upstream and re-attempt the pull request but there is no guarantee that the pull request will...
Carried in #157 with the tests fixed
@akhilerm The way `ctr` handles local, it will call `images.Platform` and then iterate over each of those to call unpack. The `unknown` platform should not get returned from `images.Platform`. Seems...
The `unknown` being there is a bit of a hack to indicate "not an image artifact type". Hopefully in the future this can be cleaned up but right now we...
Also I noticed in `platforms` package we will return "unknown" on `Format` when OS is empty however we don't handle that as input to `Parse`. I wonder if we should...
Can we stat each file after the copy to see if the block usage differs? The expectation right now is blockfile snapshotter is not very efficient when copy file range...
Let's get this one into the next 1.7 release
@thaJeztah there is going to be no way to actually use this new API submodule until this PR gets merged. I could possibly push the dev branch into this repo...
Added one more commit to so 1.7 is compatible with the 1.7 and 1.8 api. This PR is testing with 1.7 and #10278 shows it working with the latest 1.8...
@thaJeztah We need a tagged release and dependencies to bump 1.7 dependencies. Which `make vendor` do you see that in?