umiddelb / armhf

interesting stuff about arm devices (Utilite, SolidRun, Odroid)
732 stars 113 forks source link

Go Path in Dockerfile #16

Closed aerodame closed 8 years ago

aerodame commented 8 years ago

I used to be able to build docker on my targets using the normal steps:

$ git clone -b 'v1.9.1' --single-branch https://github.com/docker/docker.git $ cd docker $ curl -L https://github.com/umiddelb/armhf/raw/master/Dockerfile.armv7 > Dockerfile $ sudo make build $ sudo make binary Now, I get a make error ...at STEP 41:

go get -v -d github.com/cpuguy83/go-md2man package code.google.com/p/go.net/html: unable to detect version control system for code.google.com/ path This kills the make. Is this a known issue?

umiddelb commented 8 years ago

@aerodame You may issue a PR to the docker/docker repository too, since they are affected by this change as well (external dependency change).