Cannot create vagrant box from digital ocean with packer? -


i'm using port-processor of packer create vagrant box digital ocean image, error:

==> digitalocean (vagrant): creating vagrant box 'digitalocean'   provider build 'digitalocean' errored: 1 error(s) occurred:  * post-processor failed: poorly formatted artifact id: 12740136  ==> builds didn't complete , had errors: --> digitalocean: 1 error(s) occurred:  * post-processor failed: poorly formatted artifact id: 12740136  ==> builds finished no artifacts created. 

this post-processor code

"post-processors": [           [{               "type": "vagrant",               "keep_input_artifact": true           },           {               "type": "atlas",               "artifact": "{{user `atlas_username`}}/{{user `atlas_name`}}",               "artifact_type": "vagrant.box",               "metadata": {                   "provider": "virtualbox",                   "version": "0.0.1"               }         }] 

i'm build remote packer 0.8.1dev on atlas.hashicorp.com. how can fix it?


Comments

Popular posts from this blog

javascript - Using jquery append to add option values into a select element not working -

Android soft keyboard reverts to default keyboard on orientation change -

jquery - javascript onscroll fade same class but with different div -