nydus
nydus copied to clipboard
Nydus - the Dragonfly image service, providing fast, secure and easy access to container images.
Implement an automated live upgrade workflow for the nydusd daemon in the nydus snapshotter plugin for the containerd runtime.
Nydus tools can be found in https://github.com/dragonflyoss/nydus/tree/master/contrib
After performing more than 255 sub-mount operations on nydusd (even if unmounting follows mounting), there is a probability that file system corruption will occur when users attempt to mount again....
Hello folks, I was trying to fix #1691 when I stumbled on a similar issue for multi-arch images Basically, when attempting to convert a multi-arch image, I can't push it...
The Nydus converter already supports converting RAFS format into OCI tar, we can also integrate this functionality into `nydusify convert`.
``` docker pull nginx nydusify convert --with-referrer --source nginx:latest --target localhost:5000/oci:latest nydusify check --target localhost:5000/oci:latest aws ecr put-image --repository-name test-manifest --image-tag latest --image-manifest file://nydus_manifest.json ``` When pushing manifests generated from...
## Details There are some bugs in optimize subcommand, following bugs are fixed in this patchset: - read chunk from wrong blob - missing extended table in new bootstrap -...
We found that the merged bootstrap includes some files deleted (opaque) from the upper layer when use tar-rafs conversion, but enabling the `NYDUS_DISABLE_TAR2RAFS` env can resolve the issue, we need...
There are two specific checks in the current implementation that are causing compatibility issues between the new and old versions of nydusd: 1. Blob Feature Checks: https://github.com/dragonflyoss/nydus/blob/dd9ba54e332802e46316755314c54b588f3b0889/rafs/src/metadata/layout/v5.rs#L656 2. Chunk Flag...
### Version of nydus being used (nydusd --version) ``` [root@master ~]# nydusd --version Version: v2.3.0 Git Commit: a4683baa1ea8cafecc9013bc4d6a5259b5a82678 Build Time: 2024-10-11T02:51:53.888907475Z Profile: release Rustc: rustc 1.72.1 (d5c2e9c34 2023-09-13) ``` ###...