Open
Description
Description
I would like to use docker-magento for a project that requires PHP8.1. I'm using Ubuntu. I'm currently unable to do so because the linux/amd64 platform is not included in the manifest for the PHP8.1 image.
Steps To Reproduce
- Using Ubuntu 24.04
- Change the
phpfpm
image incompose.yaml
to refer toimage: markoshust/magento-php:8.1-fpm
, and save the file - Run
bin/start
Expected Result
The container should successfully pull and start
Actual Result
When the new phpfpm container is being pulled, the process terminates with the error: "no matching manifest for linux/amd64 in the manifest list entries"