-
Notifications
You must be signed in to change notification settings - Fork 1.1k
wp-content/uploads is not writable in 4.9.8 image #322
Description
We're encountering issues over at https://github.com/wordpress/gutenberg with the latest wordpress image (4.9.8). See: WordPress/gutenberg#8418
We can't run wp-cli core update because wp-content/uploads is not writable. This line errors: https://github.com/WordPress/gutenberg/blob/master/bin/install-wordpress.sh#L52 with the bug in the above issue.
I don't know what caused this change because I'm finding it hard to track how/where this image is built from, but changing back to 4.9.7 image (changing the image we use from wordpress to wordpress:4.9.7 in our docker-compose.yml) "fixes" the issue.
Removing that update command things seem to also run okay, but we should be able to run it. I think eventually anything else that interacts with that folder will cause errors.
Was a permission changed or something?