Re: [packer] user: could not determine current user from environment.?

2018-04-05 Thread test
Thank you for the prompt reply :) On Wednesday, April 4, 2018 at 6:19:38 PM UTC-4, Matthew Hooker wrote: > > For some reason, Packer couldn't identify the user from the environment. > This may already be solved if you use a newer version of Packer, but > otherwise the solution is to add "user":

Re: [packer] user: could not determine current user from environment.?

2018-04-04 Thread Matthew Hooker
For some reason, Packer couldn't identify the user from the environment. This may already be solved if you use a newer version of Packer, but otherwise the solution is to add "user": "" to the ansible provisioner, where is the ansible_user you want to use. We don't recommend running packer as

[packer] user: could not determine current user from environment.?

2018-04-04 Thread test
hi , i am trying to a gitlab-ci build using docker container ubuntu:latest i have installed packer and when i try to execute packer build command i am getting an error. please help me solve this error. My image.json file { "variables": { }, "builders": [{ "type": "amazon-ebs",