/DockerPHPImages

Primary LanguageDockerfileMIT LicenseMIT

Deprecated

This repository is deprecated, in favor of: docker-images

DockerPHPImages

These are the default php images with some extras. I use them as base images for my symfony projects. Feel free to use them.

docker push chapterjason/php:tagname

Tagnames:

  • 8.1-fpm-alpine
  • 8.1-cli-alpine
  • 8.1-cli-node-alpine
  • 8.1-fpm-node-alpine
  • 8.0.3-fpm-alpine
  • 8.0.3-cli-alpine
  • 8.0.3-cli-node-alpine
  • 8.0.3-fpm-node-alpine
  • 8.0-fpm-alpine
  • 8.0-cli-alpine
  • 8.0-cli-node-alpine
  • 8.0-fpm-node-alpine

Images with node contains a nodejs, npm and yarn installation. Might be the case that you need to build some assets.