mirror of
https://gitee.com/rainbond/Rainbond.git
synced 2024-12-01 03:07:51 +08:00
[FMT] update rainbond cni release version
This commit is contained in:
parent
a601f432ee
commit
8ff39470d0
@ -31,9 +31,9 @@ build::node() {
|
||||
FROM alpine:3.6
|
||||
COPY pkg.tgz /
|
||||
EOF
|
||||
docker build -t ${BASE_NAME}/cni:rbd_v$VERSION .
|
||||
docker build -t ${BASE_NAME}/cni:rbd_$VERSION .
|
||||
if [ "$1" = "push" ];then
|
||||
docker push ${BASE_NAME}/cni:rbd_v$VERSION
|
||||
docker push ${BASE_NAME}/cni:rbd_$VERSION
|
||||
fi
|
||||
popd
|
||||
}
|
||||
@ -81,7 +81,7 @@ build::image() {
|
||||
}
|
||||
|
||||
build::all(){
|
||||
local build_items=(api chaos entrance monitor mq webcli worker eventlog)
|
||||
local build_items=(api chaos gateway monitor mq webcli worker eventlog)
|
||||
for item in ${build_items[@]}
|
||||
do
|
||||
build::image $item $1
|
||||
|
Loading…
Reference in New Issue
Block a user