moby--moby/utils
Tibor Vass e0ef11a4c2 Abstract builder and implement server-side dockerfile builder
This patch creates interfaces in builder/ for building Docker images.
It is a first step in a series of patches to remove the daemon
dependency on builder and later allow a client-side Dockerfile builder
as well as potential builder plugins.

It is needed because we cannot remove the /build API endpoint, so we
need to keep the server-side Dockerfile builder, but we also want to
reuse the same Dockerfile parser and evaluator for both server-side and
client-side.

builder/dockerfile/ and api/server/builder.go contain implementations
of those interfaces as a refactoring of the current code.

Signed-off-by: Tibor Vass <tibor@docker.com>
2015-10-06 19:10:19 -04:00
..
experimental.go golint: use golint to check package util 2015-07-22 05:34:13 +08:00
git.go golint: use golint to check package util 2015-07-22 05:34:13 +08:00
git_test.go Fix breakouts from git root during build 2015-06-01 22:10:55 +03:00
stubs.go golint: use golint to check package util 2015-07-22 05:34:13 +08:00
timeout.go Make RegistryConfig a typed value in the api. 2015-09-07 19:29:33 -04:00
utils.go Abstract builder and implement server-side dockerfile builder 2015-10-06 19:10:19 -04:00
utils_test.go Abstract builder and implement server-side dockerfile builder 2015-10-06 19:10:19 -04:00
utils_unix.go Windows: Fix long path handling for docker build 2015-09-15 10:58:11 -07:00
utils_windows.go Windows: Fix long path handling for docker build 2015-09-15 10:58:11 -07:00