https://github.com/erkenes/docker-images
Docker Images
https://github.com/erkenes/docker-images
docker docker-image php
Last synced: about 2 months ago
JSON representation
Docker Images
- Host: GitHub
- URL: https://github.com/erkenes/docker-images
- Owner: erkenes
- License: mit
- Created: 2022-03-08T21:06:22.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2026-01-17T23:01:41.000Z (5 months ago)
- Last Synced: 2026-01-18T10:08:31.355Z (5 months ago)
- Topics: docker, docker-image, php
- Language: Dockerfile
- Homepage:
- Size: 69.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Docker Images
All images are published to the **GitHub Container Registry** and **Docker Hub**.
The images marked with `(DHI)` are based on the [Docker Hardened Image (DHI)](https://www.docker.com/products/hardened-images/) program and provide additional security features.
---
## Available images
### PHP
[](https://github.com/erkenes/docker-images/actions/workflows/php.yml)
| Version | Status | Dockerfile |
|:-----------------|:-------------------|-----------------------------------------------------------------------|
| `8.4-fpm-alpine` | 🟢 **Stable** | [ghcr.io/erkenes/php/8.4-fpm-alpine](./php/8.4-fpm-alpine/Dockerfile) |
| `8.3-fpm-alpine` | 🟢 **Stable** | [ghcr.io/erkenes/php/8.3-fpm-alpine](./php/8.3-fpm-alpine/Dockerfile) |
| `8.2-fpm-alpine` | 🟡 **Maintenance** | [ghcr.io/erkenes/php/8.2-fpm-alpine](./php/8.2-fpm-alpine/Dockerfile) |
| `8.1-fpm-alpine` | 🔴 **EOL** | [ghcr.io/erkenes/php/8.1-fpm-alpine](./php/8.1-fpm-alpine/Dockerfile) |
### Nginx (DHI)
[](https://github.com/erkenes/docker-images/actions/workflows/nginx.yml)
| Version | Status | Dockerfile |
|:---------------|:--------------|-----------------------------------------------------------------------|
| `1-alpine` | 🟢 **Stable** | [ghcr.io/erkenes/nginx/1-alpine](./nginx/1-alpine/Dockerfile) |
| `1-alpine-dev` | 🟢 **Stable** | [ghcr.io/erkenes/nginx/1-alpine-dev](./nginx/1-alpine-dev/Dockerfile) |