https://github.com/devilbox/docker-php-fpm-community
Devilbox PHP-FPM community maintained Docker images
https://github.com/devilbox/docker-php-fpm-community
Last synced: 4 months ago
JSON representation
Devilbox PHP-FPM community maintained Docker images
- Host: GitHub
- URL: https://github.com/devilbox/docker-php-fpm-community
- Owner: devilbox
- License: mit
- Created: 2022-03-24T03:09:37.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-06-30T08:31:20.000Z (almost 2 years ago)
- Last Synced: 2025-01-04T18:43:47.248Z (6 months ago)
- Language: Roff
- Homepage:
- Size: 98.6 KB
- Stars: 4
- Watchers: 4
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Devilbox PHP-FPM Community Images
[](https://github.com/devilbox/docker-php-fpm-community/actions?workflow=lint)
[](https://gitter.im/devilbox/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[](https://devilbox.discourse.group)
[](https://opensource.org/licenses/MIT)**Available Architectures:** `amd64`, `arm64`
Devilbox PHP-FPM community maintained docker images.
| Docker Hub | Upstream Project |
|------------|------------------|
||
|
## :wrench: Projects
Find the currently available projects here. Click on the project for corresponding docker tags and more details.
| Project | Author | build | Architecture | Docker Tag |
|---------------------------------------|-------------------------------------------------|-----------------------------------------------|---------------------------------------|------------------------------|
| :file_folder: [devilbox/] | :octocat: [cytopia] (cytopia) | [![devilbox_build]](https://github.com/devilbox/docker-php-fpm-community/actions/workflows/devilbox_action.yml)
[![devilbox_nightly]](https://github.com/devilbox/docker-php-fpm-community/actions/workflows/devilbox_action_schedule.yml)| :computer: amd64
:computer: arm64 | `-devilbox` |[devilbox/]: Dockerfiles/devilbox
[cytopia]: https://github.com/cytopia
[devilbox_build]: https://github.com/devilbox/docker-php-fpm-community/workflows/devilbox_build/badge.svg
[devilbox_nightly]: https://github.com/devilbox/docker-php-fpm-community/workflows/devilbox_nightly/badge.svg
> :information_source: `` in the Docker tag above stands for the PHP version. E.g.: `5.4` or `8.1`, etc## :computer: Build
You can build the images locally via:
```shell
# Build PHP 5.2 of devilbox project
make build VERSION=5.5 FLAVOUR=devilbox# Build PHP 5.2 of devilbox project (force arm64 arch)
make build VERSION=5.5 FLAVOUR=devilbox ARCH=linux/arm64
```## :octocat: Contributing
You can easily and automatically generate your own project via:
```shell
make create-project
```See **[Contributing guidelines](CONTRIBUTING.md)** for how to best update Docker images in this repository or how to create your own project and have it bundled[1] with this repository.
> [1] Every bundled project in this repository has automated CI pipelines including nightly builds.
## :page_facing_up: License
**[MIT License](LICENSE)**
Copyright (c) 2022 **[cytopia](https://github.com/cytopia)**