This directory contains the Docker setup for Fluss Quickstart with Flink integration.
The Fluss Quickstart Flink Docker image provides a complete environment for running Flink with Fluss, powered by Paimon lake storage.
Before building the Docker image, ensure you have:
./mvnw clean package -DskipTests. The local build will be used for the Docker image.The build process consists of two main steps:
First, you need to prepare the required JAR files and dependencies:
# Make the script executable chmod +x prepare_build.sh # Run the preparation script ./prepare_build.sh
After the preparation is complete, build the Docker image:
# Build the Docker image docker build -t fluss/quickstart-flink:1.20-latest .