This is an automated email from the ASF dual-hosted git repository.
jark pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/fluss.git
The following commit(s) were added to refs/heads/main by this push:
new f11b2392a [docs] Use versioned tag for RustFs docker image (#2680)
f11b2392a is described below
commit f11b2392a18fab9ca38f9d8b7e39302ab55cfd65
Author: Keith Lee <[email protected]>
AuthorDate: Sat Feb 14 06:27:13 2026 +0000
[docs] Use versioned tag for RustFs docker image (#2680)
---
website/docs/quickstart/flink.md | 6 +++++-
website/docs/quickstart/lakehouse.md | 4 ++--
2 files changed, 7 insertions(+), 3 deletions(-)
diff --git a/website/docs/quickstart/flink.md b/website/docs/quickstart/flink.md
index 2032339f0..9e7d61c7c 100644
--- a/website/docs/quickstart/flink.md
+++ b/website/docs/quickstart/flink.md
@@ -52,7 +52,7 @@ curl -fL -o "lib/fluss-fs-s3-$FLUSS_VERSION$.jar"
"$FLUSS_MAVEN_REPO_URL$/org/ap
services:
#begin RustFS (S3-compatible storage)
rustfs:
- image: rustfs/rustfs:latest
+ image: rustfs/rustfs:1.0.0-alpha.83
ports:
- "9000:9000"
- "9001:9001"
@@ -451,6 +451,10 @@ The following command allows you to quit Flink SQL Client.
quit;
```
+### Remote Storage
+
+You can visit http://localhost:9001/ and sign in with `rustfsadmin` /
`rustfsadmin` to view the files stored on remote storage.
+
## Clean up
After finishing the tutorial, run `exit` to exit Flink SQL CLI Container and
then run
```shell
diff --git a/website/docs/quickstart/lakehouse.md
b/website/docs/quickstart/lakehouse.md
index 31dc5661f..6223c22d4 100644
--- a/website/docs/quickstart/lakehouse.md
+++ b/website/docs/quickstart/lakehouse.md
@@ -69,7 +69,7 @@ You can add more jars to this `lib` directory based on your
requirements:
services:
#begin RustFS (S3-compatible storage)
rustfs:
- image: rustfs/rustfs:latest
+ image: rustfs/rustfs:1.0.0-alpha.83
ports:
- "9000:9000"
- "9001:9001"
@@ -273,7 +273,7 @@ You can add more jars to this `lib` directory based on your
requirements:
services:
#begin RustFS (S3-compatible storage)
rustfs:
- image: rustfs/rustfs:latest
+ image: rustfs/rustfs:1.0.0-alpha.83
ports:
- "9000:9000"
- "9001:9001"