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 for ARM ? #13

Closed
sunny5055 opened this issue May 7, 2020 · 5 comments
Closed

Docker image for ARM ? #13

sunny5055 opened this issue May 7, 2020 · 5 comments
Labels
question Further information is requested

Comments

@sunny5055
Copy link

Question

Tried to build the docker on arm but does not seem to work.
Getting exec format error.

Tried to run directly still got error.

File "manage.py", line 44
) from exc
^
SyntaxError: invalid syntax

Is there a docker image for arm ? or anything need to be changed before building the docker image ?
No issue with the CLI its working perfect. Just issue with getting up the api

Can you advise me whats is the best way to get this running.

@sunny5055 sunny5055 added the question Further information is requested label May 7, 2020
@caronc
Copy link
Owner

caronc commented May 7, 2020

You definitely stumped me on this one. I'm still new to Docker; what you see so far was just a lot of great help from another kind community user coaching me.

I will look into see if it's possible to build the container as ARM. It's possible it's related to the s6 program i pull in (since it's already compiled as a binary) Perhaps i need to add some kind of logic around that (or create another docker container that calls in the ARM version)... I will look into this and hopefully get back to you with some positive information.

@sunny5055
Copy link
Author

Thank you very much.. While i wait for your update.. i will try if i can get this up running somehow.

@sunny5055
Copy link
Author

Hi, Just revisited this after long time and managed to compile the docker build for ARM.
Its working now.

@caronc
Copy link
Owner

caronc commented Jun 4, 2020

That's awesome. If you got it building on your own, do you mind if i close this?

@sunny5055
Copy link
Author

Yes we can close this . thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants