[doc] use standard Flink docker image in QuickStart#1997
Merged
Conversation
luoyuxia
reviewed
Nov 26, 2025
| 2. Create a `docker-compose.yml` file with the following content: | ||
| 2. Create a Dockerfile named `fluss.Dockerfile` as follows. You can adjust the Flink version as needed. Please make sure to download the compatible versions of [fluss-flink connector jar](/downloads), [flink-connector-faker](https://github.com/knaufk/flink-faker/releases) in the Dockerfile. | ||
|
|
||
| ```Dockerfile |
Contributor
There was a problem hiding this comment.
A docker file looks wried to me. Could we just mount the libs to flink image just like we did for iceberg?
Contributor
|
Also change |
luoyuxia
reviewed
Nov 26, 2025
| #begin Flink cluster | ||
| jobmanager: | ||
| image: apache/fluss-quickstart-flink:1.20-$FLUSS_DOCKER_VERSION$ | ||
| image: flink:${FLINK_VERSION} |
Contributor
There was a problem hiding this comment.
IIUC, with ${FLINK_VERSION}, users can't directly copy & paste the yaml?
Contributor
Author
There was a problem hiding this comment.
Yes, but this saves effort to set the flink version for each component.
LiebingYu
pushed a commit
to LiebingYu/fluss
that referenced
this pull request
Dec 5, 2025
2 tasks
2 tasks
Ugbot
pushed a commit
to Ugbot/fluss
that referenced
this pull request
Apr 26, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Purpose
Linked issue: close #xxx
Brief change log
Tests
API and Format
Documentation