geerlingguy / drupal-container

Drupal container for running Drupal sites with Docker, built with Ansible.
https://hub.docker.com/r/geerlingguy/drupal/
44 stars 27 forks source link

Switch to PHP 8 #32

Closed geerlingguy closed 1 year ago

geerlingguy commented 3 years ago

As the title says.

geerlingguy commented 3 years ago

ARM64 image is switched. Tested and working on jeffgeerling-com. Other image versions will be updated some time after #33 is fixed.

geerlingguy commented 3 years ago

Huh.

Drupal 8/9 are not yet compatible with PHP 8. Dang.

stephenpurkiss commented 1 year ago

Hi! I thought I would play with my Raspberry Pi 4 8Gb again - I'd used drupal-pi back in Feb/Mar this year and it worked great but I thought I'd re-install so I get a clean version now it's saying the PHP version is too old.

I know I should really probably set up everything manually but you seem to know what you're doing a lot more than my bashing the keyboard and I landed up here after trying to do "docker exec" and finding out that's not the way this stuff works so thought I'd see if it was now time to un-postpone, or if possible point me in the way of how I can do it because I'm totally lost as per usual lol!

TIA!

Image 02-12-2022 at 08 05

geerlingguy commented 1 year ago

I did just upgrade my php-apache-container to 8.1, so this shouldn't be too difficult: https://github.com/geerlingguy/php-apache-container

geerlingguy commented 1 year ago

Done!

stephenpurkiss commented 1 year ago

Thanks!