Merge pull request #17 from x-cray/add-force-option

Add option to replace existing matched image tags
This commit is contained in:
Brad Rydzewski
2015-11-27 19:37:15 -08:00
2 changed files with 7 additions and 1 deletions

View File

@@ -7,6 +7,7 @@ The following parameters are used to configure this plugin:
* `email` - authenticates with this email
* `repo` - repository name for the image
* `tag` - repository tag for the image
* `force_tag` - replace existing matched image tags
* `insecure` - enable insecure communication to this registry
* `mirror` - use a mirror registry instead of pulling images directly from the central Hub
* `storage_driver` - use `aufs`, `devicemapper`, `btrfs` or `overlay` driver