containerd / nydus-snapshotter

A containerd snapshotter with data deduplication and lazy loading in P2P fashion
https://nydus.dev/
Apache License 2.0
173 stars 100 forks source link

misc: fix incorrect nydus-overlayfs version #582

Closed imeoer closed 9 months ago

imeoer commented 9 months ago
  1. The nydus-overlayfs component has been moved into the cmd/nydus-overlayfs directory in snapshotter repository, we should also use the nydus-overlayfs binary in docker image.

  2. Bump the nydus binary version v2.2.4, it's the latest stable release.

Tested by @ChengyuZhu6