可满足openGauss社区测试和自动化需求,提供相关工具和配置文件,支持通过Maven编译构建,生成Docker镜像并运行,助力社区高效开展测试与自动化工作。【此简介由AI生成】
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
| 1 年前 | ||
| 8 个月前 | ||
| 3 年前 | ||
| 1 年前 | ||
| 5 年前 | ||
| 6 年前 | ||
| 6 年前 | ||
| 4 年前 | ||
| 7 个月前 | ||
| 1 年前 |
infra
介绍
这个仓库包含用于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
项目介绍
可满足openGauss社区测试和自动化需求,提供相关工具和配置文件,支持通过Maven编译构建,生成Docker镜像并运行,助力社区高效开展测试与自动化工作。【此简介由AI生成】
定制我的领域