Docker composer-and-node-ci image
 
Go to file
Carlos Gomes fd359142f6
Install util-linux as it is used by Gatsby
2021-11-11 20:23:38 +01:00
.github/workflows Make the deployer version dynamic per PHP version 2021-11-11 19:07:46 +01:00
Dockerfile Install util-linux as it is used by Gatsby 2021-11-11 20:23:38 +01:00
LICENSE Initial commit 2017-10-04 20:22:30 -03:00
README.md Move to Alpine and add PHP8 2021-11-11 19:01:13 +01:00

README.md

composer-and-node-ci Docker image

A docker image to be used on continuous integration projects.

The idea is to include everything you need to run unit tests and build frontend projects.

Also, it is possible to run pure PHP or with frameworks like Laravel or CodeIgniter, Composer for dependency manager.

To deploy and transfer files, Deployer, SSH, and RSync are available.

Nginx and Apache are NOT included.

This image includes:

Loaded modules:

$ php -m

[PHP Modules]
Core
ctype
curl
date
dom
fileinfo
filter
ftp
hash
iconv
json
libxml
mbstring
mcrypt
mysqli
mysqlnd
openssl
pcre
PDO
pdo_sqlite
Phar
posix
pspell
readline
Reflection
session
SimpleXML
SPL
sqlite3
standard
tokenizer
xml
xmlreader
xmlwriter
zip
zlib