-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Docker images platform information can impact usage #153
Comments
The tags on the pgstac images show that arm64/v8 is absent. I do not know if previous versions of A solution could be to define the platform in the docker-compose file for the database (tested locally). But it seems an inefficient and un-recommend solution. @bitner @vincentsarago, any insights on how we should address this? Is it simple to add another tag to the pgstac image repository? |
you may have to add https://github.com/developmentseed/eoAPI/blob/main/docker-compose.yml#L45 in your docker-compose.yml file but I don't think we want that by default This should be solve once we update the new pgstac image (if we create a I'm afraid all the other images weren't built for |
Yes, exactly! Ok, I will keep the issue open to track progress. |
Am bumping into this as well 😢 were you able to find a work-around to get |
@batpad just add |
Ah my bad - this seems to work, thank you @vincentsarago 🙏 |
Problem description
Since upgrading Docker desktop locally, I was unable to pull the database image:
Expected Output
An eoAPI end-user can run
docker compose up
and have a running instance regardless of their local machine.Environment Information
The text was updated successfully, but these errors were encountered: