zentol opened a new pull request #14630: URL: https://github.com/apache/flink/pull/14630
This PR moves most of the docker-entrypoint.sh logic into a new script within the distribution to reduce the maintenance burden and release issues. Everything but the jmalloc switch and dropping of privileges has been moved. Some minor adjustments have been made to the file; - _FLINK_HOME_DETERMINED is now always set to true, not just in the native-kubernetes/generic modes - bin/config.sh is now always sourced, not just in the native-kubernetes/generic modes - use more specific directories (e.g., FLINK_OPT_DIR) where possible. This branch works against a dev flink-docker branch for CI purposes. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org