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

Error while building docker image #102

Open
kunalvjti opened this issue May 3, 2016 · 0 comments
Open

Error while building docker image #102

kunalvjti opened this issue May 3, 2016 · 0 comments

Comments

@kunalvjti
Copy link

$ docker build -t skydock .
Sending build context to Docker daemon 194.6 kB
Step 1 : FROM crosbymichael/golang
---> 4335074ec436
Step 2 : RUN go get -u github.com/crosbymichael/skydock
---> Running in eb2dbf29ba1d

cd .; git clone https://github.com/crosbymichael/log /go/src/github.com/crosbymichael/log

Cloning into '/go/src/github.com/crosbymichael/log'...
fatal: could not read Username for 'https://github.com': No such device or address
package github.com/crosbymichael/skydock
imports github.com/crosbymichael/log: exit status 128
The command '/bin/sh -c go get -u github.com/crosbymichael/skydock' returned a non-zero code: 1

Looks like its trying to clone crosbymichael/log repo which doesn't exist ?

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

No branches or pull requests

1 participant