https://github.com/wodby/wordpress
Vanilla WordPress docker container image
https://github.com/wodby/wordpress
alpine docker wordpress
Last synced: 7 months ago
JSON representation
Vanilla WordPress docker container image
- Host: GitHub
- URL: https://github.com/wodby/wordpress
- Owner: wodby
- License: mit
- Created: 2017-03-21T05:20:54.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2024-04-13T02:01:22.000Z (almost 2 years ago)
- Last Synced: 2024-04-13T22:10:27.966Z (almost 2 years ago)
- Topics: alpine, docker, wordpress
- Language: Shell
- Homepage: https://wodby.com/stacks/wordpress
- Size: 491 KB
- Stars: 7
- Watchers: 4
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Vanilla WordPress Docker Container Image
[](https://github.com/wodby/wordpress/actions)
[](https://hub.docker.com/r/wodby/wordpress)
[](https://hub.docker.com/r/wodby/wordpress)
## Docker Images
❗For better reliability we release images with stability tags (`wodby/wordpress:6-X.X.X`) which correspond to [git tags](https://github.com/wodby/wordpress/releases). We strongly recommend using images only with stability tags.
Overview:
- All images based on Alpine Linux
- Base image: [wodby/wordpress-php](https://github.com/wodby/wordpress-php)
- [GitHub actions builds](https://github.com/wodby/wordpress/actions)
- [Docker Hub](https://hub.docker.com/r/wodby/wordpress)
[_(Dockerfile)_]: https://github.com/wodby/wordpress/tree/master/4/Dockerfile
| Supported tags and respective `Dockerfile` links | WordPress | PHP |
|--------------------------------------------------|-----------|-----|
| `6-8.4`, `6-8`, `6`, `latest` [_(Dockerfile)_] | 6 | 8.4 |
| `6-8.3` [_(Dockerfile)_] | 6 | 8.3 |
| `6-8.2` [_(Dockerfile)_] | 6 | 8.2 |
| `6-8.1` [_(Dockerfile)_] | 6 | 8.1 |
All images built for `linux/amd64` and `linux/arm64`
## Environment Variables
See [wodby/wordpress-php](https://github.com/wodby/wordpress-php) for all variables.
## Orchestration Actions
See [wodby/wordpress-php](https://github.com/wodby/wordpress-php) for all actions.
## Complete WordPress Stack
See [Docker4WordPress](https://github.com/wodby/docker4wordpress).