Skip to content

Commit

Permalink
Update README with 83 and better instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
meezaan committed Dec 27, 2023
1 parent 4753d39 commit 4489357
Showing 1 changed file with 13 additions and 17 deletions.
30 changes: 13 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,37 +18,40 @@ These images have been tested on tested on AWS EKS, Azure AKS, Google GKE, Digit
## CLI Images
CLI Images are available on the GitHub Container Registry, Docker Hub and Quay.io as:

* islamicnetwork/php:8.3-cli
* islamicnetwork/php:8.2-cli
* islamicnetwork/php:8.1-cli
* islamicnetwork/php:8.0-cli
* ghcr.io/islamic-network/php:8.3-cli
* ghcr.io/islamic-network/php:8.2-cli
* ghcr.io/islamic-network/php:8.1-cli
* ghcr.io/islamic-network/php:8.0-cli
* quay.io/islamic-network/php:8.2-cli
* quay.io/islamic-network/php:8.3-cli
* quay.io/islamic-network/php:8.1-cli
* quay.io/islamic-network/php:8.0-cli


## Apache Images
Apache Images are available on GitHub Container Registry, Docker Hub and Quay.io as:

* islamicnetwork/php:8.3-apache
* islamicnetwork/php:8.2-apache
* islamicnetwork/php:8.1-apache
* islamicnetwork/php:8.0-apache
* ghcr.io/islamic-network/php:8.3-apache
* ghcr.io/islamic-network/php:8.2-apache
* ghcr.io/islamic-network/php:8.1-apache
* ghcr.io/islamic-network/php:8.0-apache
* quay.io/islamic-network/php:8.2-apache
* quay.io/islamic-network/php:8.3-apache
* quay.io/islamic-network/php:8.1-apache
* quay.io/islamic-network/php:8.0-apache

### NGINX Unit Images
Unit Images are available on GitHub Container Registry, Docker Hub and Quay.io as:
* islamicnetwork/php:8.3-unit
* islamicnetwork/php:8.2-unit
* islamicnetwork/php:8.1-unit
* ghcr.io/islamic-network/php:8.3-unit
* ghcr.io/islamic-network/php:8.2-unit
* ghcr.io/islamic-network/php:8.1-unit
* quay.io/islamic-network/php:8.2-unit
* quay.io/islamic-network/php:8.3-unit
* quay.io/islamic-network/php:8.1-unit

The Apache document root in the container is /var/www/html and Apache is exposed on port 8080.
Expand All @@ -58,19 +61,12 @@ These images come with opcache enabled and no xdebug, so they cannot be used for
## Apache Images for Development Purposes
Apache Images are available on Docker Hub and Quay.io and come bundled with xdebug. Opcache is disabled in these images.

* ghcr.io/islamic-network/php:8.1-apache-dev
* ghcr.io/islamic-network/php:8.0-apache-dev
* ghcr.io/islamic-network/php:7.4-apache-dev
* quay.io/islamic-network/php:8.1-apache-dev
* quay.io/islamic-network/php:8.0-apache-dev
* quay.io/islamic-network/php:7.4-apache-dev
To use the these images just append -dev to any of the above tags. For instance: islamicnetwork/php:8.3-apache-dev

### NGINX Unit Images for Development Purposes
* ghcr.io/islamic-network/php:8.1-unit-dev
* quay.io/islamic-network/php:8.1-unit-dev

The Apache document root in the container is /var/www/html and Apache is exposed on port 8080.
Unit Images are available on Docker Hub and Quay.io and come bundled with xdebug. Opcache is disabled in these images.

To use the these images just append -dev to any of the above tags. For instance: islamicnetwork/php:8.3-unit-dev

## Using Docker Secrets
These new images no longer support converting Docker secrets into Environment Variables. If you are using PHP 7.4 and need to use Docker Secrets (if,
Expand Down Expand Up @@ -141,7 +137,7 @@ The following modules / extensions / PECLs are enabled on this container (exclud
#### PECLs
* Redis
* APCu
* gRPC
* gRPC (removed in 8.2 and 8.3 because it adds over 20 minutes to the build time)
* Memcached
* TimezoneDB
* APCu
Expand Down

0 comments on commit 4489357

Please sign in to comment.