2024-02-07 15:21:14 +00:00
|
|
|
# Benzine Docker Containers
|
|
|
|
|
|
|
|
|
|
This repository contains the Dockerfiles for the Benzine containers.
|
|
|
|
|
|
2024-05-19 02:55:08 +00:00
|
|
|
| Container | Tags | Build status | Description |
|
|
|
|
|
| -------------- | ----------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------ |
|
|
|
|
|
| PHP 8.3 CLI | `benzine/php:cli-8.3`<br/>`ghcr.io/benzine-framework/php:cli-8.3` |    | Multi-thread PHP 8.3 CLI container built atop Runit |
|
|
|
|
|
| PHP 8.2 CLI | `benzine/php:cli-8.2`<br/>`ghcr.io/benzine-framework/php:cli-8.2` |    | Multi-thread PHP 8.2 CLI container built atop Runit |
|
|
|
|
|
| PHP 8.1 CLI | `benzine/php:cli-8.1`<br/>`ghcr.io/benzine-framework/php:cli-8.1` |    | Multi-thread PHP 8.1 CLI container built atop Runit |
|
|
|
|
|
| PHP 7.4 CLI | `benzine/php:cli-7.4`<br/>`ghcr.io/benzine-framework/php:cli-7.4` |    | Multi-thread PHP 7.4 CLI container built atop Runit |
|
|
|
|
|
| PHP 8.3 NGINX | `benzine/php:nginx-8.3`<br/>`ghcr.io/benzine-framework/php:nginx-8.3` |    | Multi-thread PHP 8.3 NGINX container built atop Runit |
|
|
|
|
|
| PHP 8.2 NGINX | `benzine/php:nginx-8.2`<br/>`ghcr.io/benzine-framework/php:nginx-8.2` |    | Multi-thread PHP 8.2 NGINX container built atop Runit |
|
|
|
|
|
| PHP 8.1 NGINX | `benzine/php:nginx-8.1`<br/>`ghcr.io/benzine-framework/php:nginx-8.1` |    | Multi-thread PHP 8.1 NGINX container built atop Runit |
|
|
|
|
|
| PHP 7.4 NGINX | `benzine/php:nginx-7.4`<br/>`ghcr.io/benzine-framework/php:nginx-7.4` |    | Multi-thread PHP 7.4 NGINX container built atop Runit |
|
|
|
|
|
| PHP 8.3 Apache | `benzine/php:apache-8.3`<br/>`ghcr.io/benzine-framework/php:apache-8.3` |    | Multi-thread PHP 8.3 Apache container built atop Runit |
|
|
|
|
|
| PHP 8.2 Apache | `benzine/php:apache-8.2`<br/>`ghcr.io/benzine-framework/php:apache-8.2` |    | Multi-thread PHP 8.2 Apache container built atop Runit |
|
|
|
|
|
| PHP 8.1 Apache | `benzine/php:apache-8.1`<br/>`ghcr.io/benzine-framework/php:apache-8.1` |    | Multi-thread PHP 8.1 Apache container built atop Runit |
|
|
|
|
|
| PHP 7.4 Apache | `benzine/php:apache-7.4`<br/>`ghcr.io/benzine-framework/php:apache-7.4` |    | Multi-thread PHP 7.4 Apache container built atop Runit |
|