jokemanfire

Results 28 issues of jokemanfire

add ctr pull image verbose parameter https://github.com/containerd/containerd/issues/9664

needs-ok-to-test
size/XS

find this error in ctr v1.7 "TestContainerDrainExecIOAfterExit" ,if ctr send 'delete' info to shim ,the shim return ok ,the ctr will think that IO is being closed. but this IO...

### What is the problem you're trying to solve I try to load a image like busybox.tar.gz, but 'ctr: archive/tar: invalid tar header' appears ,but docker can load this format...

kind/feature

when ctr import a image file , it can be gzip ~and bzip2~ format file.

needs-ok-to-test
size/XS

Add import uncompressd file support for bzip2 and xz, refs:https://github.com/moby/moby/blob/06e3a49d66fa454e0124bd93570aac490bbf5544/pkg/archive/archive.go#L271

needs-ok-to-test
status/needs-discussion
size/M

[Related](https://github.com/containerd/containerd/issues/10094) I have told this question to containerd . But looks like containerd will not change. So I will take a pr to change fifo to pipe. I have complete...

Change Vec to HashSet If PROTO_FILES include twice

**Which feature do you think can be improved?** streams need aync lock write,so use tokio to decide the schedule. **How can it be improved?** tokio::sync::mutex **Additional Information** .. **Before raising...

If not set out_dir,it will use env 'OUT_DIR' to generate proto rs file.You can use 'include!' marco to include env 'OUT_DIR' proto rs . And you needn't to create a...