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

Inquiry about specific OS used/supported and Docker version. #63

Closed
aroop-biswal-vts opened this issue Jul 10, 2023 · 3 comments
Closed

Comments

@aroop-biswal-vts
Copy link

I was wondering what specific OS is used on the RaspberryPi for this project and what specific versions of Docker Engine and Docker Compose are used.

I am trying to recreate the software setup, but run into some errors with Docker.

When running 'docker-compose build' in this guide: https://github.com/IQTLabs/SkyScan/blob/main/configure-pi.md , the output is "Building 0.0s (0/0)"
meaning that it didn't recognize any build targets.

Also, in the docker-compose up command, there is an error:
"no matching manifest for linux/arm/v7 in the manifest list entries"
suggesting an issue with the OS I am using (Raspbian GNU/Linux 10 (buster)).

Thanks in advance for any feedback.

@aroop-biswal-vts
Copy link
Author

Is there also any way to run the docker containers on an arm v7 architecture? Currently, the images hosted on Docker Hub are built for amd64 and do not support 32 bit cpus. Thanks.

@mchadwick-iqt
Copy link
Contributor

We have only used this system on armv8 processor architectures (Raspberry Pi 4 or PinePhone). What platform are you trying to run on? There is nothing that should prevent it from running on an armv7 processor, we just have not tested it to verify.
We'll look into adding armv7 images to our base builds on an experimental basis.

In the meantime, if you grab this commit it will include the previous method for SkyScan deployment, which builds all containers locally. You should be able to run docker-compose build to build all of the containers.

@aroop-biswal-vts
Copy link
Author

Thanks for the response! We ended up fixing the issue by changing our OS to amd64.

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