imeoer

Results 81 issues of imeoer

Convert an OCI image to nydus image like: ``` nerdctl image convert --nydus --oci ghcr.io/ubuntu:oci ghcr.io/ubuntu:nydus ``` We can use the [Converter](https://github.com/containerd/nydus-snapshotter/blob/main/pkg/converter/convert_unix.go) package.

soc

So that we can release nydus rpm package using github action.

A personal idea by @hsiangkao, but I agree with the point. 1. Allow ctr/crictl/nerdctl pull directly without nydus snapshotter; 2. Use `zstd:chunked/estargz` compression algorithm for blob layer; 3. Allow lzay...

good first

So that we can convert an OCI layer to nydus format without unpacking the layer to a directory first, this change can improve layer conversion performance.

good first issue

Reference: https://github.com/containerd/nydus-snapshotter/issues/5

bug

### Bug report: Use dfget daemon as registry mirror, when client request dfget daemon to fetch a blob by `GET /v2/$repo/blobs/sha256:xxx` from a remote registry which needed authentication, get `500`...

kind/bug

I'm using https with nginx, show the error once open the page: ``` WebSocket connection to 'wss://example.com/cable' failed: Error during WebSocket handshake: Unexpected response code: 404 ``` The related log...

Signed-off-by: Yan Song

area/image-acceleration

We only need to git tag to release a version without modifying the version field in Cargo.toml and Cargo.lock. Signed-off-by: Yan Song

anolis_test_pass

And update some comments for authorization workflow. Signed-off-by: Yan Song