这个仓库包含用于openGauss社区测试和自动化需求的工具和配置文件。
$ mvn clean install package -Dmaven.test.skip
$ cp target/index-tool.jar .
$ docker build -t index-tool:v1.0.5 .
$ docker run -v /local_path/application.yaml:/opengauss/application.yaml -d index-tool:v1.0.5
$ docker tag index-tool:v1.0.5 swr.ap-southeast-1.myhuaweicloud.com/opengauss/index-tool:v1.0.5
$ docker push swr.ap-southeast-1.myhuaweicloud.com/opengauss/index-tool:v1.0.5