Sign inSign up

mack/php55

By mack

•Updated over 6 years ago

PHP 5.5.36 docker image

Image
0

3.7K

mack/php55 repository overview

PHP 5.5.36 docker image based on debian:jessie-slim

Tags:

  • 0.1
  • 0.2
    • added phpredis
  • 0.3 - updated
    • updated nginx unit to 1.8.0
  • 0.4
    • added /composer.phar
    • added hirak/prestissimo
  • 0.5
    • added PHP_FPM_CONF env var, equals ${PHP_PREFIX}/php-fpm.conf
  • 0.6
    • Added APCu 4.0.11
  • 0.7
    • updated nginx unit to 1.9.0
    • explicit redis-4.3.0 version
    • added envconsul
    • added dockerize
  • 0.8
    • added gcloud tools
    • added unzip

Dockerfile can be found in /root/Dockerfile

For quick copy of Dockerfile run

docker run --rm -it -v `pwd`:/tmp/t mack/php55:0.5 cp /root/Dockerfile /tmp/t/

For rebuild

docker build --squash --pull --no-cache -t mack/php55:0.5 . 
docker tag mack/php55:0.5 mack/php55:latest

Tag summary

Content type

Image

Digest

Size

263.1 MB

Last updated

over 6 years ago

docker pull mack/php55