Skip to content

Set PgSTAC database platform for arm64 hosts#225

Open
hanzila1 wants to merge 1 commit into
developmentseed:mainfrom
hanzila1:fix-pgstac-platform-arm64
Open

Set PgSTAC database platform for arm64 hosts#225
hanzila1 wants to merge 1 commit into
developmentseed:mainfrom
hanzila1:fix-pgstac-platform-arm64

Conversation

@hanzila1
Copy link
Copy Markdown

Closes #153

Adds an explicit linux/amd64 platform for the PgSTAC database image in docker-compose.yml.

The compose file already uses this approach for titiler-pgstac because some dependency images do not publish arm64-compatible manifests. This applies the same handling to the PgSTAC database service so Apple Silicon and other arm64 Docker hosts can run the stack through emulation instead of failing with no matching manifest for linux/arm64/v8.

Validation:

  • Ran git diff --check
  • Ran docker compose config
  • Ran docker compose pull database
  • Ran docker compose up -d database and verified the database container started successfully

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Docker images platform information can impact usage

1 participant