merlimat opened a new pull request #4184: Use multi-stage build for Docker images URL: https://github.com/apache/pulsar/pull/4184 ### Motivation Following from the discussion on #3602, changing the DockerFile to use multi-stage build. This avoids having the Pulsar tgz to be included twice in the image (because of the `mv /apache-pulsar-2.x.y /pulsar`). The image size goes from 1G to < 400MB.
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
