v2.0.0-alpha.13
Pre-release
Pre-release
ejnshtein
released this
09 Sep 14:12
·
310 commits
to master
since this release
Docker Desktop on Linux, Varnish Healthcheck improvements, database access fixes and more!
Added
start
command received 2 new options:--pull-images
and--reset-global-config
. 4f03cd8- Error stack logging is added to
start
command. ab89f86
Changed
- The PHP 8.1 image was updated to PHP version 8.1.10. ba2e5bc
- Refactored docker check, install and running status tasks to work correctly with Docker Desktop, added context switching when running Docker Desktop on Linux, added context to docker API, add logs to docker container API. 3c7f524
- Docker volumes will be created after FS is prepared. b2c6990
magento-scripts-php-ioncube-extension
was updated formagento-scripts
v2. 7494e16- Local volumes will be recreated during
start
command and removed duringstop
command to reduce FS dependency to Docker. eb85e38 - XDebug configuration was moved to a separate configuration file with its own config in
cma.js
. 913a4ec - Varnish health check is now disabled by default. It still can be enabled in
cma.js
. 4098457 - Creation of
magento
user in the database was moved from MariaDB container env variables to a separate task. Should resolve issues with access denied during connection to the database. acaeba7 - OPCache settings were updated. 5555089