UPDATES
- PHP 7.1.27 and 7.2.16
FIXES
- fix using the cronjob start job within docker-compose (it fails to start after a previous shutdown/stop)
UPDATES
- PHP 7.2.15
UPDATES
- PHP 7.1.26 and 7.2.14
FIXES
- fix name of env var
PHP_INI_POST_MAX_SIZE( fromPHP_INI_POSTMAX_SIZE), the old version still works but will be removed with version 2.0.0
UPDATES
- PHP 7.1.23 and 7.2.11
FIXES
- fix enable PHP Modules on start
FIXES
- fix installing php ldap extension
UPDATES
- PHP 7.1.20 and 7.2.8
FIXES
- allow users to change the PHP opcache optimization level
UPDATES
- PHP 7.1.18 and 7.2.6
- matomo example matomo version 3.5.1
FIXES
- wait_for_tcp_service timeout calculation
FIXES
- include multiple docker/*.inc.sh files
IMPROVEMENTS
- let bump2version also push tags / commits
FIXES
- remove deprecated docker/bin/gen_crontab.php (spryker specific)
FIXES
- make example/matomo work on localhost via docker-compose
FIXES
- remove matomo build from CI tests
FIXES
- Create the folder /var/spool/cron/crontabs needed by crond
- Move function
enable_cron_configsabove in the script
UPDATES
- PHP 7.1.17 (from 7.1.16)
FIXES
- fix nodejs installation for PHP 7.1.x flavour (debian jessie has npm within the nodejs package)
IMPROVEMENTS
- add step in
build > depsto run composer dumpautoload optimizations - introduce
$COMPOSER_DUMP_ARGS,$COMPOSER_VERSIONenv vars - use the
example/matomoreference image for tests as well - bump example/matomo matomo version to 3.5.0
- simplify matomo fetch and install process in example/matomo
- make composer version configurable
FIXES
- local builds for the base image were missing the PHP version in their docker tag
- don't install composer package
hirak/prestissimoin base AND deps; base is sufficient - don't drop packages.json/lock / composer.json/lock files in image clean up step
- fix ERROR_EXIT_CODE isn't working
- fix missing
npmin PATH ( github issue #5 )
- fix travis ci release step bash script
- adds bump2version
- just introduced to trigger CI again
- fix error message BG color for build steps using
errorText - fix CI matrix and stages by introducing a special
bin/ci.shscript
- fix travis ci
https://github.com/claranet/spryker-base will be considered to be the previous version of 1.0.0!
This is an overall revision of the previous spryker-base concept. It is generalized and lessons learned.
So this release changes:
- default variables now solely resides in the
Dockerfile, sobuild.conf.shanddefaults.inc.share gone - instead of having fixed
/entrypoint.sharguments, they are building themselves up based on the directory-structure indocker/ - we support a generic crond and a pre/post deployment start command
- nginx and phpfpm are now designed to be started in different containers but from the same docker image This is required in order to not having logs meshed up by phpfpm and nginx (same line gets written by nginx and phpfpm at the same time)
- provide a generic nginx and php-fpm config (no special vhost domain, no special php-fpm pool name)
- nginx php-fpm host/port is configured via envsubst