broadinstitute / viral-ngs-deploy

Deployment files related to https://github.com/broadinstitute/viral-ngs
Other
1 stars 3 forks source link

squash the Docker images at build time #50

Closed tomkinsc closed 7 years ago

tomkinsc commented 7 years ago

Looks like --squash is experimental, and not currently supported by the Travis docker service. Closing this for now.

dpark01 commented 7 years ago

what about trying Mike Lin's docker export | docker import approach?

https://github.com/vgteam/vg_docker/blob/0ddaf6a9fb835a423af8f5e698f7e4e075f51488/build.sh#L49-L55

tomkinsc commented 7 years ago

Looks like the docker export | docker import approach saves about ~150MB, or ~3% of the uncompressed image size.