webdevops / Dockerfile

:package: Dockerfiles from WebDevOps for PHP, Apache and Nginx
https://webdevops.io/projects/dockerfiles/
MIT License
1.67k stars 492 forks source link

Apple M2 problem with php-apache-dev #489

Closed eko3alpha closed 1 year ago

eko3alpha commented 1 year ago

I recently switched to an M2 MacBookPro and encountered an issue while trying to build a docker-compose file. I'm using php-apache-dev image as one of my services in the docker-compose file.

docker-compose up

Unfortunately, I received the following error message:

Error: No matching manifest for linux/arm64/v8 in the manifest list entries.

I'm also seeing this in the docker desktop image list

SCR-20230610-jphe

eko3alpha commented 1 year ago

Never mind...

The problem was not with php-apache-dev, it was an issue with one of the other services within the docker compose.
php-apache-dev is working just fine on M2