wuchong opened a new issue, #2679: URL: https://github.com/apache/fluss/issues/2679
### Search before asking - [x] I searched in the [issues](https://github.com/apache/fluss/issues) and found nothing similar. ### Description Currently, the Fluss Quickstart documentation references the `rustfs/rustfs` Docker image using a floating tag such as `latest`. This practice introduces reliability concerns, as unversioned tags hinder consistent environment reproduction across deployments and complicate troubleshooting when underlying image contents change without notice. To improve stability and reproducibility, I recommend specifying a fixed versioned tag, such as `1.0.0-alpha.83`, in the documentation. The version can be updated periodically after the community validates compatibility and stability with the latest Fluss releases. ### Willingness to contribute - [ ] I'm willing to submit a PR! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
