frankvicky commented on code in PR #18389: URL: https://github.com/apache/kafka/pull/18389#discussion_r1916982368
########## docker/docker_official_images/3.7.0/jvm/Dockerfile: ########## @@ -78,7 +78,7 @@ RUN set -eux ; \ chmod -R ug+w /etc/kafka /var/lib/kafka /etc/kafka/secrets; \ cp /opt/kafka/config/log4j.properties /etc/kafka/docker/log4j.properties; \ cp /opt/kafka/config/tools-log4j.properties /etc/kafka/docker/tools-log4j.properties; \ - cp /opt/kafka/config/kraft/reconfig-server.properties /etc/kafka/docker/server.properties; \ + cp /opt/kafka/config/kraft/server.properties /etc/kafka/docker/server.properties; \ Review Comment: Glad it was a lucky guess that turned out to be the right fix! 😅 I just checked the branch 3.7 and I understand now. -- 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: jira-unsubscr...@kafka.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org