Skip to content

Update according to "Site Health" recommendations #403

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

Merged
merged 1 commit into from
May 24, 2019

Conversation

tianon
Copy link
Member

@tianon tianon commented May 24, 2019

After running wordpress:latest, I got the following recommendations:

  1. We recommend that you update PHP

    Result: updated default PHP variant to 7.3, matching their recommended version.

  2. One or more recommended modules are missing

    Result: installed the missing bcmath, exif, and imagick modules, as recommended.

Also, I've updated the cli images to match previous updates to the alpine images (and included these adjustments).

I've verified that after building this and running from php7.3/apache, the only recommendations from "Site Health" are now the expected "You should remove inactive plugins", "You should remove inactive themes", and "Your site does not use HTTPS". After deleting the pre-included plugins and extra themes, I'm down to just the HTTPS warning (which is expected given that I'm running this as a one-off container and thus don't have HTTPS configured).

Closes #402

After running `wordpress:latest`, I got the following recommendations:

1. > We recommend that you update PHP

   Result: updated default PHP variant to 7.3, matching their recommended version.

2. > One or more recommended modules are missing

   Result: installed the missing `bcmath`, `exif`, and `imagick` modules, as recommended.

Also, I've updated the `cli` images to match previous updates to the `alpine` images (and included these adjustments).

I've verified that after building this and running from `php7.3/apache`, the only recommendations from "Site Health" are now the expected "You should remove inactive plugins", "You should remove inactive themes", and "Your site does not use HTTPS".  After deleting the pre-included plugins and extra themes, I'm down to just the HTTPS warning (which is expected given that I'm running this as a one-off container and thus don't have HTTPS configured).
@yosifkit yosifkit merged commit 1d53308 into docker-library:master May 24, 2019
@yosifkit yosifkit deleted the site-health branch May 24, 2019 23:32
docker-library-bot added a commit to docker-library-bot/official-images that referenced this pull request May 25, 2019
Changes:

- docker-library/wordpress@1d53308: Merge pull request docker-library/wordpress#403 from infosiftr/site-health
- docker-library/wordpress@9ee913e: Update according to "Site Health" recommendations
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 this pull request may close these issues.

Missing exif and bcmath
2 participants