recipes: enroll wordpress as weekly-maintained

used-recipes.md: wordpress weekly row. upstream/wordpress.md: registry entry
(wordpress official image + mariadb; install-wizard/XML-RPC test notes).
Mirror recipe-maintainers/wordpress created + synced (adcd0e9f). Test suite +
bridge enrollment: cc-ci PR #14 (verify + bridge deploy deferred until the
in-flight /upgrade-all completes).
This commit is contained in:
autonomic-bot
2026-08-03 21:06:20 +00:00
parent bab6481171
commit 74a57d37b3
2 changed files with 25 additions and 0 deletions
+24
View File
@@ -0,0 +1,24 @@
# Upstream sources — wordpress
| service | image | source repo | releases / changelog |
|---------|-------|-------------|----------------------|
| app | wordpress | https://github.com/WordPress/WordPress | https://wordpress.org/news/category/releases/ (image: https://hub.docker.com/_/wordpress) |
| db | mariadb | https://github.com/MariaDB/server | https://mariadb.com/kb/en/release-notes/ (image: https://hub.docker.com/_/mariadb) |
## Standing notes
- Enrolled 2026-08-03 (operator request). Recipe = coopcloud `wordpress`; mirror
`recipe-maintainers/wordpress` synced from upstream `adcd0e9f` (recipe 3.0.3+7.0.2:
wordpress 7.0.2, mariadb 12.3).
- The CI env runs NO `POST_DEPLOY_CMDS core_install` — a fresh deploy serves the install
wizard, and `tests/wordpress/custom/_wp.py` completes it with run-scoped credentials.
- The recipe templates `.htaccess` via `htaccess.tmpl` (config `htaccess_conf`) — the pretty
REST route `/wp-json/` depends on it; `tests/wordpress` asserts both it and the
rewrite-independent `?rest_route=` fallback so a broken overlay names the right layer.
- XML-RPC (`xmlrpc.php`) ships enabled and is used by the §4.3 post round-trip test with the
admin user/password. If a future recipe version disables XML-RPC (a common hardening), the
test must move to REST + application-passwords — that would be a legitimate stale-test fix,
not a regression.
- WORDPRESS image tags: the recipe pins `wordpress:<major.minor.patch>` (Docker official
image). mariadb major bumps (e.g. 12.x→13.x) need the usual dump/restore caution if the
recipe ever pins a non-`mariadb`-auto-upgrading setup; the official image handles minor
bumps in place.
+1
View File
@@ -33,4 +33,5 @@ mumble weekly
n8n weekly
plausible weekly
uptime-kuma external # maintained elsewhere — used/tested by cc-ci but NOT weekly-upgraded
wordpress weekly
```