tree: e32d28c1124c3ff184a2657b298bfd84cdf00b8e [path history] [tgz]
  1. flink-distribution-template/
  2. build-stateful-functions.sh
  3. docker-entry-point.sh
  4. Dockerfile
  5. README.md
tools/docker/README.md

Stateful Functions Docker Image

This directory contains scripts to build images using the current source version.

The scripts here assumes that distribution and core artifacts are already built from the current source, and adds them to the image build context. Therefore, before executing the scripts, make sure to build the project first using mvn clean package -DskipTests.

Building the image

./build-stateful-functions.sh

This builds the flink-statefun image, tagged with the current source version.

Code examples and E2E tests

There are several examples and end-to-end tests that rely on images built with the corresponding source version.

For released versions, the required image should be available in the Docker Hub registry. For snapshots / unstable versions, you would need to build the image locally with the scripts here.