Sign inSign up

mnunes/phalcon

By mnunes

Updated about 6 years ago

PHP docker image with Phalcon

Image
0

281

mnunes/phalcon repository overview

Phalcon

This is a PHP image with all the extensions necessary for testing one of my projects using a CI service. More information on what's included in the following table.

Versions

TagPHPPhalconRedisAdded Extensions
7.4.7-4.0.67.4.74.0.63.0.0bcmath,bz2,calendar,dba,exif,gd,gettext,gmp,imap,intl,ldap,pdo_mysql,psr,soap,sockets,tidy,xmlrpc,xsl,zip
7.4.5-4.0.57.4.54.0.53.0.0bcmath,bz2,calendar,dba,exif,gd,gettext,gmp,imap,intl,ldap,pdo_mysql,psr,soap,sockets,tidy,xmlrpc,xsl,zip

Drone CI .drone.yml example

kind: pipeline
type: docker
name: default

- name: phpunit
  image: mnunes/phalcon:7.4.7-4.0.6
  commands:
  - composer install
  - nohup php -S localhost:8000 -t public .htrouter.php >/dev/null 2>&1 & sleep 2
  - ...

Tag summary

Content type

Image

Digest

Size

59.3 MB

Last updated

about 6 years ago

docker pull mnunes/phalcon:7.4.7-4.0.6