Vanilla WordPress Docker Container Image
May 21, 2026 · View on GitHub
Docker Images
❗For better reliability we release images with stability tags such as wodby/wordpress:7-X.X.X, which correspond to git tags. We strongly recommend using images only with stability tags.
Overview:
- All images are based on Alpine Linux
- Base image: wodby/wordpress-php
- GitHub actions builds
- Docker Hub
Supported tags and respective Dockerfile links | WordPress | PHP |
|---|---|---|
7-8.5, 7-8, 7, latest (Dockerfile) | 7 | 8.5 |
7-8.4 (Dockerfile) | 7 | 8.4 |
7-8.3 (Dockerfile) | 7 | 8.3 |
7-8.2 (Dockerfile) | 7 | 8.2 |
All images built for linux/amd64 and linux/arm64
To build or test a specific upstream WordPress release explicitly, override WORDPRESS_VER:
make build WORDPRESS_VER=7.0
make test WORDPRESS_VER=7.0
Environment Variables
See wodby/wordpress-php for all variables.
Orchestration Actions
See wodby/wordpress-php for all actions.
Complete WordPress Stack
See Docker4WordPress.