apache / incubator-streampark

Make stream processing easier! Easy-to-use streaming application development framework and operation platform.
https://streampark.apache.org/
Apache License 2.0
3.91k stars 1.01k forks source link

[Feature] Force a rebuild of the flink job's image for including the latest base image change #2951

Open Nivane opened 1 year ago

Nivane commented 1 year ago

Search before asking

Description

Flink Base Docker Image Config on StreamPark remains as the same, but I rebuild the base image and StreamPark couldn't know. If I start the application and the application docker image won't include the new base image. It will use the old application docker image.

Usage Scenario

No response

Related issues

No response

Are you willing to submit a PR?

Code of Conduct

wolfboys commented 1 year ago

You can try adding this parameter when starting the job: ‍-Dkubernetes.container.image.pull-policy=Always