wordpress icon indicating copy to clipboard operation
wordpress copied to clipboard

Docker Official Image packaging for WordPress

Results 18 wordpress issues
Sort by recently updated
recently updated
newest added

I like running WP files as readonly and managing their configuration with Docker Env variables. WP_DEBUG_LOG and SCRIPT_DEBUG are two WP constants that are important to set if I want...

As it currently stands, anything in Wordpress that needs to send email is broken. The [`wp_mail`](http://codex.wordpress.org/Function_Reference/wp_mail) function that is used for sending out email by default is a thin wrapper...

Issue

Building our images in BitBucket pipelines and our builds started to fail with the following issue a couple of minutes ago. ``` Step 12/24 : FROM wordpress:6.1.0-php8.0-apache 6.1.0-php8.0-apache: Pulling from...

Could it be possible for the WordPress docker image to provide a php dependency only tag variant ? The regular image currently provides a zip with a version of WordPress...

question

I am new to wordpress, very familiar with docker containers / compose / stacks etc. I got my WordPress network-multisite install running on docker, its served by an nginx reverse...

Add 403 response for hidden files/dirs and common backup/source file types. Primary motivation is to avoid `.git` directories being accessible. Obviously I can extend the wordpress image to include my...

These minor releases are mainly to fix security vulnerabilities. Although WordPress does not officially support these major versions (for new features), they are still being maintained if there are issues...

Will 5.7.4 image versions be available at some point? [5.8.2 images](https://hub.docker.com/_/wordpress?tab=tags&page=1&name=5.8.2) were published between 2 and 5 days ago. [5.8.2](https://wordpress.org/support/wordpress-version/version-5-8-2/) and [5.7.4](https://wordpress.org/support/wordpress-version/version-5-7-4/) were both released on [November 10th](https://wordpress.org/download/releases/), in response...

question

I have tried running wp with the `--ssh` option on `wordpress:cli-2-php7.4` I get an error that basically says that ssh cannot be found. So, I assume ssh is not installed...

For a while now, `WP-CLI` has become the official way to manage WordPress from scripts / command line. But if you glance through `docker-entrypoint.sh`, the current way of installing WordPress...

Request