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

Image for ARM machines #31

Closed
joeplus opened this issue Sep 17, 2015 · 5 comments
Closed

Image for ARM machines #31

joeplus opened this issue Sep 17, 2015 · 5 comments

Comments

@joeplus
Copy link

joeplus commented Sep 17, 2015

Hi and thanks for the great work!

My question is, if the docker image also works on arm based systems and if not what would need to change to do so?

Thanks and best regards
Jörg

@ingwinlu
Copy link

it would need a arm base image

@joeplus
Copy link
Author

joeplus commented Sep 17, 2015

That was my assumption as well. What about the other required packages. Are there any where not arm version exists?

@ypid
Copy link
Collaborator

ypid commented Sep 17, 2015

I guess this can be done. I have this ownCloud image running on i368 using a self build base image.
See docker-32bit/debian#4.
mkimage.sh usually auto detects the host architecture so you just need to build the base image and this image yourself and it should work.

@na-g
Copy link

na-g commented Oct 22, 2015

@joeplus While I haven't attempted a non-SQLite deployment, changing the FROM to FROM resin/rpi-raspbian:jessie is all that is needed to build the container. Note that resin/rpi-raspbian is not an official rasbian container. See: rpi-rasbian source. You can look at the top of the Dockerfile in my rpi fork of this repo if any of that didn't make sense.
edit: On the RPi the nginx SPDY module appears to be misbehaving, and should also be disabled in the configs/nginx_ssl.conf.

@ypid
Copy link
Collaborator

ypid commented Apr 19, 2018

I assume that it is doable and closing this issue now after a few years have passed. Ref: #62.

@ypid ypid closed this as completed Apr 19, 2018
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