frankvicky commented on code in PR #18844: URL: https://github.com/apache/kafka/pull/18844#discussion_r1965014560
########## docker/jvm/Dockerfile: ########## @@ -22,20 +22,24 @@ USER root # Get kafka from https://archive.apache.org/dist/kafka and pass the url through build arguments ARG kafka_url +ARG skip_signing=false Review Comment: Should we also let users be able to skip signing verification? Or do you mean we could have a fixed value `false` for `ENV skip_signing_verificatoin.` -- 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]
