moby--moby/migrate/v1
Brian Goff 362369b4bb Adds ability to squash image after build
Allow built images to be squash to scratch.
Squashing does not destroy any images or layers, and preserves the
build cache.

Introduce a new CLI argument --squash to docker build
Introduce a new param to the build API endpoint `squash`

Once the build is complete, docker creates a new image loading the diffs
from each layer into a single new layer and references all the parent's
layers.

Signed-off-by: Brian Goff <cpuguy83@gmail.com>
2016-11-01 13:41:59 -04:00
..
migratev1.go Generalize content addressable and reference storage 2016-09-15 18:08:19 -07:00
migratev1_test.go Adds ability to squash image after build 2016-11-01 13:41:59 -04:00