summaryrefslogtreecommitdiffstats
path: root/conductor/docker/build-dockers.sh
diff options
context:
space:
mode:
authorIkram Ikramullah (ikram@research.att.com) <ikram@research.att.com>2018-03-12 12:39:31 -0400
committerIkram Ikramullah (ikram@research.att.com) <ikram@research.att.com>2018-03-12 12:40:13 -0400
commitbfcbea292aa9e9c3e01bddd1cba80035c85df8ec (patch)
tree6d1271fea31e0fab1ec8e52502cdbf85a2c2b18f /conductor/docker/build-dockers.sh
parentbe08ec28dc94e6a5b3bd21c422dd90a28a5a979e (diff)
Moved all docker files moved to main folder
Issue-ID: OPTFRA-123 Change-Id: I9334bda9ef05ed18c4e1fe35616b53e9ba128dc1 Signed-off-by: Ikram Ikramullah (ikram@research.att.com) <ikram@research.att.com>
Diffstat (limited to 'conductor/docker/build-dockers.sh')
-rwxr-xr-xconductor/docker/build-dockers.sh8
1 files changed, 0 insertions, 8 deletions
diff --git a/conductor/docker/build-dockers.sh b/conductor/docker/build-dockers.sh
deleted file mode 100755
index f62a6fd..0000000
--- a/conductor/docker/build-dockers.sh
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/bin/bash
-# TODO (IKRAM): need to test api only first to test the docker upload chain.
-# Will enable the others once api is tested
-docker build -t api api/
-docker build -t controller controller/
-docker build -t data data/
-docker build -t solver solver/
-docker build -t reservation reservation/