Hacker News new | ask | show | jobs
by SadCordDrone 881 days ago
I'm actually surprised that grafana is just 350 MB, I deal with more trivial images which pack 700-800 MBs.
1 comments

The grafana/grafana-oss docker image has a bin/grafana static go binary that takes up 180MB. It compresses to 20% that size as does the long tail of .js.map files each of which are 1MB to 10MB in size. Presumably these are only there for debugging Javascript. I wonder why they were included?

The whole image is ~80MB, compressed. It is, indeed, impressively lean.