1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
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 Change builder.dispatchers to use a dispatchRequest object 2017-04-24 14:21:19 -04:00
bflag_test.go
buildargs.go Extract imageProber and ContainerBackend from Builder 2017-05-23 15:12:58 -04:00
buildargs_test.go Extract imageProber and ContainerBackend from Builder 2017-05-23 15:12:58 -04:00
builder.go Fix copy when used with scratch and images with empty RootFS 2017-06-08 15:07:16 -04:00
builder_test.go Remove pkg/testutil/assert in favor of testify 2017-04-14 12:03:21 -07:00
builder_unix.go
builder_windows.go
containerbackend.go Extract imageProber and ContainerBackend from Builder 2017-05-23 15:12:58 -04:00
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 Extract imageProber and ContainerBackend from Builder 2017-05-23 15:12:58 -04:00
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 Refactor builder.calcCopyInfo and dependencies 2017-05-17 09:54:39 -04:00
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 Extract imageProber and ContainerBackend from Builder 2017-05-23 15:12:58 -04:00
internals.go Fix copy when used with scratch and images with empty RootFS 2017-06-08 15:07:16 -04:00
internals_test.go Extract squash and tagging from the Dockerfile builder. 2017-05-01 12:07:32 -04:00
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 Add extra prometheus metrics 2017-05-09 01:04:40 -07:00
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 Create a new ShellLex struct which provides the expected interface to Builder. 2017-04-26 19:39:16 -04:00
shell_parser_test.go Create a new ShellLex struct which provides the expected interface to Builder. 2017-04-26 19:39:16 -04:00
support.go
support_test.go
utils_test.go
wordsTest