Lei Jitang

Results 8 issues of Lei Jitang

This PR use a well tested pkg from github.com/containers/storage(which is forked from docker/docker) from https://github.com/opencontainers/image-spec/pull/280 here is an example: ``` $ oci-image-tool create-layer One or two filesystems are required Usage:...

`oci-image-tool create` is confusing, rename it to `create-bundle`, and we may have `create-layer` in future which is infligh in https://github.com/opencontainers/image-tools/pull/8 and we may have `create-image` in future. Signed-off-by: Lei Jitang

During docker stress test, there are a lot of timeout errors on update libnetwork object to store. `ERRO[0137] docker: Error response from daemon: failed to update store for object type...

status/2-code-review
store/boltdb

PR #4436 use `io.CopyN` instead of `io.Copy`, `CopyN` will return `io.EOF` if src stop early, please refer to: https://cs.opensource.google/go/go/+/refs/tags/go1.22.3:src/io/io.go;l=370 ``` func CopyN(dst Writer, src Reader, n int64) (written int64, err...

When build ubuntu rootfs by using Docker, it failed with the following error: ![image](https://github.com/user-attachments/assets/5ca3eedd-ed09-449e-9f68-02881e617d7a) Fix this by adding `libclang-dev` to the dependency.

size/tiny
ok-to-test

Fix #48586 **- What I did** **- How I did it** **- How to verify it** **- Description for the changelog** ```markdown changelog ``` **- A picture of a cute...

Even the machine has GPU, but it still will fall back to use CPU as runner. But the `estimatedVRAM` doesn't clear, this make `ollama ps` show the model use `100%...