Skip to content
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

Specify mysql platform in Docker Quickstart to support Apple Silicon #4709

Closed

Conversation

cmpadden
Copy link

Fixes #2416.

To run docker-compose-without-neo4j.quickstart.yml on Apple Silicon
hardware, it's required to specify the platform for the MySQL service as
linux/x86_64.

NOTE: we need to confirm that this does not impact users with x86_64 machines.

Checklist

  • The PR conforms to DataHub's Contributing Guideline (particularly Commit Message Format)
  • Links to related issues (if applicable)
  • Tests for the changes have been added/updated (if applicable)
  • Docs related to the changes have been added/updated (if applicable). If a new feature has been added a Usage Guide has been added for the same.
  • For any breaking change/potential downtime/deprecation/big changes an entry has been made in Updating DataHub

specify the platform for the MySQL service as `linux/x86_64` to support
`docker-compose-without-neo4j.quickstart.yml` on Apple Silicon hardware.

Signed-off-by: Colton Padden <colton.padden@fastmail.com>
@github-actions
Copy link

Unit Test Results (build & test)

  97 files  ±0    97 suites  ±0   26m 18s ⏱️ + 9m 35s
701 tests ±0  642 ✔️ +14  59 💤  - 8  0  - 6 

Results for commit 012fde2. ± Comparison against base commit 4b7f407.

@shirshanka
Copy link
Contributor

@shirshanka
Copy link
Contributor

Running datahub docker quickstart will automatically detect your machine architecture and use that quickstart.

@cmpadden
Copy link
Author

Running datahub docker quickstart will automatically detect your machine architecture and use that quickstart.

Hi @shirshanka , thanks for the quick reply. I believe you're correct in that this change is unnecessary.

I was aware of datahub docker quickstart, and that does work fine on my machine. I ended up at this point while reading the docker development documentation. But now that I better understand things, I should be fine with no changes. Thanks again.

@cmpadden cmpadden closed this Apr 21, 2022
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.

Issues when running quickstart on Apple silicon
3 participants