sep2 opened a new issue, #362: URL: https://github.com/apache/age/issues/362
**Is your feature request related to a problem? Please describe.** The docker image is too large compared to a postgres:11 image. apache/age:latest --- 801MB postgres:11 --- 284MB **Describe the solution you'd like** Reduce the image size using multi-stage build as described here https://docs.docker.com/build/building/multi-stage/ **Additional context** I'm not familar with the build process and what is incluced in the build output files, if you could give me a little details on what should be copied out & to where the output files need to be placed I could create a PR for it. -- 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]
