Sign inSign up

chinayin/php

By chinayin

Updated about 1 year ago

PHP is a server-side scripting language designed for web development, but which can also be used as

Image
0

100K+

chinayin/php repository overview

PHP Base Image

Docker Image CI Docker Image Version (latest semver) Docker Image Size (latest semver) Docker Pulls

While designed for web development, the PHP scripting language also provides general-purpose use.

Image Variants
  • php:<version>-cli
  • php:<version>-fpm
  • php:<version>-cli-slim
  • php:<version>-fpm-slim
Use PHP

You can use the image directly, e.g.

docker run --rm -it chinayin/php:7.2-fpm

The images are built daily and have the security release enabled, so will contain any security updates released more than 24 hours ago.

You can also use the images as a base for your own Dockerfile:

FROM chinayin/php:7.2-fpm
Use PHP slim version

You can use the image directly, e.g.

docker run --rm -it chinayin/php:7.2-fpm-slim

You can also use the images as a base for your own Dockerfile:

FROM chinayin/php:7.2-fpm-slim

Tag summary

Content type

Image

Digest

sha256:2e73b6bb8

Size

206.4 MB

Last updated

about 1 year ago

docker pull chinayin/php:7.4.33-cli-slim