Lei Jitang
Lei Jitang
I'm +1 with this
@wking > This pulls in the Linux → *Linux change from > opencontainers/runtime-spec#502. I think we want to make that bump an > explicit step, so we can catch up...
@wking thanks :)
@glestaris I'm agree what you said, I working on implementing the `packing` without vendoring third-party package
update without vendorring third-party package except `logrus`, most code are from `docker/docker/pkg/archive`, it is well tested.
@jonboulle @wking we already has a `oci-image-tool unpack` which only unpack the layers to a rootfs, so do you mean to use `oci-image-tool unpack` to create runtime bundle and use...
There is also a `oci-fetch`(https://github.com/containers/oci-fetch) can download oci image. I'm +1 on supporting this in image-tool.
ping @opencontainers/image-tools-maintainers
You should replace `moxiegirl` in `https://github.com/moxiegirl/moby.git` with your own github account name. Like for me, it's ``` git clone https://github.com/coolljt0725/moby.git ``` But anyway, the doc should be updated to make...
@racequite sorry for the delay. Looks we also have similar issues in https://github.com/moby/moby/blob/master/client/client_test.go like: https://github.com/moby/moby/blob/ae976b998be20312526fb0c1bfc4ef4c9d6a19d4/client/client_test.go#L345 https://github.com/moby/moby/blob/ae976b998be20312526fb0c1bfc4ef4c9d6a19d4/client/client_test.go#L357 https://github.com/moby/moby/blob/ae976b998be20312526fb0c1bfc4ef4c9d6a19d4/client/client_test.go#L359, In these places, the `AP` should be `API` could you please have these...