You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add ChunkStreams, optimized docker build, and support for extra env vars in csi nodeplugin rclone container (#60)
Details:
* Updated to use Dockerfile syntax version `1.7+`.
* Added `--mount=type=cache` for Go module and build cache.
* Applied Go build optimizations: `-trimpath`, `-buildvcs=false`, and `-ldflags='-s -w'`.
* Installed dependencies using `--no-install-recommends` to minimize image size.
* Added a new `ChunkStreams` field to support concurrent chunk reading.
* Support for extra env vars in csi nodeplugin rclone container.
0 commit comments