|
|
|
|
|
by heads
883 days ago
|
|
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. |
|