-
Notifications
You must be signed in to change notification settings - Fork 0
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
Provide quickstart fix for M4 Macs #646
base: main
Are you sure you want to change the base?
Conversation
This is for a JDK/Docker interopability bug that is scheduled to be fixed in the next JDK release (April) - Once we update the underlying docker containers to use the fixed JDK we can remove the advice. - The override file is provided in a separate PR (conduktor/conduktor-platform#207) that will need to be merged and the override file uploaded to https://releases.conduktor.io/quick-start-m4-override before this PR is merged.
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
:::tip | ||
If you have an M4 Mac the above command will fail because of a [JDK/Docker interopability bug](https://github.com/adoptium/adoptium-support/issues/1223). Use the following work-around until a JDK fix is released in April. | ||
|
||
```bash |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's do the simple command, changing this url
curl -L https://releases.conduktor.io/quick-start -o docker-compose.yml && docker compose up -d --wait && echo "Conduktor started on http://localhost:8080"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done, except URL is https://releases.conduktor.io/quick-start-m4
as we need a different URL
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
agreed, left a unresolved comment till we have that URL
This is for a JDK/Docker interopability bug that is scheduled to be fixed in the next JDK release (April)