nydus
nydus copied to clipboard
Nydus - the Dragonfly image service, providing fast, secure and easy access to container images.
### Build System | Feature | Description | Status | |--------|--------|--------| | Image Commit | `nydusify commit` commits a new nydus image from a nydus container, like `docker/nerdctl commit`. |...
Support exporting a nydus image to tarball file, to allow transfer nydus image between network-isolated environments. The possible usage: ``` shell # on host A: nydusify convert --source ubuntu:22.04 --target...
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.19.0 to 0.23.0. Commits c48da13 http2: fix TestServerContinuationFlood flakes 762b58d http2: fix tipos in comment ba87210 http2: close connections when receiving too many headers ebc8168 all: fix...
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.19.0 to 0.23.0. Commits c48da13 http2: fix TestServerContinuationFlood flakes 762b58d http2: fix tipos in comment ba87210 http2: close connections when receiving too many headers ebc8168 all: fix...
Multiple uses of the mount/umount API can lead to thread and memory leaks, with initial investigations indicating that some **prefetch** threads are not be released after umount.
## Additional Information ### Version of nydus being used (nydusd --version) master ### Version of nydus-snapshotter being used (containerd-nydus-grpc --version) v0.13.3 ## Details about issue TestCommit of nydus integration test...
## Types of changes 1. fix residual fuse mountpoint after graceful shutdown 2. fix compatibility to image without ext table for blob cache 3. fix not reuse blob cache of...
## Relevant Issue (if applicable) Fixes #1588 ## Details 1. Add `last_active` field for `Connection`. When `Connection.call()` is called, `last_active` is updated to current time. 2. Add `max_elapsed_time` field for...
A possible fixup: https://github.com/replicate/image-service/commit/d0d7b1f7275dd11684048970fd92bd46c1244ab3, it says: 1. GAR throws 400 if you pass form data to the token request. 2. It also needs the ability to make up to 2...
We can statically analyze the image entrypoint dependency, or use runtime dynamic analysis technologies such as ebpf, fanotify, metric, etc. to obtain the container file access pattern, and then build...