-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
Description
Hello team, thanks for such a great product!
I was taking a look at your datalust/seq
docker images and note that it should be possible to roughly halve the size of the image as they contain a duplicated file layer.
Layer 12 and Layer 13 are virtually identical in size ~106 Mb and contain duplicate files.
Layer 13 is running chmod and chgrp commands which ends up adding full copies of some big files, whereas you could be pre-applying this in a different docker build stage and then just add them once to the final image.
Hope this helps!
Alex