Skip to content
This repository has been archived by the owner on Feb 11, 2020. It is now read-only.

Dockerfile-rpi not working #582

Closed
jcsogo opened this issue Dec 28, 2016 · 4 comments
Closed

Dockerfile-rpi not working #582

jcsogo opened this issue Dec 28, 2016 · 4 comments

Comments

@jcsogo
Copy link

jcsogo commented Dec 28, 2016

I have tried first running the image of mosca from docker hub, but that one is compiled for amd64, not rpi (it would be a good idea to add a rpi version)

Then I have tried to compile my own one using Dockerfile-rpi. It was giving me several problems, until I decide to upgrade the rpi-node image from version 4 to version 6. This made everything compile and work.

-FROM hypriot/rpi-node:4
+FROM hypriot/rpi-node:6

@mcollina
Copy link
Collaborator

I've just triggered a build for dev-rpi. let me know if pulling that works.

@mcollina
Copy link
Collaborator

Hint, probably not. https://hub.docker.com/r/matteocollina/mosca/builds/bfzxinntndkq6zpbtdzoygm/

Docker Hub autobuild is not ARM.

@mcollina
Copy link
Collaborator

I've removed the autobuild for the rpi version, and updated the Dockerfile-rpi script.

@jcsogo
Copy link
Author

jcsogo commented Dec 29, 2016 via email

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

2 participants