Commit cb8cd6a0 authored by liuqiang's avatar liuqiang
Browse files

Merge branch 'liuqianli/dev-node' into 'main'

modify

See merge request !3
parents 4c5eb8f1 ff86e70a
...@@ -12,7 +12,7 @@ UNAME_M := $(shell uname -m) ...@@ -12,7 +12,7 @@ UNAME_M := $(shell uname -m)
REPOPREFIX?=harbor.tensorsecurity.com/tensorsecurity REPOPREFIX?=harbor.tensorsecurity.com/tensorsecurity
## 指定镜像tag ## 指定镜像tag
IMAGE_TAG?=v0.0.1 IMAGETAG?=testcn
## 指定国内源 ## 指定国内源
MIRROR_SOURCE?=mirrors.aliyun.com MIRROR_SOURCE?=mirrors.aliyun.com
...@@ -39,4 +39,4 @@ waf-console: ...@@ -39,4 +39,4 @@ waf-console:
go build -v \ go build -v \
-tags=jsoniter -o dist/waf-console gitlab.com/tensorsecurity-rd/waf-console/cmd -tags=jsoniter -o dist/waf-console gitlab.com/tensorsecurity-rd/waf-console/cmd
#upx --lzma --best dist/waf-console #upx --lzma --best dist/waf-console
docker build -t $(REPOPREFIX)/waf-console:$(IMAGE_TAG) -f ./build/Dockerfile . docker build -t $(REPOPREFIX)/waf-console:$(IMAGETAG) -f ./build/Dockerfile .
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment