Abacn commented on code in PR #37133:
URL: https://github.com/apache/beam/pull/37133#discussion_r2666375055
##########
runners/flink/job-server-container/flink_job_server_container.gradle:
##########
@@ -53,15 +53,19 @@ task copyDockerfileDependencies(type: Copy) {
}
def pushContainers = project.rootProject.hasProperty(["isRelease"]) ||
project.rootProject.hasProperty("push-containers")
+def containerName = project.parent.name.startsWith("2") ? "flink_job_server" :
"flink${project.parent.name}_job_server"
Review Comment:
Sorry, this is part of #31631. Also noted there I intended to make this
change in new Flink (major) version to avoid breaking existing users.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]