Docker composer-and-node-ci image
 
Go to file
sp9unb 8c2ff333dc Add build/usage info 2022-11-06 20:06:49 +01:00
.github/workflows Remove Arm7 as it is too slow to build and I'm not using on a Rasp PI 2022-10-04 11:50:10 +02:00
.editorconfig Moving from the PHP official to Ubuntu and ondrej ppa (#1) 2022-08-23 19:57:20 +02:00
Dockerfile change default workdir 2022-11-06 20:01:33 +01:00
LICENSE Initial commit 2017-10-04 20:22:30 -03:00
Makefile Install NodeJS from package-manager instead of manual download 2022-10-04 11:49:28 +02:00
README.md Add build/usage info 2022-11-06 20:06:49 +01:00
zshrc Add navigation through the history with up and down arrows 2021-11-13 01:33:45 +01:00

README.md

Docker composer-and-node-ci 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 scripts, 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]
calendar
Core
ctype
curl
date
dom
exif
FFI
fileinfo
filter
ftp
gettext
hash
iconv
json
libxml
mysqli
mysqlnd
openssl
pcntl
pcre
PDO
pdo_mysql
pdo_sqlite
Phar
posix
random
readline
Reflection
session
shmop
SimpleXML
sockets
sodium
SPL
sqlite3
standard
sysvmsg
sysvsem
sysvshm
tokenizer
xml
xmlreader
xmlwriter
xsl
Zend OPcache
zip
zlib

Build:

docker build --rm -t composer-and-node-ci:latest .

Basic usage:

docker run --rm --interactive --tty --volume $PWD:/app  composer-and-node-ci  <command>