Skip to content

Set PgSTAC database platform for arm64 hosts#225

Merged
hrodmn merged 1 commit into
developmentseed:mainfrom
hanzila1:fix-pgstac-platform-arm64
Jun 29, 2026
Merged

Set PgSTAC database platform for arm64 hosts#225
hrodmn merged 1 commit into
developmentseed:mainfrom
hanzila1:fix-pgstac-platform-arm64

Conversation

@hanzila1

Copy link
Copy Markdown
Contributor

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

@hrodmn hrodmn left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you @hanzila1!

@hrodmn hrodmn merged commit 28f66e3 into developmentseed:main Jun 29, 2026
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

2 participants