1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/daemon/graphdriver
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
..
aufs Adds ability to squash image after build 2016-11-01 13:41:59 -04:00
btrfs
devmapper Fix the typo of URLs 2016-10-19 17:46:27 +08:00
graphtest
overlay pkg/archive: remove unnecessary Archive and Reader type 2016-10-20 19:31:24 -07:00
overlay2 Adds ability to squash image after build 2016-11-01 13:41:59 -04:00
quota Make golint happy. 2016-10-17 17:28:27 -07:00
register
vfs
windows Windows: support docker diff 2016-10-28 11:06:54 -07:00
zfs
counter.go
driver.go Adds ability to squash image after build 2016-11-01 13:41:59 -04:00
driver_freebsd.go
driver_linux.go
driver_solaris.go
driver_unsupported.go
driver_windows.go
fsdiff.go pkg/archive: remove unnecessary Archive and Reader type 2016-10-20 19:31:24 -07:00
plugin.go Make experimental a runtime flag 2016-10-24 15:20:01 -07:00
proxy.go Make experimental a runtime flag 2016-10-24 15:20:01 -07:00