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

Docker image build is failing step 8 #61

Open
bumbleio opened this issue Jul 31, 2019 · 6 comments
Open

Docker image build is failing step 8 #61

bumbleio opened this issue Jul 31, 2019 · 6 comments
Labels
bug Something isn't working

Comments

@bumbleio
Copy link

Looks like drogon.net is not serving wiringPI source code - please provide alternative location for code. Image build faile

Step 8/12 : RUN git clone git://git.drogon.net/wiringPi && cd wiringPi && ./build
---> Running in 7b27cafb4d1e
Cloning into 'wiringPi'...
fatal: unable to connect to git.drogon.net:
git.drogon.net[0: 188.246.205.22]: errno=Connection refused
git.drogon.net[1: 2a03:9800:10:7b::2]: errno=Cannot assign requested address

@bumbleio
Copy link
Author

bumbleio commented Jul 31, 2019

Fixed by replacing the Dockerfile line 27 with

RUN git clone https://github.com/WiringPi/WiringPi.git && \

@rubinkingma
Copy link

Same here, how do i change the dockerfile line ?

@mirage1usa
Copy link

Check these directories:

  • /home/pi/FruxePi/docker/armv7
  • /home/pi/FruxePi/docker/armv6

(depending on which chip architecture your pi uses, Choose either the arm6 or arm7 directory. Then edit the file "dockerfile" contents or you can just edit the "dockerfile" file in both arm directories)

Find this line in the file and change it to the new code.

OLD: RUN git clone git://git.drogon.net/wiringPi && \

NEW: RUN git clone https://github.com/WiringPi/WiringPi.git &&\

But mine still gave an "Error! Unable to configure Docker Images." at this point. I'm stuck for now. Suspect it needs YAML installed.

@luckciano
Copy link

Check these directories:

  • /home/pi/FruxePi/docker/armv7
  • /home/pi/FruxePi/docker/armv6

(depending on which chip architecture your pi uses, Choose either the arm6 or arm7 directory. Then edit the file "dockerfile" contents or you can just edit the "dockerfile" file in both arm directories)

Find this line in the file and change it to the new code.

OLD: RUN git clone git://git.drogon.net/wiringPi && \

NEW: RUN git clone https://github.com/WiringPi/WiringPi.git &&\

But mine still gave an "Error! Unable to configure Docker Images." at this point. I'm stuck for now. Suspect it needs YAML installed.

I have the same problem when running the installation script, with my raspberry pi 3 B, with my raspberry pi zero w i cant even reach that step because i couldnt install docker. Please if you found a solution to the docker images error post it, im following this thread.

@fruxefarms fruxefarms added the bug Something isn't working label Oct 7, 2019
@LeoZanella
Copy link

I'm having the same issue, can't use the fruxe

@dcaud
Copy link

dcaud commented Apr 5, 2020

Without fixes here, try an earlier commit:

https://github.com/fruxefarms/FruxePi/tree/07fe41c897399c2cdc948feefd2d018d049c9a0f

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

7 participants