From 2eabcd8ebec24db5a112f3c48ca50354db0354ff Mon Sep 17 00:00:00 2001 From: Xiangyu Wang Date: Fri, 8 Oct 2021 19:30:58 +0800 Subject: [PATCH] Update the target docker in Makefile (#9469) Signed-off-by: Xiangyu Wang --- Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index f4cceb5b25..aafd1fee2f 100644 --- a/Makefile +++ b/Makefile @@ -133,8 +133,10 @@ codecov-cpp: build-cpp-with-unittest @echo "Running cpp coverage..." @(env bash $(PWD)/scripts/run_cpp_codecov.sh) -#TODO: build each component to docker -docker: verifiers +# Package docker image locally. +# TODO: fix error occur at starting up +docker: install + ./build/build_image.sh # Build each component and install binary to $GOPATH/bin. install: all