From e85bed6293a1f734e4dd1204bcb608f3faefc154 Mon Sep 17 00:00:00 2001 From: runzexia Date: Tue, 30 Jul 2019 20:19:10 +0800 Subject: [PATCH] update contributing guide Signed-off-by: runzexia --- CONTRIBUTING.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 6e863767..a1f8c2f2 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -68,6 +68,9 @@ git clone https://github.com/kubesphere/kubesphere.git 2. Run Docker command to build image ```bash +# $REPO is the docker registry to push to +# $Tag is the tag name of the docker image +# The full go build process will be executed in the Dockerfile, so you may need to set GOPROXY in it. docker build -f build/ks-apigateway/Dockerfile -t $REPO/ks-apigateway:$TAG . docker build -f build/ks-apiserver/Dockerfile -t $REPO/ks-apiserver:$TAG . docker build -f build/ks-iam/Dockerfile -t $REPO/ks-account:$TAG . -- GitLab