From 074c155f4636849a0e0491b8540fc48e502bf416 Mon Sep 17 00:00:00 2001 From: Carlos Konstanski Date: Mon, 9 Oct 2017 10:05:36 -0600 Subject: build only one docker container, not all of them --- bootstrap/pillar_config.rb | 4 ---- 1 file changed, 4 deletions(-) (limited to 'bootstrap/pillar_config.rb') diff --git a/bootstrap/pillar_config.rb b/bootstrap/pillar_config.rb index 60460b1..8b4abb4 100755 --- a/bootstrap/pillar_config.rb +++ b/bootstrap/pillar_config.rb @@ -62,11 +62,7 @@ def process_yaml() exit(1) end yml = YAML.load_file(env_yaml_path) - yml["baseimage"] = {} yml["database"] = {} - yml["baseimage"]["image_name"] = "openbook_baseimage" - yml["baseimage"]["container_name"] = "baseimage" - yml["baseimage"]["build_dir"] = "/root/openbook_build/baseimage" yml["database"]["image_name"] = "openbook_database" yml["database"]["container_name"] = "database" yml["database"]["build_dir"] = "/root/openbook_build/database" -- cgit v1.3