From 910990115c1ef3ce3f28954766c0d11fc4aa0050 Mon Sep 17 00:00:00 2001 From: Timofey Turenko Date: Thu, 8 Aug 2019 16:58:07 +0300 Subject: [PATCH] add Docker to build VM temlates Now Docker is installed to VM which are used to build Maxscale. It allows to run tests which require Docker without installing it during build process. --- BUILD/mdbci/templates/build.json.template | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/BUILD/mdbci/templates/build.json.template b/BUILD/mdbci/templates/build.json.template index 08f93905a..9f3a21b6e 100644 --- a/BUILD/mdbci/templates/build.json.template +++ b/BUILD/mdbci/templates/build.json.template @@ -3,7 +3,11 @@ { "hostname" : "default", "memory_size" : "4096", - "box" : "$box" + "box" : "$box", + "product" : { + "name": "docker" + } + } }