Skip to content

Offer a base image with PHP 7. #189

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
ericbarrette opened this issue Jan 20, 2021 · 5 comments · Fixed by #190
Closed

Offer a base image with PHP 7. #189

ericbarrette opened this issue Jan 20, 2021 · 5 comments · Fixed by #190

Comments

@ericbarrette
Copy link

I think the move to PHP 8 was a bit premature for the 9.1.x images. Contributed modules and vendor packages are not all ready for PHP 8.

Also, see the official requirements for D9, updated on January 6th 2021.

https://www.drupal.org/docs/understanding-drupal/how-drupal-9-was-made-and-what-is-included/environment-requirements-of

Drupal 9 requires at least PHP 7.3. PHP 7.4 is also supported but not required. PHP 8 is not yet supported, but work will be done to support PHP 8 as soon as possible.

Would it still make sense to still support a PHP 7 image?

@mstenta
Copy link

mstenta commented Jan 20, 2021

I would find this useful too. We are using Drupal 9.1, but explicitly kept the drupal Docker image back to drupal:9.0 because we can't make the move to PHP 8 yet.

@piopi
Copy link

piopi commented Jan 21, 2021

I second that, we are also using Drupal 9.1 and some of our packages are not compatible with PHP 8, it would be useful to have it.

@mstenta
Copy link

mstenta commented Jan 30, 2021

Thank you @yosifkit and @tianon! You rock!

@mstenta
Copy link

mstenta commented Feb 1, 2021

I see that there are now 9.1/php7.4 and 9.1/php8.0 subdirectories in the repo. However the corresponding images are not listed on https://hub.docker.com/_/drupal yet. Is there more to do before these become available?

@ericbarrette
Copy link
Author

@mstenta this is the PR you have to follow docker-library/official-images#9533

However the corresponding images are not listed on https://hub.docker.com/_/drupal yet.

This is explained in the README.md, but essentially it's managed by another repository.
https://github.com/docker-library/drupal/blob/master/README.md#see-a-change-merged-here-that-doesnt-show-up-on-docker-hub-yet

I'm not sure about the timeline though.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants