https://github.com/phpsword/docker-images
PHP Docker images for Sword
https://github.com/phpsword/docker-images
docker-image modern-wordpress php phpsword wordpress
Last synced: about 2 months ago
JSON representation
PHP Docker images for Sword
- Host: GitHub
- URL: https://github.com/phpsword/docker-images
- Owner: phpsword
- Created: 2022-09-06T15:04:03.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-07-19T10:08:28.000Z (almost 2 years ago)
- Last Synced: 2025-02-08T05:27:36.585Z (over 1 year ago)
- Topics: docker-image, modern-wordpress, php, phpsword, wordpress
- Language: Dockerfile
- Homepage: https://getsword.com
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

[](https://github.com/phpsword/docker-images/actions)
# Sword Docker images
This images are intented to be used with a Sword application.
Check the documentation for more info: https://getsword.com
## PHP images for production and development
Production version is bundled with:
* Cachetool
* Redis with igbinary
Additionally, development version suffixed with `-dev` is bundled with the same tools as production image, and:
* Git
* Xdebug 3
* Composer 2
* GNU Make
### Available tags:
| Image |
| ------ |
| ghcr.io/phpsword/php:8.1 |
| ghcr.io/phpsword/php:8.1-dev |
| ghcr.io/phpsword/php:8.2 |
| ghcr.io/phpsword/php:8.2-dev |
| ghcr.io/phpsword/php:8.3 |
| ghcr.io/phpsword/php:8.3-dev |