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 49dde59a3 [release] Publish the v0.8 documentation as released version
49dde59a3 is described below
commit 49dde59a31f091a85e33086ee85e70558166b7f3
Author: Jark Wu <[email protected]>
AuthorDate: Thu Nov 6 18:12:24 2025 +0800
[release] Publish the v0.8 documentation as released version
---
website/community/how-to-release/creating-a-fluss-release.mdx | 5 +++--
website/fluss-versions.json | 4 ++--
2 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/website/community/how-to-release/creating-a-fluss-release.mdx
b/website/community/how-to-release/creating-a-fluss-release.mdx
index 165041e52..c8cb31d2b 100644
--- a/website/community/how-to-release/creating-a-fluss-release.mdx
+++ b/website/community/how-to-release/creating-a-fluss-release.mdx
@@ -768,8 +768,9 @@ Make sure that you are authenticated with your Docker ID,
and that your Docker I
:::
```bash
-docker tag apache/fluss:${RELEASE_VERSION}_RC${RC_NUM}
apache/fluss:${RELEASE_VERSION}
-docker push apache/fluss:${RELEASE_VERSION}
+docker buildx imagetools create apache/fluss:${RELEASE_VERSION}-rc${RC_NUM}
--tag apache/fluss:${RELEASE_VERSION}
+
+docker buildx imagetools create
apache/fluss-quickstart-flink:1.20-${RELEASE_VERSION}-rc${RC_NUM} --tag
apache/fluss-quickstart-flink:1.20-${RELEASE_VERSION}
```
### 6. Update `fluss-versions.json`
diff --git a/website/fluss-versions.json b/website/fluss-versions.json
index 3057efff7..b0601eddd 100644
--- a/website/fluss-versions.json
+++ b/website/fluss-versions.json
@@ -10,8 +10,8 @@
"versionName": "version-0.8",
"fullVersion": "0.8.0-incubating",
"shortVersion": "0.8",
- "dockerVersion": "0.8.0-incubating-rc1",
- "released": false
+ "dockerVersion": "0.8.0-incubating",
+ "released": true
},
{
"versionName": "version-0.7",