GCP image handling enhancements

- the `public` option was not previously implemented
- add `replace` only for GCP images which will error otherwise. Only
  recommended for use in development, in production use the `--name` option
  to provide a different name eaxch time. Note only applies to GCP images,
  will document these options properly soon.
- add a `family` option; this allows you to upload many images and the
  user can select the latest using the `family` option instead of a specific
  image.

Signed-off-by: Justin Cormack <justin.cormack@docker.com>
This commit is contained in:
Justin Cormack
2017-03-16 13:08:37 +00:00
parent 657c97c4fb
commit ff941778e4
4 changed files with 27 additions and 5 deletions

View File

@@ -42,3 +42,5 @@ outputs:
- format: gce
project: moby
bucket: mobytestjustin
family: moby-dev
replace: true