summaryrefslogtreecommitdiff
path: root/hack/make-rules/image.sh
diff options
context:
space:
mode:
authorCongrool <chpzhangyifei@qq.com>2022-04-05 17:14:20 +0800
committerCongrool <chpzhangyifei@zju.edu.cn>2022-05-19 17:08:58 +0800
commit60e540a47345585110706ff0c27e1b0ad4f1b9e4 (patch)
tree049da8b4dde6fc836c3368b4f1b20e34fec37fcf /hack/make-rules/image.sh
parentinit edgeapplication (diff)
downloadkubeedge-60e540a47345585110706ff0c27e1b0ad4f1b9e4.tar.gz
controller manager fix
Signed-off-by: Congrool <chpzhangyifei@qq.com> Signed-off-by: Congrool <chpzhangyifei@zju.edu.cn>
Diffstat (limited to 'hack/make-rules/image.sh')
-rwxr-xr-xhack/make-rules/image.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/hack/make-rules/image.sh b/hack/make-rules/image.sh
index f93d5c6f3..275a55dbc 100755
--- a/hack/make-rules/image.sh
+++ b/hack/make-rules/image.sh
@@ -32,6 +32,7 @@ ALL_IMAGES_AND_TARGETS=(
csidriver:csidriver:build/csidriver/Dockerfile
iptablesmanager:iptables-manager:build/iptablesmanager/Dockerfile
edgemark:edgemark:build/edgemark/Dockerfile
+ controllermanager:controller-manager:build/controllermanager/Dockerfile
installation-package:installation-package:build/docker/installation-package/installation-package.dockerfile
)