chirpstack / chirpstack-docker

Setup ChirpStack using Docker Compose
https://www.chirpstack.io/
MIT License
273 stars 316 forks source link

ERROR: no matching manifest for linux/arm/v7 in the manifest list entries #70

Closed gougakos closed 1 year ago

gougakos commented 1 year ago

Hi when installing the docker image on a rpi2 the rest api is failing to start with the error

chirpstack-docker $ docker-compose up Pulling chirpstack-rest-api (chirpstack/chirpstack-rest-api:4.0.4)... 4.0.4: Pulling from chirpstack/chirpstack-rest-api ERROR: no matching manifest for linux/arm/v7 in the manifest list entries

brocaar commented 1 year ago

Could you try again with the latest version of this repository? I believe this is fixed by: https://github.com/chirpstack/chirpstack-rest-api/commit/c4b57ec092c7075532d0e9f8c00a0c758666f4fc.

gougakos commented 1 year ago

Hi, thanks for the prompt fix. Tested already and confirm it works!