-
Notifications
You must be signed in to change notification settings - Fork 3.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cannot stat '/packer-files/upload321089613': No such file or directory #2436
Comments
I see this same issue now: #901 |
@evadnoob Thanks, reopening this since the previous issue was closed but not resolved. |
I'm having this exact same issue.
I've tried with Docker running in latest Virtualbox 4 and VMWare Fusion 7.1.2, but I haven't tried a Docker older than 1.7.0 yet. |
Just for the record I was using older docker 1.6.x, same issue. |
Exact same here as well on OSX 10.10.4 with packer 0.8.2 and docker 1.7.1
|
When using docker-machine on a Mac only the /Users folder is shared with the VM. Uploads fail since the normal tmpdir is not shared. This change uses the local packer directory (usually when run in the users home folders) allowing it to work without setting TMPDIR explicitly. A better fix would be to use the docker API directly but that would force users to use docker API version 20+. This fixes hashicorp#901, fixes hashicorp#1752, fixes hashicorp#2436, fixes hashicorp#2675, fixes hashicorp#2697.
When using docker-machine on a Mac only the /Users folder is shared with the VM. Uploads fail since the normal tmpdir is not shared. This change uses the local packer directory (usually when run in the users home folders) allowing it to work without setting TMPDIR explicitly. A better fix would be to use the docker API directly but that would force users to use docker API version 20+. - fixes hashicorp#901, fixes hashicorp#1752, fixes hashicorp#2436, fixes hashicorp#2675, fixes hashicorp#2697.
When using docker-machine on a Mac only the /Users folder is shared with the VM. Uploads fail since the normal tmpdir is not shared. This change uses the local packer directory (usually when run in the users home folders) allowing it to work without setting TMPDIR explicitly. A better fix would be to use the docker API directly but that would force users to use docker API version 20+. - fixes hashicorp#901, fixes hashicorp#1752, fixes hashicorp#2436, fixes hashicorp#2675, fixes hashicorp#2697.
When using docker-machine on a Mac only the /Users folder is shared with the VM. Uploads fail since the normal tmpdir is not shared. This change uses the local packer directory (usually when run in the users home folders) allowing it to work without setting TMPDIR explicitly. A better fix would be to use the docker API directly but that would force users to use docker API version 20+. - fixes hashicorp#901, fixes hashicorp#1752, fixes hashicorp#2436, fixes hashicorp#2675, fixes hashicorp#2697.
I'm having issues getting the docker builder/provisioning working. The symptom appears to be that packer "hangs" waiting for the exit code from a command in the container.
run:
I have created a gist with the log and a couple of docker builds that are having the issue.
https://gist.github.com/evadnoob/38c5720937c5286ef61b
The text was updated successfully, but these errors were encountered: