55 hooks :
66 - make mod
77 - bash build/scripts/wintun.sh
8+ - bash build/scripts/docker.sh
89builds :
910 - id : " ktctl"
1011 main : ./cmd/ktctl/main.go
@@ -49,7 +50,7 @@ dockers:
4950 - " registry.cn-hangzhou.aliyuncs.com/rdc-incubator/kt-connect-shadow:latest"
5051 - " registry.cn-hangzhou.aliyuncs.com/rdc-incubator/kt-connect-shadow:{{ .Tag }}"
5152 - " registry.cn-hangzhou.aliyuncs.com/rdc-incubator/kt-connect-shadow:v{{ .Major }}"
52- dockerfile : build /docker/shadow/Dockerfile
53+ dockerfile : artifacts /docker/shadow/Dockerfile
5354 skip_push : false
5455 extra_files :
5556 - build/docker/shadow/run.sh
@@ -62,7 +63,7 @@ dockers:
6263 - " registry.cn-hangzhou.aliyuncs.com/rdc-incubator/kt-connect-router:latest"
6364 - " registry.cn-hangzhou.aliyuncs.com/rdc-incubator/kt-connect-router:{{ .Tag }}"
6465 - " registry.cn-hangzhou.aliyuncs.com/rdc-incubator/kt-connect-router:v{{ .Major }}"
65- dockerfile : build /docker/router/Dockerfile
66+ dockerfile : artifacts /docker/router/Dockerfile
6667 skip_push : false
6768 extra_files :
6869 - build/docker/router/nginx.conf
@@ -74,7 +75,7 @@ dockers:
7475 - " registry.cn-hangzhou.aliyuncs.com/rdc-incubator/kt-connect-navigator:latest"
7576 - " registry.cn-hangzhou.aliyuncs.com/rdc-incubator/kt-connect-navigator:{{ .Tag }}"
7677 - " registry.cn-hangzhou.aliyuncs.com/rdc-incubator/kt-connect-navigator:v{{ .Major }}"
77- dockerfile : build /docker/navigator/Dockerfile
78+ dockerfile : artifacts /docker/navigator/Dockerfile
7879 skip_push : false
7980 extra_files :
8081 - build/docker/navigator/setup_iptables.sh
0 commit comments