-
-
Notifications
You must be signed in to change notification settings - Fork 175
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
MariaDB: no matching manifest for linux/arm/v7 #630
Comments
Same here. |
I got this fixed by the right versioning of libseccomp. Maybe
debuerreotype/docker-debian-artifacts#122 and
mainly
https://blog.samcater.com/fix-workaround-rpi4-docker-libseccomp2-docker-20/
can help you to proceed.
BR
Bernd
|
armv7 is a 32bit platform (and mariadb is not available for it). Are you sure you are running a 64bit OS? Please make sure you selected the correct image when downloading the OS. |
@jonasf21 : you are right! I fixed the mariadb topic by using the RaspiOS beta for 64bit. |
Pulling database (mariadb:)... |
followed the docker installation process
receiving a no matching manifest issue:
sudo docker-compose up -d
Pulling database (mariadb:10.4.7)...
10.4.7: Pulling from library/mariadb
ERROR: no matching manifest for linux/arm/v7 in the manifest list entries
The text was updated successfully, but these errors were encountered: