civicrm-buildkit-docker
civicrm-buildkit-docker copied to clipboard
This is a read only copy. Please make PRs here: https://lab.civicrm.org/michaelmcandrew/civicrm-buildkit-docker
Hey, Juts following the instructions, but the create dmaster fails: ``` $ docker-compose exec -u buildkit civicrm civibuild create dmaster [[Download dmaster (type 'drupal-demo' in '/buildkit/build/dmaster')]] [[Update caches]] remote: Enumerating...
Bumps [twig/twig](https://github.com/twigphp/Twig) from 2.14.4 to 2.15.3. Changelog Sourced from twig/twig's changelog. 2.15.3 (2022-09-28) Fix a security issue on filesystem loader (possibility to load a template outside a configured directory) 2.15.2...
Hey there @michaelmcandrew, First, thank you for your work on this. It appears to make it blissfully simple to get Drupal + CiviCRM set up on my laptop for local...
It seems the images (from master) now contain XDebug 3, which has a few significant breaking configuration changes from version 2: https://xdebug.org/docs/upgrade_guide At first glance it seems changes are only...
Docker is showing a warning about the empty continuation line in the Dockerfile: ``` [WARNING]: Empty continuation line found in: RUN curl -sL https://deb.nodesource.com/setup_14.x | bash - && apt-get update...
Now that CiviCRM [officially supports PHP 8](https://lab.civicrm.org/dev/core/-/issues/2201), I think we should add an image that runs PHP 8 to this repository.
When building the image, I get the following notice: ``` ================================================================================ ================================================================================ DEPRECATION WARNING Node.js 10.x is no longer actively supported! You will not receive security or critical stability updates...
Fixes #68
This follows from #68 and a suggestion from Mikey that [we should be using debian buster](https://github.com/civicrm/civicrm-buildkit/issues/633#issuecomment-869786874). Should we be looking to make the jump? I had issues when I tried...