加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
build.sh 631 Bytes
一键复制 编辑 原始数据 按行查看 历史
SS 提交于 2020-12-03 18:35 . 版本升级
echo "版本:$1";
mvn package -Pgateway
mvn package -Pallinone
cd boot
mvn docker:build -Pallinone
cd ..
docker tag ibiz4j/ibizlab-runtime:latest ibiz4j/ibizlab-runtime:$1-RC1
docker push ibiz4j/ibizlab-runtime:$1-RC1
docker push ibiz4j/ibizlab-runtime:latest
docker tag ibiz4j/ibizlab-runtime:$1-RC1 registry.cn-shanghai.aliyuncs.com/ibizsys/ibizlab-runtime:$1-RC1
docker push registry.cn-shanghai.aliyuncs.com/ibizsys/ibizlab-runtime:$1-RC1
docker tag ibiz4j/ibizlab-runtime:latest registry.cn-shanghai.aliyuncs.com/ibizsys/ibizlab-runtime:latest
docker push registry.cn-shanghai.aliyuncs.com/ibizsys/ibizlab-runtime:latest
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化