harbor-docker 插件

TODO(daniel-hutao): - 支持 docker-compose 安装配置 - 支持 https - 健壮性逻辑:判断机器上没有正在运行的 harbor

用例

下面的配置文件展示的是”tool file”的内容。

关于更多关于DevStream的主配置、tool file、var file的信息,请阅读核心概念概览DevStream配置.

YAML

  1. tools:
  2. # name of the tool
  3. - name: harbor-docker
  4. # id of the tool instance
  5. instanceID: default
  6. # format: name.instanceID; If specified, dtm will make sure the dependency is applied first before handling this tool.
  7. dependsOn: [ ]
  8. # options for the plugin
  9. options:
  10. hostname: harbor.example.com