From 4db2e10b6e483c2818a5e2e40b8ca76a94132e3d Mon Sep 17 00:00:00 2001 From: Carlos Gomes Date: Tue, 18 Jun 2024 09:58:52 +0200 Subject: [PATCH] Updating versions and included modules [ci-skip] --- README.md | 33 +++++++++++++++++---------------- 1 file changed, 17 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index 12f8cc1..32507a5 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Docker composer-and-node-ci image -A docker image to be used on continuous integration projects. +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. @@ -10,21 +10,21 @@ To deploy and transfer files, [Deployer](https://deployer.org), SSH, and RSync a `Nginx` and `Apache` **are NOT** included. -## This image includes: - -* [NodeJS 18.x and NPM](https://github.com/nodesource/distributions/blob/master/README.md#installation-instructions) -* [Yarn - classic](https://classic.yarnpkg.com/en/docs/install/#debian-stable) -* PHP 8-cli, 7.1-cli -* [Composer](https://getcomposer.org/doc/faqs/how-to-install-composer-programmatically.md) (latest or v2.2.x for php7.x) -* [Deployer](https://deployer.org) (v6.9.0 or v6.6.0 for php7.x) -* OpenSSH client -* Git -* RSync -* MySql Client -* zsh -* vim -* Make +## This image includes: +- [NodeJS 20.x and NPM](https://github.com/nodesource/distributions/blob/master/README.md#installation-instructions) +- [Yarn - classic](https://classic.yarnpkg.com/en/docs/install/#debian-stable) +- [Pnpm 8.x](https://pnpm.io/installation) +- PHP 8-cli, 7.1-cli +- [Composer](https://getcomposer.org/doc/faqs/how-to-install-composer-programmatically.md) (latest or v2.2.x for php7.x) +- [Deployer](https://deployer.org) (v6.9.0 or v6.6.0 for php7.x) +- OpenSSH client +- Git +- RSync +- MySql Client +- zsh +- vim +- Make ### Loaded modules: @@ -32,6 +32,7 @@ To deploy and transfer files, [Deployer](https://deployer.org), SSH, and RSync a $ php -m [PHP Modules] +bcmath calendar Core ctype @@ -48,6 +49,7 @@ hash iconv json libxml +mbstring mysqli mysqlnd openssl @@ -58,7 +60,6 @@ pdo_mysql pdo_sqlite Phar posix -random readline Reflection session