https://github.com/linuxeye/docker-php-fpm-7.3
https://github.com/linuxeye/docker-php-fpm-7.3
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/linuxeye/docker-php-fpm-7.3
- Owner: linuxeye
- License: mit
- Created: 2025-02-08T01:53:56.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-02-09T11:26:15.000Z (12 months ago)
- Last Synced: 2025-06-08T19:37:20.394Z (8 months ago)
- Language: Shell
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PHP-FPM 7.3
**Available Architectures:** `amd64`, `arm64`
This repository will provide you a fully functional PHP-FPM 7.3 Docker image built from [official sources](https://github.com/php/php-src) nightly. It provides the base for [LinuxEye PHP-FPM Docker images](https://github.com/linuxeye/docker-php-fpm).
## 🐋 Available Docker tags
[](https://hub.docker.com/r/bypanel/php-fpm-7.3)
[`latest`][tag_latest] [`buster`][tag_buster]
```bash
docker pull bypanel/php-fpm-7.3
```
#### Rolling releases
The following Docker image tags are rolling releases and are built and updated every night.
| Docker Tag | Git Ref | Available Architectures |
|-----------------------------|---------|---------------------------|
| **[`latest`][tag_latest]** | main | `amd64`, `arm64` |
| [`buster`][tag_buster] | main | `amd64`, `arm64` |
[tag_latest]: https://github.com/linuxeye/docker-php-fpm-7.3/blob/main/Dockerfile.latest
[tag_buster]: https://github.com/linuxeye/docker-php-fpm-7.3/blob/main/Dockerfile.buster
**Findme:**
**🐱** [linuxeye](https://github.com/linuxeye)
**🐋** [bypanel](https://hub.docker.com/u/bypanel)