From 9a9b768aca9f8cdbfa1fc93d507d8708a8570dbf Mon Sep 17 00:00:00 2001 From: rick Date: Thu, 19 Nov 2020 15:37:39 +0800 Subject: [PATCH] Add a command to builder docker image without test Signed-off-by: rick --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index f13baf76e..fe40dd0b4 100644 --- a/Makefile +++ b/Makefile @@ -79,6 +79,8 @@ openapi: # Build the docker image docker-build: all hack/docker_build.sh +docker-build-no-test: ks-apiserver controller-manager + hack/docker_build.sh # Run tests test: fmt vet