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

Creating raspberry pi docker image #60

Open
ronnylov opened this issue Feb 6, 2019 · 2 comments
Open

Creating raspberry pi docker image #60

ronnylov opened this issue Feb 6, 2019 · 2 comments

Comments

@ronnylov
Copy link

ronnylov commented Feb 6, 2019

Hi!

I am looking into running an exit node on Raspberry Pi 3B+ hardware which is ARM. Have found some things that I think needs to be adjusted in a dockerfile for raspberry Pi. I can add more comments later if I found more things.

Looking at following file:
https://github.com/LetheanMovement/lethean-vpn/blob/master/Dockerfile

https://github.com/LetheanMovement/lethean-vpn/blob/master/Dockerfile#L1
this line can be changed to
FROM arm32v7/python:3.7.2-stretch

https://github.com/LetheanMovement/lethean-vpn/blob/master/Dockerfile#L8
This points to Linux amd64 build for cli wallet. For raspberry Pi it should point to an ARM build, but there is no such release yet. It can be compiled and hosted somewhere but it would be nice to have an official release to download.

https://github.com/LetheanMovement/lethean-vpn/blob/master/Dockerfile#L81
See comment below regarding raspbian zabbix repo:
#60 (comment)

That's all I have found so far.
Need to buy a Raspberry Pi to test this :-)

@ronnylov
Copy link
Author

ronnylov commented Feb 6, 2019

@limosek
Copy link
Contributor

limosek commented Apr 3, 2019

This should be easily solved by debianisation.
We can cross-compile debian packages for rpi

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

2 participants