thielepaul / photoprism-mobile

Flutter App for PhotoPrism
GNU General Public License v3.0
893 stars 72 forks source link

No ARM/ARM64 image for experimental image thielepaul/photoprism:db-api #123

Closed gomme600 closed 3 years ago

gomme600 commented 3 years ago

I was unable to use the experimental image "thielepaul/photoprism:db-api" on my raspberry pi 4. This means that until the official merge request is accepted the photoprism mobile app is unusable.

nolimitek commented 3 years ago

Yes please make it useable for arm

thielepaul commented 3 years ago

I have built an image, however I have no arm64 cpu so I can not test it: thielepaul/photoprism:db-api-arm64

gomme600 commented 3 years ago

The container seems to have started up ok for me! Will have to try uploading photos when I get home. Thanks for the ready to use image!

gomme600 commented 3 years ago

Uploading a video manually worked via mobile data so I am going th close this. Will check autoupload later but I don't see any reason why it wouldn't work. Thanks again @thielepaul for this!

thielepaul commented 3 years ago

as photoprism now supports the docker buildx multiplatform build, the arm64 image no longer has a seperate tag but can also be downloaded by the main tag thielepaul/photoprism:db-api

gomme600 commented 3 years ago

as photoprism now supports the docker buildx multiplatform build, the arm64 image no longer has a seperate tag but can also be downloaded by the main tag thielepaul/photoprism:db-api

Just tried and it didn't work unfortunately. I am getting this : standard_init_linux.go:219: exec user process caused: exec format error

thielepaul commented 3 years ago

Just tried and it didn't work unfortunately. I am getting this : standard_init_linux.go:219: exec user process caused: exec format error

Can you try if --platform linux/arm64 or platform: linux/arm64 (docker-compose) works for you?

Helinos commented 2 years ago

I'm not super well versed with docker so excuse my lack of knowledge. But whenever I try to pull this image on my Raspberry Pi 3, I get the following error: no matching manifest for unknown in the manifest list entries

Any help would be appreciated.