mage2click / docker-magento-mutagen

Mage2click Docker-based development environment for Magento with mutagen.io sync for files on macOS
https://mage2.click
MIT License
68 stars 9 forks source link

RabbitMQ requires the amqp php extension. #44

Closed u-maxx closed 5 years ago

u-maxx commented 5 years ago

RabbitMQ requires the amqp php extension that is why we need to add it to our php-fpm images.

This issue was reported by @davidalger.

u-maxx commented 5 years ago

After a discussion with David, I have decided to create a new repo for our PHP images, with a different approach of storing configs and Dockerfiles for different versions in separate folders. This will also allow us to provide updates for each specific version w/o issues as well ass implement completely new images based on alpine to reduce their size. New repo for PHP images is here mage2click/magento-php-versions

I have copied our configs and Dockerfiles from the previous repo (mage2click/magento-php) and then added amqp extension, build images and pushed them to the Docker Hub - they are available on https://hub.docker.com/r/mage2click/magento-php-versions/tags

u-maxx commented 5 years ago

Closed by #45