nydus icon indicating copy to clipboard operation
nydus copied to clipboard

Nydus - the Dragonfly image service, providing fast, secure and easy access to container images.

Results 190 nydus issues
Sort by recently updated
recently updated
newest added

Remov dependency on serde-with by open-coding, which gets rid of: Removing darling v0.13.4 Removing darling_core v0.13.4 Removing darling_macro v0.13.4 Removing ident_case v1.0.1 Removing serde_with v1.14.0 Removing serde_with_macros v1.5.2 Removing strsim...

anolis_test_pass

After scanning nydus api server code, it does not return status “Resource temporarily unavailable ”, is this returned by http server crate? ``` dist.put_multiple_files(20, Size(8, Unit.KB)) image.set_backend(Backend.BACKEND_PROXY).create_image() > nc.pseudo_fs_mount(image.bootstrap_path, f"/pseudo{suffix}",...

bug
question

error: use of `unwrap_or` followed by a function call --> src/bin/nydusd/fs_cache.rs:426:14 | 426 | .unwrap_or(msg.volume_key.as_str()); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try this: `unwrap_or_else(|| msg.volume_key.as_str())` | note: the lint level is defined here...

anolis_test_fail

In order to use derive API to refactor, we upgrade clap firstly. issue: https://github.com/dragonflyoss/image-service/issues/296

anolis_test_pass

I run containerd-nydus-grpc with below cmd ``containerd-nydus-grpc \ --config-path /etc/nydusd-config.json \ --shared-daemon \ --log-level info \ --root /var/lib/containerd/io.containerd.snapshotter.v1.nydus \ --cache-dir /var/lib/nydus/cache \ --address /run/containerd/containerd-nydus-grpc.sock \ .....`` then try to start...

| Issue | Committer | Mentor | Status | PR | | -------------------------------------------------------------------------------------------------------------------------------------------- | ------------- | ------------ | ------ | ------------------------------------------------------- | | [Support image run/conversion for nerdctl](https://github.com/dragonflyoss/image-service/issues/475) | @loheagn...

Rename BlobPrefetchConfig to PrefetchConfig, also replace FsPrefetchConfig and AsyncPrefetchConfig with it. Signed-off-by: Jiang Liu

anolis_test_pass

``` time="2022-08-02T00:41:54Z" level=info msg="Version: 10859e84d99d14bdbc9c53c82ca5963190c3f15b.20220708.0625\n" time="2022-08-02T00:41:54Z" level=info msg="Parsing image localhost:5000/centos:nydus-nightly-v5" time="2022-08-02T00:41:54Z" level=info msg="Parsing image centos:latest" time="2022-08-02T00:42:52Z" level=fatal msg="parse source image: pull image index: read image resource: httpReadSeeker: failed open: failed...

My DNS server does not have a record of the registry host name. So I put the host name - IP mapping in the `/etc/hosts`, however, nydusify **can‘t** use the...

bug

``` thread 'nydus_storage_worker_3' panicked at 'Cannot drop a runtime in a context where blocking is not allowed. This happens when a runtime is dropped from within an asynchronous context.': /home/gechangwei/.cargo/registry/src/mirrors.sjtug.sjtu.edu.cn-4f7dbcce21e258a2/tokio-1.20.0/src/runtime/blocking/shutdown.rs:51...