Skip to content

Commit 680e07c

Browse files
committed
upgrade the image hash in the URL
Signed-off-by: peiyu <[email protected]>
1 parent f713849 commit 680e07c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

website/docs/quickstart/lakehouse.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ The Docker Compose environment consists of the following containers:
116116
- **Fluss Cluster:** a Fluss `CoordinatorServer`, a Fluss `TabletServer` and a `ZooKeeper` server.
117117
- **Flink Cluster**: a Flink `JobManager` and a Flink `TaskManager` container to execute queries.
118118

119-
**Note:** The `apache/fluss-quickstart-flink` image is based on [flink:1.20.3-java17](https://hub.docker.com/layers/library/flink/1.20-java17/images/sha256:bf1af6406c4f4ad8faa46efe2b3d0a0bf811d1034849c42c1e3484712bc83505) and
119+
**Note:** The `apache/fluss-quickstart-flink` image is based on [flink:1.20.3-java17](https://hub.docker.com/layers/library/flink/1.20-java17/images/sha256:296c7c23fa40a9a3547771b08fc65e25f06bc4cfd3549eee243c99890778cafc) and
120120
includes the [fluss-flink](engine-flink/getting-started.md), [paimon-flink](https://paimon.apache.org/docs/1.0/flink/quick-start/) and
121121
[flink-connector-faker](https://flink-packages.org/packages/flink-faker) to simplify this guide.
122122

website/docs/quickstart/security.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ The Docker Compose environment consists of the following containers:
145145
It uses SASL/PLAIN for user authentication and defines three users: `admin`, `developer`, and `consumer`. The `admin` user is a `super.users` who has full administrative privileges on the Fluss cluster.
146146
- **Flink Cluster**: a Flink `JobManager` and a Flink `TaskManager` container to execute queries.
147147

148-
**Note:** The `apache/fluss-quickstart-flink` image is based on [flink:1.20.3-java17](https://hub.docker.com/layers/library/flink/1.20-java17/images/sha256:bf1af6406c4f4ad8faa46efe2b3d0a0bf811d1034849c42c1e3484712bc83505) and
148+
**Note:** The `apache/fluss-quickstart-flink` image is based on [flink:1.20.3-java17](https://hub.docker.com/layers/library/flink/1.20-java17/images/sha256:296c7c23fa40a9a3547771b08fc65e25f06bc4cfd3549eee243c99890778cafc) and
149149
includes the [fluss-flink connector](engine-flink/getting-started.md) to simplify this guide.
150150

151151
3. To start all containers, run:

0 commit comments

Comments
 (0)