首页 > 其他 > 详细

centraldogma git 镜像配置

时间:2021-08-12 23:28:59      阅读:20      评论:0      收藏:0      [点我收藏+]

git 镜像的场景主要是将git repo 同步到centraldogma 中,配置还是比较简单的,主要是关于定时任务,centraldogma repo 关联,账户信息

参考运行

  • centraldogma 环境
version: "3"
services: 
    app:
        image: line/centraldogma
        ports: 
        - "36462:36462"
  • 配置镜像
    主要在项目中的meta repo 添加/mirrors.json 信息
    参考

技术分享图片

 

 

配置内容

 
[
  {
    "type": "single",
    "enabled": true,
    "schedule": "0 * * * * ?",
    "direction": "REMOTE_TO_LOCAL",
    "localRepo": "demo",
    "localPath": "/",
    "remoteUri": "git+http://<git-repo>"
  }
]
  • 效果

技术分享图片

 

 

说明

以上没有包含账户配置的,具体可以参考官方文档,同时我们基于镜像模式可以实现强大的配置读取,监听。。。

参考资料

https://line.github.io/centraldogma/mirroring.html

centraldogma git 镜像配置

原文:https://www.cnblogs.com/rongfengliang/p/15135247.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!