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.8k stars 978 forks source link

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

Open Nivane opened 11 months ago

Nivane commented 11 months 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 10 months ago

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