Files
docker-cli/components/engine/api/client
Tibor Vass d8db4defa7 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>
Upstream-commit: e0ef11a4c2c6789e08b61df082b5b9aa70898e7a
Component: engine
2015-10-06 19:10:19 -04:00
..
2015-09-11 15:31:55 +08:00
2015-09-01 08:41:37 -07:00
2015-09-22 21:27:20 +08:00
2015-09-25 14:52:09 -07:00
2015-09-09 19:37:33 +08:00
2015-08-08 20:02:44 +08:00
2015-07-27 21:23:15 +02:00
2015-09-11 15:31:55 +08:00
2015-10-04 21:22:27 +02:00
2015-10-04 21:22:27 +02:00