frankvicky commented on code in PR #18389: URL: https://github.com/apache/kafka/pull/18389#discussion_r1916932014
########## 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: I shouldn't change this one. This dockfile somehow is only for AK 3.7. We should revert the change. WDYT ? -- 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