postgis / docker-postgis

Docker image for PostGIS
https://hub.docker.com/r/postgis/postgis/
MIT License
1.37k stars 464 forks source link

RaspberryPi: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested. #371

Open ADChP opened 10 months ago

ADChP commented 10 months ago

Hi! I'm trying to run postgis but when I'm starting the container I receive the following warning:

Status: Downloaded newer image for postgis/postgis:latest WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested

Docker creates the container but it doesn't run the process. I'm using a RaspberryPI 4.

ImreSamu commented 10 months ago

Hi @ADChP ,

Currently, only the amd64 images are supported.


Support for Arm64/v8 is planned. ( https://github.com/postgis/docker-postgis/issues/216 ) And the test images are available at : https://hub.docker.com/r/imresamu/postgis-arm64/tags

ADChP commented 10 months ago

Thank you for your reply @ImreSamu. Greetings!