Sign inSign up

vandries/php

By vandries

•Updated almost 11 years ago

PHP Dockerfile for trusted automated Docker builds. Based on Debian and Dotdeb

Image
0

2.0K

vandries/php repository overview

⁠php-dotdeb

PHP Dockerfile for trusted automated Docker builds. Based on Debian and Dotdeb

⁠PHP-Dotdeb Dockerfile

This repository contains Dockerfile of Dotdeb⁠ for Docker⁠'s automated build⁠ published to the public Docker Hub Registry⁠.

⁠Base Docker Image
  • debian:wheezy

(debian:squeezy for 5.3 tag)

⁠Installation
  1. Install Docker⁠.

  2. Download automated build⁠ from public Docker Hub Registry⁠: docker pull vandries/php

    (alternatively, you can build an image from Dockerfile: docker build -t="vandries/php" github.com/vandries/php)

⁠Usage
docker run -d vandries/php

vandries/php:latest is shortcut for vandries/php:5.5

⁠Usage with specific version

Images with specific version of PHP are now available.

docker run -d vandries/php:5.x

Supported versions :

  • 5.3 : Debian sqeeze + PHP 5.3.29
  • 5.4-squeeze : Debian sqeeze + PHP 5.4.32
  • 5.4-wheezy : Debian wheezy + PHP 5.4.32
  • 5.5 : Debian wheezy + PHP 5.5.16
  • 5.6 : Not yet implemented

Tag summary

Content type

Image

Digest

sha256:c492d380e…

Size

71.1 MB

Last updated

almost 11 years ago

docker pull vandries/php