Commit Graph

13 Commits

Author SHA1 Message Date
David Gageot 1b7cfb0ce6 Faster in-container build.
Start the container only once

Signed-off-by: David Gageot <david@gageot.net>
2015-11-10 16:43:52 +01:00
David Gageot 956b0bb65c FIX #1985 Build with Docker on TravisCI
Signed-off-by: David Gageot <david@gageot.net>
2015-10-26 09:20:11 +01:00
Olivier Gambier d36fa5f9ff Minor cleanup and fix #2022
Signed-off-by: Olivier Gambier <olivier@docker.com>
2015-10-20 19:23:36 -07:00
Nathan LeClaire c8edb33ecd Move towards using external binaries / RPC plugins
- First RPC steps

- Work on some flaws in RPC model

- Remove unused TLS settings from Engine and Swarm options

- Add code to correctly encode data over the network

- Add client driver for RPC

- Rename server driver file

- Start to make marshal make sense

- Fix silly RPC method args and add client

- Fix some issues with RPC calls, and marshaling

- Simplify plugin main.go

- Move towards 100% plugin in CLI

- Ensure that plugin servers are cleaned up properly

- Make flag parsing for driver flags work properly

Includes some work carried from @dmp42 updating the build process and
tests to use the new method.

Signed-off-by: Nathan LeClaire <nathan.leclaire@gmail.com>
2015-10-16 16:34:56 -07:00
Olivier Gambier 3e2e3d0a59 Build system enhancements
- new simpler targets:
 * make machine
 * make plugins
 * make cross
- fixed windows cross build to output .exe files

Signed-off-by: Olivier Gambier <olivier@docker.com>
2015-10-15 13:26:45 -07:00
Olivier Gambier f4f3814d11 Fix building in docker
- now has the default build target on `make`
- test depends on non-bogus target

Signed-off-by: Olivier Gambier <olivier@docker.com>
2015-10-09 11:12:48 -07:00
Olivier Gambier 56160e0058 Prepare build for plugins PR
Signed-off-by: Olivier Gambier <olivier@docker.com>
2015-10-07 18:02:58 -07:00
Olivier Gambier 5fbfbe1ff7 Rehauled build system and integration testing
- USE_CONTAINER allow to seamlessly run targets inside or outside containers
- all build calls have been harmonized, honoring the same env variables
- contributing doc has been streamlined according to that
- kill the distinction between remote and local docker builds
- got rid of some of the byzantine calls in various asorted scripts
- support for static build, debug builds, verbose

Signed-off-by: Olivier Gambier <olivier@docker.com>
2015-09-18 15:47:00 -07:00
Ivan Mikushin 3c1caa5acb Build on any (even remote) docker
Signed-off-by: Ivan Mikushin <i.mikushin@gmail.com>
2015-08-19 13:18:25 +05:00
Nathan LeClaire 28831d1f65 Prioritize using make in build
Signed-off-by: Nathan LeClaire <nathan.leclaire@gmail.com>
2015-08-14 15:41:03 -07:00
Mary Anthony b36fd235b8 Fixes from testing of hugo
Signed-off-by: Mary Anthony <mary@docker.com>

Updating sed scripts

Signed-off-by: Mary Anthony <mary@docker.com>

Removing old make commands

Signed-off-by: Mary Anthony <mary@docker.com>
2015-06-18 13:15:04 -04:00
Sven Dowideit 80851aa53b Add the docs.docker.com build tooling
Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au>
2015-02-20 13:20:54 +10:00
Guillaume Giamarchi a94dde2b54 Add a Makefile
Signed-off-by: Guillaume Giamarchi <guillaume.giamarchi@gmail.com>
2014-12-14 22:49:41 +01:00