Open vladshved opened 7 years ago
The packer template formulates an artifact output path (line 93 on template.json)-
"output": "{{user vagrant_box_directory}}/packer_{{.BuildName}}_{{.Provider}}.box"
that if not specified defaults to using an environment variable that probably isn't there. Happened to me as well. Seems like you can specify the vagrant_box_directory
variable when you run packer or add it as an environment variable - PACKER_VAGRANT_BOX_DIR
to work around this.