flink-docker icon indicating copy to clipboard operation
flink-docker copied to clipboard

Docker packaging for Apache Flink

Results 7 flink-docker issues
Sort by recently updated
recently updated
newest added

The docker image `openjdk:8-jre` only works for amd64. When running test on arm64, use `arm64v8/openjdk:8-jre` instead.

Supplementary explanation of flink download link

Add docker files for that Java 21 can be used with version 1.20.0 of Apache Flink.

This is a minor improvement from security standpoint on flink's docker image. In the dockerfile of flink's docker image, we are adding gosu: https://github.com/apache/flink-docker/blob/6e226503dbb228467905c70ccfb6f33f4c676872/1.20/scala_2.12-java17-ubuntu/Dockerfile#L27-L44 This is later used to switch...