Lines Matching full:image
3 # Common code to build a host image on GCE
19 DEFINE_string dest_image "vsoc-host-scratch-${USER}" "Image to create" "o"
20 DEFINE_string dest_family "" "Image family to add the image to" "f"
22 "Project to use for the new image" "p"
24 "Name of the instance to launch with the new image" "l"
26 "Image familty to use as the base" "s"
28 "Project holding the base image" "m"
99 --image-family="${FLAGS_source_image_family}" \
100 --image-project="${FLAGS_source_image_project}" \
108 --image-family="${FLAGS_source_image_family}" \
109 --image-project="${FLAGS_source_image_project}" \
116 # it has booted before giving it access to the clean image disk
140 --image-project="${FLAGS_build_project}" \
141 --image="${FLAGS_dest_image}" \
153 --source-image="${FLAGS_dest_image}" \
154 --source-image-project="${FLAGS_build_project}" \