-
Notifications
You must be signed in to change notification settings - Fork 191
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
No ARM images available for development on Macbook Pro M1 CPU #326
Comments
@asim-blueprintprep thank you for this request. We've created an internal issue https://jira.corp.magento.com/browse/MCLOUD-7989 to get it fixed. |
@shiftedreality thanks for repsonding so swiftly, do you know of a way of disabling varnish through docker compose, and configuring it so the site loads without varnish? As this is currently blocking development work |
Hi @shiftedreality, is there any ticket to track the dependencies of |
@asim-blueprintprep please use |
@drpayyne I'm aware only about this one. Is there anything else we missing? |
Not that I know of, @shiftedreality. Thanks for the update. Let me ask the community to see if anyone caught anything else. |
Hi @shiftedreality However, it errors: I can't help but wonder, if this is because I've changed the elasticsearch image to not be a magento-elasticsearch image? |
I believe the issue above is resolved by having elasticsearch in your hosts file, after adding that and rebuilding that works. However, because docker desktop is having to emulate so many amd64 packages, it runs out of memory When running It reaches: This is with 6GB RAM set available for docker desktop, I tried increasing it to 12GB, and the same error happened (with qemu actually using 16GB RAM - taken from So far:
I am out of ideas on how to progress this any further, without there being any ARM builds available Thanks, |
Hi @shiftedreality! Is there any update available for public view on this? :) |
Hey @drpayyne I have a working docker-compose.yml file in case you still need it. You'll need to keep the Dockerfiles in the project(I don't plan on pushing them to docker hub) though |
Awesome @WingmanImd! Do you have this in your fork? |
@drpayyne no, I had to resort to manually editing the docker-compose.yml file after it's created then use modified versions of Dockerfiles for all images. Gonna fork it again and edit the Readme with the instructions later today |
@WingmanImd Can you share a little more info about your approach to getting set up with the M1 chip? |
Hello guys any one resolved this issue? |
Hi! |
Is there any news on this topic? |
@shiftedreality any progress here? |
@BaDos I head up C3, an Adobe Commerce partner agency in the UK, and this is something I and my team need. I'm keen to know if I can be of help to move this forward - we have lots of Docker experience. |
Hi, I wonder if there is any progress on this, we are stuck in the same situation, version 2.4..4, any help will be much appreciated |
Hi @ferroapp |
@BaDos that's nice, what version should we try?? 1.3.3?? thank you |
@ferroapp yes. you can use 1.3.3 |
really happy about the ARM64 support added in 1.3.3. thank you guys! we updated to 1.3.3 and built a new docker setup but still AMD64 images. what do we have to update to use the ARM64? thanks in advance! |
@mamarx docker hub contains only amd64 images, you need to build you own arm64 images using M1 machine or any arm64 |
@BaDos thank you! |
Is there any update on this issue? I am using the Mac Pro M2 and I am facing the same issue where I got a warning for ARM images and when the setup is complete, the URL is showing an error message of not reachable. Please help, if someone has any hack to solve this. |
Hi @ga3003 |
Thanks, @BaDos. |
Here is an example of how you can build arm64 images for Magento Cloud Docker 1.3.4 and Magento 2.4.5-p1:
|
@BaDos Hi! Is there any plans to build the cross-platform images and push those directly to Docker Hub to prevent any manual "build" actions by every dev? Same name/tag would be used on all platforms letting docker to download the proper platform image automatically. This should be as simple as configuring your build pipeline to use proper BuildKit in dockerx, eg Note: You can see example in varnish/redis official images, which has inbuilt cross-platform support: |
Any updates here? I'm able to locally build arm64 images. But, I can't utilize them without a manual modification of the |
writing on jan 22 2024, is there any update? |
I wonder what's stopping the Adobe team from developing and publishing this? How are the 100s of internal Adobe developers working on Magento on their MacBook? Either everyone has the old chips, or they're all running these containers on emulation, or their multi-platform images are proprietary. :) |
What a great developer experience in 2024 with latest technology. Makes me want to jump on Magento Cloud right away! Or that's what I'd like to say if this issue would not exist. Any news? |
Preconditions
Steps to reproduce
Expected result
Actual result
Error: could not find libjava.so Error: Could not find Java SE Runtime Environment
image: 'elasticsearch:7.8.1'
varnish_1 | Error: varnish_1 | Running VCC-compiler failed, signal 5 varnish_1 | VCL compilation failed
Is there a known way of getting cloud docker to boot on a new Macbook Pro?
Or is there a way to disable varnish, and have the docker just go straight to the frontend node to serve the site without a FPC?
The text was updated successfully, but these errors were encountered: