Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wodby/wordpress
Vanilla WordPress docker container image
https://github.com/wodby/wordpress
alpine docker wordpress
Last synced: 8 days 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 (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-04-13T02:01:22.000Z (7 months ago)
- Last Synced: 2024-04-13T22:10:27.966Z (7 months 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
[![Build Status](https://github.com/wodby/wordpress/workflows/Build%20docker%20image/badge.svg)](https://github.com/wodby/wordpress/actions)
[![Docker Pulls](https://img.shields.io/docker/pulls/wodby/wordpress.svg)](https://hub.docker.com/r/wodby/wordpress)
[![Docker Stars](https://img.shields.io/docker/stars/wodby/wordpress.svg)](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.3`, `6-8`, `6`, `latest` [_(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).