Skip to content
This repository has been archived by the owner on Aug 28, 2019. It is now read-only.

Build breaks: no buildable Go source files in /gopath/src/github.com/Yelp/dockersh #17

Closed
rholbert opened this issue Jun 11, 2015 · 3 comments

Comments

@rholbert
Copy link

docker build .
Sending build context to Docker daemon 2.048 kB
Sending build context to Docker daemon
Step 0 : FROM google/golang
---> 3cc1d7ae0e9c
Step 1 : ENV GOPATH $GOPATH:/gopath/src/github.com/docker/libcontainer/vendor
---> Using cache
---> daf544781010
Step 2 : WORKDIR /gopath/src/github.com/Yelp/dockersh
---> Using cache
---> feff3061b265
Step 3 : ADD . /gopath/src/github.com/Yelp/dockersh/
---> Using cache
---> 26ef3b958ad3
Step 4 : RUN go get
---> Running in 3694d8a25e36
can't load package: package github.com/Yelp/dockersh: no buildable Go source files in /gopath/src/github.com/Yelp/dockersh
INFO[0000] The command [/bin/sh -c go get] returned a non-zero code: 1

@osobh
Copy link

osobh commented Jun 18, 2015

Reproduced the same error both with the docker container and manual build.

@sergeycherepanov
Copy link

Any updates?

@solarkennedy
Copy link
Contributor

Sorry, but I'm closing this because we are archiving this project.

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

No branches or pull requests

4 participants