This is an automated email from the ASF dual-hosted git repository. jark pushed a commit to branch release-0.9 in repository https://gitbox.apache.org/repos/asf/fluss.git
commit 9112d5539602bdba6c7f0e2678353aa72a4402e3 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"
