1 Star 0 Fork 1

dean/ch-gateway

forked from 朝华/ch-gateway 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
dockerImage.gradle 509 Bytes
一键复制 编辑 原始数据 按行查看 历史
麻智敏 提交于 2019-05-07 14:18 +08:00 . init
apply plugin: 'docker'
jar {
version = 'latest'
}
task buildDocker(type: Docker, dependsOn: build, group: "custom") {
push = true
applicationName = jar.baseName
tagVersion = jar.version
dockerfile = file('src/main/docker/Dockerfile')
doFirst {
copy {
from jar
into stageDir
}
}
}
docker {
useApi true
hostUrl 'http://192.168.1.110:5678'
apiUsername 'docker-ch'
apiPassword '123456'
apiEmail '[email protected]'
// maintainer 'Guillaume J. Charmes "[email protected]"'
group ''
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/yaoqis/ch-gateway.git
[email protected]:yaoqis/ch-gateway.git
yaoqis
ch-gateway
ch-gateway
master

搜索帮助