Sign inSign up

forumone/wordpress

By forumone

Updated over 4 years ago

Base image for serving WordPress sites over FPM

Image
0

50K+

forumone/wordpress repository overview

About this Image

Images built from this repository are used as bases for serving WordPress websites. They differ from the Docker Hub's wordpress image in two ways:

  1. These images do not include a copy of the WordPress sources. We expect users of this image to copy the WordPress sources from version control or install via Composer.

  2. These images include a small utility, f1-ext-install, to simplify the task of installing common extensions. Here are some examples:

    # Install the core SOAP extension
    f1-ext-install builtin:soap
    
    # Install memcached from PECL
    f1-ext-install pecl:memcached
    

PHP Versions and Tags

  • Currently supported by PHP:

    • 7.4, 7.4-xdebug
    • 7.3, 7.3-xdebug
    • 7.2, 7.2-xdebug
  • End-of-life for legacy projects:

    • 7.1, 7.1-xdebug
    • 7.0, 7.0-xdebug
    • 5.6, 5.6-xdebug

Images tagged with -xdebug contain XDebug installed but disabled; at runtime use docker-php-ext-enable xdebug to enable.

The tags 7, 7-debug, 5, and 5-debug are available for quick testing when a specific version isn't needed.

Source

This repository is built from forumone/docker-wordpress on GitHub.

Tag summary

Content type

Image

Digest

Size

39.9 MB

Last updated

over 4 years ago

docker pull forumone/wordpress