- Mar 06, 2020
-
-
Sebastian Kehr authored
-
Sebastian Kehr authored
-
- Mar 04, 2020
-
-
- Mar 03, 2020
-
-
* no more usage of slow vufind-php image for various containers * use stock docker library images where possible for faster startup * build custom images for php and composer only to include xdebug and required extensions * provide and leverage custom entrypoint shell scripts for most containers * inject environment variables defined in docker-env.*.yml files within entrypoints * place environment variables defaults in in docker-env.0.finc.yml * place composer and npm caches in git-ignored subdirectories of project root directory * gracefully terminate all container processes (especially grunt and mail) for faster shutdown * let versions of php and mariadb equal those in current live systems * let container-written files have uid/gid of project root directory by default * forward exposed container ports to non-standard ports on host system * allow to override uid/gid of written files as well as host ports via environment variables * specify exact autoconfig version to install * avoid recursive call to chown in env entrypoint * drop unnecessary argument when calling grunt * report all errors (including notices, deprecation messages etc.)
-
- Nov 14, 2019
-
-
Sebastian Kehr authored
* remove unneeded gitignore file * add fid generic dependencies * add dependency to phpdocumentor/reflection-docblock
-
Sebastian Kehr authored
* restore vanilla v5.1.0 composer configuration and dependencies * drop composer platform php override to allow for dependencies requiring php > 7.0.8 * install and configure add composer merge plugin * update npm-shrinkwrap.json * add finc specific dependencies via custom composer file * assure all symfony packages are locked to 3.4.* * execute themes-copy script on composer install and update
-
- Apr 24, 2019
-
-
* merges all changes of #14831 in new instance/fid branch
-