Hi,
I am trying to build a Docker Image with atlas-cli and mongodump and mongorestore.
In my Dockerfile I am using debian:10-slim so I followed the instrcutions on the atlas cli page.
It became a bit tricky as I am working on a M1 Mac but the Container will run on a x86 machine.
The compatibility matrix ( https://mongodb.prakticum-team.ru/docs/atlas/cli/stable/compatibility/#std-label-compatibility-atlas-cli ) says Debian: x86/ARM so my thought was “I can try the image locally and if everything works fine I will push it to the CI/CD” but there is one problem…
The apt repository doesn’t have any atlas-cli binaries:
MongoDB Repositories
I think this should be fixed as using arm based machines is becoming more usual these days.