Use image revision tags such as wodby/wordpress-php:8.5-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-php:8.5.10-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.
See release tags for available revisions and the image revision policy for upgrade guidance.
Previously published image tags remain available.
Overview:
- All images based on Alpine Linux
- Base image: wodby/php
- GitHub actions builds
- Docker Hub
Supported tags and respective Dockerfile links:
8.5,8,latest(Dockerfile)8.4(Dockerfile)8.3(Dockerfile)8.2(Dockerfile)8.5-dev,8-dev,dev(Dockerfile)8.4-dev(Dockerfile)8.3-dev(Dockerfile)8.2-dev(Dockerfile)8.5-dev-macos,8-dev-macos,dev-macos(Dockerfile)8.4-dev-macos(Dockerfile)8.3-dev-macos(Dockerfile)8.2-dev-macos(Dockerfile)
All images built for linux/amd64 and linux/arm64
This image comes with WP CLI version 2.12.0
See at wodby/php
Usage:
make COMMAND [params ...]
commands:
duplicator-import source
init-wordpress
cache-clear
default params values:
target all
is_hash 0
See wodby/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.