chia7712 commented on code in PR #17554: URL: https://github.com/apache/kafka/pull/17554#discussion_r1845737954
########## tests/docker/Dockerfile: ########## @@ -153,4 +153,4 @@ RUN useradd -u $UID -ms /bin/bash ducker \ USER ducker -CMD sudo service ssh start && tail -f /dev/null Review Comment: we use the `tail` to make the container alive, and that can be replaced by detaching the sshd. Hence, could you please try to use `CMD ["sudo", "service", "ssh", "start", "-D"]` instaead? -- 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]
