[ https://issues.apache.org/jira/browse/FLINK-12546?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17009428#comment-17009428 ]
Yu Li commented on FLINK-12546: ------------------------------- Are we still targeting this at 1.10.0? Could anyone give an update of the latest progress/status here? Thanks. > Base Docker images on `library/flink` > ------------------------------------- > > Key: FLINK-12546 > URL: https://issues.apache.org/jira/browse/FLINK-12546 > Project: Flink > Issue Type: Improvement > Components: Deployment / Docker > Affects Versions: 1.8.0 > Reporter: Konstantin Knauf > Assignee: Konstantin Knauf > Priority: Major > Fix For: 1.10.0 > > > Currently, Flink users turn to two different places when looking for > "official" community Docker images. > * https://github.com/docker-flink/docker-flink (Flink community maintained, > no official Apache releases) or https://hub.docker.com/_/flink/ > * The tooling and Dockerfile in the {{flink-container}} component > While users should turn to the Flink images on Docker Hub in general, the > {{flink-container}} component is used by many users, because it contains some > tooling to build images for the {{StandaloneJobClusterEntrypoint}}. Overall, > this causes confusion for users and the community needs to maintain two > Dockerfiles, which build Flink images FROM alpine or debian. > Therefore, I propose to change the tooling ({{build.sh}}) in > {{flink-container}} to have only two options: > a) {{from-release}}, which uses `library/flink` as base image and basically > only adds the user jar. (<--- for Flink users) > b) {{from-local-dist}}, which also uses `library/flink` as base image but > replaces the flink-dist by the local flink-dist ( <--- for Flink developer) -- This message was sent by Atlassian Jira (v8.3.4#803005)