Skip to content
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

Fails with ENOENT #57

Open
rajinder-yadav opened this issue Feb 26, 2017 · 3 comments
Open

Fails with ENOENT #57

rajinder-yadav opened this issue Feb 26, 2017 · 3 comments
Labels

Comments

@rajinder-yadav
Copy link

tscli: dev$ trevor 

 ◌ 7: downloading base image
 ◌ 6: downloading base image
 ✖ 5: error
 ◌ 4: downloading base image
Error: ENOENT: no such file or directory, unlink '/home/yadav/dev/projects/tscli/.5.dockerfile'

I am using Linux 4.4.0-64-generic:

tscli: dev$ docker -v
Docker version 1.13.1, build 092cba3
@vadimdemedes
Copy link
Owner

Thanks for reporting!

@dawsbot
Copy link

dawsbot commented Mar 23, 2017

Same issue on MacOS Sierra:

trevor --version: 2.3.0
docker -v: Docker version 17.03.0-ce, build 60ccb22

sist output:

shell

uname: Darwin
echo $SHELL: /bin/zsh
echo $TERM: xterm-256color
echo $TERM_PROGRAM: iTerm.app

node

npm -v: 3.10.10
node --version: v6.10.1

Time created: Thu Mar 23 2017 10:42:04 GMT-0700 (PDT)

Full Error:

trevor

 ✖ 0.6:  error
 ◌ 0.8:  downloading base image
 ◌ 0.10: downloading base image
 ◌ 4:    downloading base image
 ◌ 6:    downloading base image
 ◌ 7:    downloading base image
Error: ENOENT: no such file or directory, unlink '/Users/dawsonbotsford/rotting/winston/.0.6.dockerfile'
    at Error (native)

@Arttse
Copy link

Arttse commented Jun 14, 2017

Same on Linux Ubuntu 16.04.

➜ uname -rio
4.8.0-54-generic x86_64 GNU/Linux

➜ trevor --version
2.3.0

➜ docker -v
Docker version 17.03.1-ce, build c6d412e

➜ npm -v
5.0.3

➜ node -v
v8.1.0

Full trevor output:

➜ trevor

 ◌ 8:    downloading base image
 ◌ 7:    downloading base image
 ◌ 6:    downloading base image
 ◌ 5:    downloading base image
 ◌ 4:    downloading base image
 ✖ iojs: error
 ◌ 0.12: downloading base image
 ◌ 0.10: downloading base image
Error: ENOENT: no such file or directory, unlink '/home/arttse/trevor-test/.iojs.dockerfile'

P.S. if I remove iojs from .travis.yml the problem does not occur.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants