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

installing Odoo docker-compose on Raspberry pi #9

Open
Shahin-rmz opened this issue Oct 16, 2021 · 4 comments
Open

installing Odoo docker-compose on Raspberry pi #9

Shahin-rmz opened this issue Oct 16, 2021 · 4 comments

Comments

@Shahin-rmz
Copy link

Shahin-rmz commented Oct 16, 2021

Hello,
thanks for maintaining the docker containers.
I would like to install Odoo 15 or 14 on Raspberry pi. It seems that it is not compatible with Arm structure.
Error :

ERROR: no matching manifest for linux/arm64/v8 in the manifest list entries

what can I do?
thanks

@minhng92
Copy link
Owner

My docker compose is based on the official Odoo Docker image. It's only compatible with amd64 architecture.

You should try installing Odoo from installation package. Check out this link: https://peppe8o.com/raspberry-pi-installing-an-erp-and-crm-with-odoo/

Hope it helps,
Minh

@Shahin-rmz
Copy link
Author

that's right.
The thing is I wanted to install it using docker compose on Raspberry pi, and not on bare metal.

@minhng92
Copy link
Owner

minhng92 commented Oct 18, 2021

Hi @Shahin-rmz ,

Looks like there is no available arm64 docker image for odoo. The only solution is doing it yourself: write Dockerfile which installing Odoo from source inside ARM64, then wrap it with docker-compose as I did.

It'll be a challenge if you are not in advanced with Docker.

@Shahin-rmz
Copy link
Author

It'll be a challenge if you are not in advanced with Docker.

right, I'm more in the field of datascience.
Not Devops. Try to solve the challenge, would be thankful if you could link some documentation about writing dockerfile and yml file in docker-compose.

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