Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

MariaDB: no matching manifest for linux/arm/v7 #630

Closed
speedAmaster opened this issue Sep 1, 2021 · 5 comments
Closed

MariaDB: no matching manifest for linux/arm/v7 #630

speedAmaster opened this issue Sep 1, 2021 · 5 comments
Labels
bug Something isn't working

Comments

@speedAmaster
Copy link

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

@speedAmaster speedAmaster added the bug Something isn't working label Sep 1, 2021
@knight1009
Copy link

knight1009 commented Sep 1, 2021

Same here.
But docker-compose build also ends with some faults. Repository....bullseye...is not signed
Or
Invalid signature was encountered
Error: service 'webserver' failer to build

@speedAmaster
Copy link
Author

speedAmaster commented Sep 1, 2021 via email

@jonasf21
Copy link

jonasf21 commented Sep 6, 2021

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

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.

@speedAmaster
Copy link
Author

@jonasf21 : you are right! I fixed the mariadb topic by using the RaspiOS beta for 64bit.

@ubuntupunk
Copy link

Pulling database (mariadb:)...
latest: Pulling from library/mariadb
ERROR: no matching manifest for linux/arm/v7 in the manifest list entries

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants