Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #35725, comment 140


Ignore:
Timestamp:
03/31/2021 05:47:20 PM (4 years ago)
Author:
desrosj
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #35725, comment 140

    initial v1  
    66- ImageMagick/Imagick is currently not installed/configured on our 8.0 image as no official release currently supports PHP 8. However, GD is installed and used.
    77- The PR adds full support for WebP when using GD on PHP 7.0-8.0.
    8 - Imagick support cannot easily be added to the 7.0 image because the base image used for our image has been EOL'ed, and is stuck compiling with a version of ImageMagick that did not contain support for WebP.
     8- WebP support cannot easily be added to the 7.0 image because the base image used for our image has been EOL'ed, and is [https://github.com/docker-library/php/pull/759/files stuck compiling with a version of ImageMagick that did not contain support for WebP].
    99
    1010If you'd like to give those images a test spin, the extra eyes would be appreciated! There is a `docker-compose.override.y.ml` sample file in the PR description you can use to easily test the images. If there's no suggestions or feedback, I'll plan on merging this before end of week, and