abstractdog commented on code in PR #5880: URL: https://github.com/apache/hive/pull/5880#discussion_r2179156722
########## Jenkinsfile: ########## @@ -129,7 +129,7 @@ def sonarAnalysis(args) { def hdbPodTemplate(closure) { podTemplate( containers: [ - containerTemplate(name: 'hdb', image: 'wecharyu/hive-dev-box:executor', ttyEnabled: true, command: 'tini -- cat', + containerTemplate(name: 'hdb', image: 'ayushtkn/hive-dev-box:executor', ttyEnabled: true, command: 'tini -- cat', Review Comment: note: this definitely needs a follow-up (I won't block this change), because we still haven't taken care of adapting the hive-dev-box, so now we have different images on different branches, still no version-controlled Dockerfile + image in an official apache docker repo -- 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: gitbox-unsubscr...@hive.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: gitbox-unsubscr...@hive.apache.org For additional commands, e-mail: gitbox-h...@hive.apache.org