[ 
https://issues.apache.org/jira/browse/FLINK-29529?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Gyula Fora closed FLINK-29529.
------------------------------
    Resolution: Fixed

merged to main a978375daeefbf23b548aab940a7ad3c366aa661

> Update flink version in flink-python-example of flink k8s operator
> ------------------------------------------------------------------
>
>                 Key: FLINK-29529
>                 URL: https://issues.apache.org/jira/browse/FLINK-29529
>             Project: Flink
>          Issue Type: Improvement
>          Components: Kubernetes Operator
>            Reporter: Biao Geng
>            Assignee: Sriram Ganesh
>            Priority: Minor
>
> Currently, we hardcoded the version of both flink image and pyflink pip 
> package as 1.15.0 in the example's Dockerfile. It is not the best practice as 
> the flink has new 1.15.x releases.
> We had better do following improvements:
> {{FROM flink:1.15.0 -> FROM flink:1.15}}
> {{RUN pip3 install apache-flink==1.15.0 -> RUN pip3 install 
> "apache-flink>=1.15.0,<1.16.0"}}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to