yobasystems / alpine-mariadb

MariaDB running on Alpine Linux [Docker]
https://hub.docker.com/r/yobasystems/alpine-mariadb/
242 stars 72 forks source link

'arm32v7' OS/ARCH info states 'linux/arm64' #71

Closed stheine closed 10 months ago

stheine commented 10 months ago

https://hub.docker.com/r/yobasystems/alpine-mariadb/tags?page=1&name=arm32v7&ordering=last_updated

I'm filtering for arm32v7 since I'm running on an older ARM32 system. while starting the alpine-mariadb, there is a warning: The requested image's platform (linux/arm64) does not match the detected host platform (linux/arm/v7) and no specific platform was requested

and I think that might be related to the 'OS/ARCH' information on docker hub that states linux/arm64 image

it looks incorrect, that an arm32 build is flagged as arm64.

dominictayloruk commented 10 months ago

Looks like the ci needed to add the --platform flag. Adding --platform linux/arm/v7 seems to have resolved it, i will push new images shortly.

dominictayloruk commented 10 months ago

https://github.com/yobasystems/gitlab-runner/issues/4

dominictayloruk commented 10 months ago

New images should be available soon, got to wait 6 hours for my docker hub account rate limits to reset then they should be online and ready to test.

dominictayloruk commented 10 months ago

Manifests complete on dockerhub, should correctly pull now.

stheine commented 10 months ago

thanks, I can confirm the fix.