moby--moby/builder/dockerfile
Daniel Nephin 0296797f0f Extract squash and tagging from the Dockerfile builder.
Remove pathCache and replace it with syncmap
Cleanup NewBuilder
Create an api/server/backend/build
Extract BuildTagger

Signed-off-by: Daniel Nephin <dnephin@docker.com>
2017-05-01 12:07:32 -04:00
..
command
parser
bflag.go
bflag_test.go
buildargs.go
buildargs_test.go
builder.go Extract squash and tagging from the Dockerfile builder. 2017-05-01 12:07:32 -04:00
builder_test.go
builder_unix.go
builder_windows.go
dispatchers.go Extract squash and tagging from the Dockerfile builder. 2017-05-01 12:07:32 -04:00
dispatchers_test.go
dispatchers_unix.go
dispatchers_unix_test.go
dispatchers_windows.go
dispatchers_windows_test.go
envVarTest
evaluator.go Extract squash and tagging from the Dockerfile builder. 2017-05-01 12:07:32 -04:00
evaluator_test.go
evaluator_unix.go
evaluator_windows.go
imagecontext.go Extract squash and tagging from the Dockerfile builder. 2017-05-01 12:07:32 -04:00
internals.go
internals_test.go Extract squash and tagging from the Dockerfile builder. 2017-05-01 12:07:32 -04:00
internals_unix.go
internals_windows.go
internals_windows_test.go
mockbackend_test.go
shell_parser.go
shell_parser_test.go
support.go
support_test.go
utils_test.go
wordsTest