summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authortedli <lizhen@outlook.jp>2019-03-25 22:00:41 +0800
committerSiddharth Bhadri <siddharth.bhadri@huawei.com>2019-03-25 19:30:41 +0530
commit5a33d14d12a1736e12f90f10de819198d0ae4b43 (patch)
tree248d6d452c2e91da9af5d73ac363ae5a6e180f58 /Makefile
parentMerge pull request #284 from sids-b/servicebus (diff)
downloadkubeedge-5a33d14d12a1736e12f90f10de819198d0ae4b43.tar.gz
Dockerfiles and scripts to containerize edge controller (#246)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 31a7d59df..a0edb5384 100644
--- a/Makefile
+++ b/Makefile
@@ -33,3 +33,8 @@ edgecontroller:
e2e_test:
bash tests/e2e/scripts/execute.sh
+IMAGE_TAG ?= $(shell git describe --tags)
+
+.PHONY: cloudimage
+cloudimage:
+ docker build -t kubeedge/edgecontroller:${IMAGE_TAG} -f build/cloud/Dockerfile .