m1a2st commented on code in PR #17432: URL: https://github.com/apache/kafka/pull/17432#discussion_r1793696106
########## tests/docker/Dockerfile: ########## @@ -60,7 +60,7 @@ ARG ducker_creator=default LABEL ducker.creator=$ducker_creator # Update Linux and install necessary utilities. -# we have to install git since it is included in openjdk:8 but not openjdk:11 +# we have to install git since it is not included in openjdk:11 Review Comment: I think we can remove this comment, as later versions of the container no longer have Git installed. -- 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]
