Fix Ruby issue on Apple silicon (without compiling a patched Ruby) #201
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "chore/update_docker_image"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Since the issue has been fixed in Ruby upstream, we should be able to switch back to the pre-built Ruby base image, so that it doesn't take ages to run local dev image builds anymore.
I cannot test this myself, so if someone with Apple silicon could kindly run a
docker-compose up --build
on this branch and report the result, it would be much appreciated. 🙏@galfert I think you wanted to approve this?
Sorry, I still had the tab open in another window and didn't submit the approval.
Initially I got errors for some of the images (ldap, liquor-cabinet & strfry)
But setting the env variable
DOCKER_DEFAULT_PLATFORM=linux/amd64
fixed that.Had a couple other issues but they were all related to my Colima setup.
Now all containers build successfully.
Great!
That's probably important enough for Mac users to document in the README?