We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently the docker compose file uses the following database image: image: ghcr.io/stac-utils/pgstac:v0.8.1
image: ghcr.io/stac-utils/pgstac:v0.8.1
which causes the following error:
docker compose up [+] Running 0/1 ⠋ database Pulling 0.9s no matching manifest for linux/arm64/v8 in the manifest list entries
Incrementing the image to the following works: image: ghcr.io/stac-utils/pgstac:v0.8.2
image: ghcr.io/stac-utils/pgstac:v0.8.2
I would expect that the database image would be available for my architecture.
macOS Sonoma 14.3.1 Chip: Apple M1 Max
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Problem description
Currently the docker compose file uses the following database image:
image: ghcr.io/stac-utils/pgstac:v0.8.1
which causes the following error:
Incrementing the image to the following works:
image: ghcr.io/stac-utils/pgstac:v0.8.2
Expected Output
I would expect that the database image would be available for my architecture.
Environment Information
macOS Sonoma 14.3.1
Chip: Apple M1 Max
The text was updated successfully, but these errors were encountered: