JaredTan95 opened a new pull request #2992: Optimising docker image size. URL: https://github.com/apache/skywalking/pull/2992 Please answer these questions before submitting pull request - Why submit this pull request? - [ ] Bug fix - [ ] New feature provided - [ ] Improve performance In my opinion, I think the final image is too big. If there are no special requirements for the docker image, we can optimize it in some way. Before: ```bash skywalking/ui latest 733MB skywalking/oap latest 834MB ``` After: ```bash skywalking/ui latest 83.4MB skywalking/oap latest 184MB ```
---------------------------------------------------------------- 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
