commit | 7d1aca975038374be63260bb30639c7cd7e153dc | [log] [tgz] |
---|---|---|
author | Jeremy Mowery <jermowery@email.arizona.edu> | Fri Apr 15 16:11:05 2016 -0700 |
committer | Jeremy Mowery <jermowery@email.arizona.edu> | Fri Apr 15 16:11:05 2016 -0700 |
tree | 449007b5f5b7311b1373dae06804ed7088691a17 | |
parent | f53e910f4f46310b3b95a5323ee7c85c8cb1015c [diff] |
Add in more debug stuff
diff --git a/containers/xos/Makefile b/containers/xos/Makefile index cf91988..1103407 100644 --- a/containers/xos/Makefile +++ b/containers/xos/Makefile
@@ -3,7 +3,7 @@ TOSCA_CONFIG_PATH:=/opt/xos/configurations/opencloud/opencloud.yaml XOS_GIT_REPO?=git://github.com/open-cloud/xos.git XOS_GIT_BRANCH?=master -NO_DOCKER_CACHE?=false +NO_DOCKER_CACHE?=true .PHONY: build build: ; sudo docker build --no-cache=${NO_DOCKER_CACHE} --rm -t ${IMAGE_NAME} .