Skip to content

paveldhq/anyphp-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

any PHP Build Status

Description

Small light-weight docker image based on:

  • Ubuntu 18.04 Bionic
  • Debian 9 stretch
  • Debian 10 buster

Already has ondrej/php ppa added, so next PHP versions can be installed:

  • 5.6 apt-get install php5.6
  • 7.0 apt-get install php7.0
  • 7.1 apt-get install php7.1
  • 7.2 apt-get install php7.2
  • 7.3 apt-get install php7.3

Originally image designed to be a base image for docker container that executes tests. Version of PHP can be customized through build arguments.

Usage:

FROM pratushnyi/anyphp:<ubuntu|stretch|buster>
...

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages