Skip to content

Commit 49dde59

Browse files
committed
[release] Publish the v0.8 documentation as released version
1 parent fc60308 commit 49dde59

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

website/community/how-to-release/creating-a-fluss-release.mdx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -768,8 +768,9 @@ Make sure that you are authenticated with your Docker ID, and that your Docker I
768768
:::
769769
770770
```bash
771-
docker tag apache/fluss:${RELEASE_VERSION}_RC${RC_NUM} apache/fluss:${RELEASE_VERSION}
772-
docker push apache/fluss:${RELEASE_VERSION}
771+
docker buildx imagetools create apache/fluss:${RELEASE_VERSION}-rc${RC_NUM} --tag apache/fluss:${RELEASE_VERSION}
772+
773+
docker buildx imagetools create apache/fluss-quickstart-flink:1.20-${RELEASE_VERSION}-rc${RC_NUM} --tag apache/fluss-quickstart-flink:1.20-${RELEASE_VERSION}
773774
```
774775
775776
### 6. Update `fluss-versions.json`

website/fluss-versions.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
"versionName": "version-0.8",
1111
"fullVersion": "0.8.0-incubating",
1212
"shortVersion": "0.8",
13-
"dockerVersion": "0.8.0-incubating-rc1",
14-
"released": false
13+
"dockerVersion": "0.8.0-incubating",
14+
"released": true
1515
},
1616
{
1717
"versionName": "version-0.7",

0 commit comments

Comments
 (0)