我想在每次提交时将 docker 映像版本化为 master 或每当我创建新的 git 标签时。是否可以使用他们的自动 Docker 注册表?到目前为止,我只能在特定的分支上找到构建,但我找不到任何方法来告诉 DockerHub 在我推送新的 git 标签时创建新的 docker 标签
问问题
231 次
1 回答
0
无人机是持续集成工具。我认为如果你使用无人机,你可以按照你所说的那样做。
首先,您必须安装无人机。
参考:https ://github.com/drone/drone#installation
二、设置无人机并启动。github(或bitbuckit)等...
参考:https ://github.com/drone/drone#setup
三、创建.drone.yml
参考
- https://github.com/drone/drone#build-configuration
- http://drone.readthedocs.org/en/latest/publish.html#docker
四、Enable commit hook inhttp://localhost:8000/
然后
无人机将自动构建和推送 docker 注册表。
祝你好运。
于 2014-12-19T13:10:09.750 回答