clolov opened a new pull request, #21362: URL: https://github.com/apache/kafka/pull/21362
When creating a JVM Docker image for Kafka, due to recent(ish) changes in the Dockerfile, we set KAFKA_URL as an environment variable. This bakes the environment variable within the Docker image itself. In turn, this causes a faulty server.properties to be generated, which only contains a url=<URL> entry. This PR reverts to using an ARG. Building the Docker image locally and starting a container from it using https://hub.docker.com/r/apache/kafka#quick-start no longer exhibits the ENV. -- 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]
