Sign inSign up

vistart/php

By vistart

Updated about 6 years ago

based on official php images.

Image
0

5.8K

vistart/php repository overview

These images are all based on the official php images and the following extensions are enabled:

The following software is installed:

  • wget
  • git
  • libzip-dev (zip extension required)
  • zlib1g-dev
  • zip (zip extension required)
  • unzip (zip extension required)
  • libicu-dev
  • libpng-dev
  • imagemagick
  • libfreetype6-dev
  • libjpeg62-turbo-dev
  • libmagickwand-dev
  • openssl (mongodb extension required)
  • libssl-dev (mongodb extension required)
  • librabbitmq-dev (amqp extension required)

The following apache2 module(s) are enabled:

  • rewrite
  • ssl

Also installed is composer.

Supported CPU Archs:

  • linux/386
  • linux/amd64
  • linux/arm/v6
  • linux/arm/v7
  • linux/arm64
  • linux/s390x
  • linux/ppc64le (only PHP 7.4 with APACHE2 & CLI work)

How to Use

Please refer to official php image.

How to build

Use git to download the dockerfile locally: git clone --branch=php https://github.com/vistart/Dockerfiles

Switch the current directory to the directory where the dockerfile is saved and build it:

docker build . --build-arg TAG=apache

or

docker build . --build-arg TAG=7.4-apache

Tag summary

Content type

Image

Digest

Size

263.7 MB

Last updated

about 6 years ago

docker pull vistart/php:apache