You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can help you with [Containerization, Kubernetes, Monitoring, Infrastructure as Code and other DevOps challenges](https://timdepater.com/?mtm_campaign=github).
26
26
27
27
## Usage
@@ -31,13 +31,14 @@ I can help you with [Containerization, Kubernetes, Monitoring, Infrastructure as
31
31
This image follows the **Debian versioning convention** for tagging: `<wordpress-version>-<container-revision>`
32
32
33
33
**Available tags:**
34
-
*`latest` - Latest stable release
35
-
*`<major>.<minor>.<patch>-<revision>` - Full version (e.g., `6.8.1-1`, `6.8.1-2`)
36
-
* The first part (`6.8.1`) tracks the WordPress version included
37
-
* The revision number (`-1`, `-2`) indicates container updates (security patches, dependency updates, configuration changes)
38
-
*`<major>.<minor>.<patch>` - Latest container revision for a WordPress version (e.g., `6.8.1` → `6.8.1-2`)
39
-
*`<major>.<minor>` - Latest patch and revision (e.g., `6.8` → `6.8.1-2`)
**For production use**, pin to a specific full version tag (e.g., `trafex/wordpress:6.8.1-1`) to ensure reproducible deployments and controlled updates.
43
44
@@ -63,10 +64,9 @@ This image includes [wp-cli](https://wp-cli.org/) which can be used like this:
0 commit comments