-
Notifications
You must be signed in to change notification settings - Fork 16
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
latest version of php 7.4 doesn't have gd #131
Comments
For those having this issue... You may be able:
|
It looks like we can trace it back to this commit. |
You're using a testing image at the moment. Please see #126 . I've already got this fix for this queued up so the next image update for 7.4.26 (soon, today) will include gd. I'm gathering the feedback from a few other things first before I go ahead and publish. |
Ok, using the PHP circle orb (or for most people) using the dockerimage cimg/php:7.4 will have downloaded this version. I don't know how to continue to get the updates and avoid testing images like todays. having CI just fail randomly across all our clients was pretty hard core... |
Here's my thoughts:
I hope that helps with your confidence in the image publishing process. |
Thank you tons for the work and the quick feedback! |
The image |
Newer tags published with the new PHP should all be ready within 30 minutes or so. I'll leave this Issue open until early next week to give some time for confirmation. |
This issue should be resolved as of a few days ago. If it's not, please report it in #126 if it's still open. Otherwise, a new Issue. For the record, gd as well as many other extensions where compiled in with this process so I assume we have the basics covered now. Thank you for reporting. |
On all our builds that are running cimg/7.4. As of the latest build at https://hub.docker.com/layers/cimg/php/7.4.26/images/sha256-09ed3c06a99cd18b63bfc3d7a6bef226b070013079b3dff2d1e143b674290b4c
Composer no longer seems to think GD is installed.
on 7.4.26
same on 7.4.25
on 7.4.24
The text was updated successfully, but these errors were encountered: