Skip to content

kasnet/docker-php-alpine

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PHP Alpine Base Images

Build Status Docker Pulls Image Size

Public image for php in alpine with a set of common extensions

Images

PHP Modules

apcu (PHP 7.0 +), bcmath, Core, ctype, curl, date, dom, ev, fileinfo, filter, hash, iconv (with a fix), intl, json, libxml, mbstring, memcached, mysqli, mysqlnd, openssl, pcre, PDO, pdo_mysql, pdo_pgsql, pdo_sqlite, pgsql, Phar, posix, readline, Reflection, session, SimpleXML, soap, sockets, sodium (PHP 7.2 +), SPL, standard, tokenizer, xml, xmlreader, xmlwriter, yaml, Zend OPcache, zip, zlib

Testing Images

Testing images are the same as the standard, but with xdebug (php5.6) or phpdbg (php7.*)

Testing PHP Modules

All of the above modules, xdebug (PHP 5.6 only, PHP 7.0+ uses phpdbg)

Dev

~ $ make build-quick
~ $ make tag test

Pulling

~ $ docker pull graze/php-alpine

Usage

~ $ docker run --rm graze/php-alpine -v $(pwd):/srv php some/script.php

Running with phpdbg

~ $ docker run --rm graze/php-alpine:test -v $(pwd):/srv phpdbg7 some/script.php

About

minimal (ish) php images in alpine

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 92.6%
  • Makefile 7.4%