moby--moby/builder/dockerfile
Daniel Nephin 5136096520 Fix copy when used with scratch and images with empty RootFS
Commit the rwLayer to get the correct DiffID
Refacator copy in thebuilder
move more code into exportImage
cleanup some windows tests
Release the newly commited layer.
Set the imageID on the buildStage after exporting a new image.
Move archiver to BuildManager.
Have ReleaseableLayer.Commit return a layer
and store the Image from exportImage in the local imageSources cache
Remove NewChild from image interface.

Signed-off-by: Daniel Nephin <dnephin@docker.com>
2017-06-08 15:07:16 -04:00
..
command
parser builder: add a test for `ENV name` (without `=value`) 2017-06-07 05:23:26 +00:00
bflag.go
bflag_test.go
buildargs.go
buildargs_test.go
builder.go Fix copy when used with scratch and images with empty RootFS 2017-06-08 15:07:16 -04:00
builder_test.go
builder_unix.go
builder_windows.go
containerbackend.go
copy.go Fix copy when used with scratch and images with empty RootFS 2017-06-08 15:07:16 -04:00
copy_test.go Fix copy when used with scratch and images with empty RootFS 2017-06-08 15:07:16 -04:00
copy_unix.go Fix copy when used with scratch and images with empty RootFS 2017-06-08 15:07:16 -04:00
copy_windows.go Remove CopyOnBuild from the daemon. 2017-06-08 15:06:54 -04:00
dispatchers.go Remove CopyOnBuild from the daemon. 2017-06-08 15:06:54 -04:00
dispatchers_test.go
dispatchers_unix.go
dispatchers_unix_test.go
dispatchers_windows.go
dispatchers_windows_test.go
envVarTest
evaluator.go Fix Cache with ONBUILD 2017-06-06 10:52:29 -04:00
evaluator_test.go
evaluator_unix.go
evaluator_windows.go
imagecontext.go Fix copy when used with scratch and images with empty RootFS 2017-06-08 15:07:16 -04:00
imageprobe.go
internals.go Fix copy when used with scratch and images with empty RootFS 2017-06-08 15:07:16 -04:00
internals_test.go
internals_unix.go Fix copy when used with scratch and images with empty RootFS 2017-06-08 15:07:16 -04:00
internals_windows.go Fix copy when used with scratch and images with empty RootFS 2017-06-08 15:07:16 -04:00
internals_windows_test.go Fix copy when used with scratch and images with empty RootFS 2017-06-08 15:07:16 -04:00
metrics.go
mockbackend_test.go Fix copy when used with scratch and images with empty RootFS 2017-06-08 15:07:16 -04:00
shell_parser.go
shell_parser_test.go
support.go
support_test.go
utils_test.go
wordsTest