Skip to content

Add platform: linux/amd64 for Apple Silicon compatibility#6

Merged
labkey-willm merged 1 commit into
developfrom
fb_apple_silicon_platform
May 4, 2026
Merged

Add platform: linux/amd64 for Apple Silicon compatibility#6
labkey-willm merged 1 commit into
developfrom
fb_apple_silicon_platform

Conversation

@labkey-willm
Copy link
Copy Markdown
Contributor

@labkey-willm labkey-willm commented May 4, 2026

Summary

  • Adds platform: linux/amd64 to the community service in docker-compose.yml so Docker on Apple Silicon can pull and run the LabKey image (which only publishes an AMD64 manifest)
  • Adds a README note under Requirements for Apple Silicon users
  • Adds CLAUDE.md for Claude Code context

Test plan

  • docker compose up community --detach succeeds on Apple Silicon (M-series Mac)
  • docker compose up community --detach still works on AMD64 Linux/Windows

🤖 Generated with Claude Code

The LabKey community image only publishes an AMD64 manifest. Without
an explicit platform directive, Docker on Apple Silicon fails with
"no matching manifest for linux/arm64/v8". Docker Desktop runs the
AMD64 image transparently via Rosetta on ARM hosts, and the directive
is a no-op on native AMD64 machines.

Also adds CLAUDE.md and a README note for Apple Silicon users.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@labkey-willm labkey-willm merged commit 99b29e0 into develop May 4, 2026
1 check passed
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.

3 participants