An open API service indexing awesome lists of open source software.

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

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

[![PHP](https://github.com/erkenes/docker-images/actions/workflows/php.yml/badge.svg)](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)

[![Nginx](https://github.com/erkenes/docker-images/actions/workflows/nginx.yml/badge.svg)](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) |