mirror of
https://github.com/wahyd4/kt-connect.git
synced 2026-08-26 05:45:54 +10:00
8 lines
541 B
Python
Executable File
8 lines
541 B
Python
Executable File
echo $TAG
|
|
TAG=$(echo $TRAVIS_BRANCH | sed "s/\//-/")
|
|
TAG=${TAG:-latest}
|
|
docker build -t registry.cn-hangzhou.aliyuncs.com/rdc-incubator/kt-connect -f docker/kt-connect/Dockerfile .
|
|
|
|
docker build -t registry.cn-hangzhou.aliyuncs.com/rdc-incubator/kt-connect-shadow:$TAG -f docker/shadow/Dockerfile .
|
|
docker build -t registry.cn-hangzhou.aliyuncs.com/rdc-incubator/kt-connect-dashboard:$TAG -f docker/dashboard/Dockerfile .
|
|
docker build -t registry.cn-hangzhou.aliyuncs.com/rdc-incubator/kt-connect-server:$TAG -f docker/apiserver/Dockerfile . |