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. 🙏
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. 🙏
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)
The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested
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.
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)
> The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested
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.
But setting the env variable DOCKER_DEFAULT_PLATFORM=linux/amd64 fixed that.
That's probably important enough for Mac users to document in the README?
Great!
> But setting the env variable DOCKER_DEFAULT_PLATFORM=linux/amd64 fixed that.
That's probably important enough for Mac users to document in the README?
raucao
merged commit 45137e0cfe into master2024-08-28 08:12:32 +00:00
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
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 --buildon 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/amd64fixed 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?