Skip to content
master
Go to file
Code
This branch is 2 commits ahead, 2 commits behind vyuldashev:master.

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 

README.md

Docker image for PHP and NodeJS

For example to use in CI

Available tags

Tags are constructed in a scheme of: <php-major.minor>-<node-major.minor>.

For example 7.4-14.4 for PHP 7.4.x and NodeJS 14.4.x.

If you need specific combinations of PHP/NodeJS, open an issue

System information

  • Ubuntu 18.04

Installed packages

  • ssh
  • openssh-client
  • rsync
  • curl
  • wget
  • PHP
    • mysql
    • pgsql
    • memcached
    • sqlite
    • bz2
    • zip
    • mbstring
    • curl
    • gd
    • xml
    • bcmath
    • intl
    • imap
  • Composer
  • PHPUnit
  • Node.js
  • NPM
You can’t perform that action at this time.