这个插件可以帮助你轻松地将新的 docker 镜像交付到 fandogh PaaS。

YAML 配置示例

kind: pipeline
name: default

steps:
- name: fandogh
  image: amirbagh75/fandogh-drone:latest
  settings:
    username: 
      from_secret: fandoghuser
    password: 
      from_secret: fandoghpass
    version: ${DRONE_COMMIT}
    registry: "myregistry.com:5000" ## optional
    manifest_path: ./fandogh.yml

字段属性说明

  • username

    string可选项

    Fandogh 用户名。

    推荐使用密钥 (Secret) 功能

    默认值:none

  • password

    string可选项

    Fandogh 密码

    推荐使用密钥 (Secret) 功能

    默认值:none

  • version

    string可选项

    版本 ID。

    默认值:none

  • registry

    string可选项

    登记处网址。

    默认值:none

  • manifest_path

    string可选项

    清单路径。

    默认值:none