Raspberry Pi: library/mongo ERROR: no matching manifest

I am trying to run Rocket Chat within docker-compose on a Raspberry Pi 4. When i run docker-compose i get the following error:

pi@raspberrypi:/var/www/rocket.chat $ sudo docker-compose up -d
Pulling mongo (mongo:)… latest: Pulling from library/mongo ERROR: no
matching manifest for unknown in the manifest list entries

I’ve tried to hardcode a specific Mongo version (e.g. mongo:4.0.10-xenial ) in the docker-compose.yml but still to no avail. The chipset stated is:

pi@raspberrypi:/var/www/rocket.chat $ uname -m
armv7l

Help!

1 Like

I think mongo does not have arm images after 3.2 or something… I think in our snap for instance we can only install 3.2 for arm.