Commit graph

3 commits

Author SHA1 Message Date
Andrew Cholakian
7cb08df480 DRY docker shell scripts for use with docker CI
We'll be using ci/docker_run.sh to run our x-pack build scripts soon,
so this refactor makes sense

Fixes #9245
2018-03-15 23:50:33 +00:00
Armin
e653f7e707 BUILD: Prevent zombie Docker Runs
Fixes #8953
2018-01-16 16:28:06 +00:00
Jake Landis
196d1a1f7e Introduce docker for CI builds.
This commit includes:
* A base Dockerfile and script to push to a Docker repo
* A per-build Dockerfile (derived from the base)
* Updates to the test scripts to allow for more parallel builds
* Docker wrappers for the tests scripts
* Update for the integration test readme to manually run the tests
* Clean up the output of the Java tests
* Remove offline tag for tests (no longer needed that we don't use docker dependent services)

This commit does NOT include:
* Changes needed for the CI system to use Docker

Fixes #8223
2017-09-14 18:55:41 +00:00