Use image revision tags such as wodby/wordpress:7-rN to select a Wodby image revision.
Major and minor tags use the repository release number, starting at r0. Full-version tags such as
wodby/wordpress:7.1.1-r0 start at r0 for each exact upstream version.
Every published versioned revision tag has a matching annotated Git tag pointing to its release commit.
Existing tags remain available after support for their major or minor version ends.
Initial WordPress releases named 7.2 use 7.2.0-r0 for the full-version tag.
See release tags for available revisions and the image revision policy for upgrade guidance.
Previously published image tags remain available.
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.0See wodby/wordpress-php for all variables.
See wodby/wordpress-php for all actions.
See Docker4WordPress.
Build with the Makefile to use the base image digests in base-images.mk. Local
builds and CI resolve the same version and variant to the same multi-platform
image. A version without a pin fails before the build starts.
When adding a supported base version or variant, add its image index digest to
base-images.mk. For a custom build, override BASE_IMAGE with a complete
repository:tag@sha256:... reference.