v1.3.5
Release date: March 10, 2023
v1.3.4
Release date: October 27, 2022
v1.3.3
Release date: September 13, 2022
-
-
-
init-docker.sh
script.
v1.3.2
Release date: March 31, 2022
v1.3.1
Release date: March 10, 2022
-
-
-
-
- Added PHP 8.1 images
- Upgraded xDebug version 3.1.2
- Upgraded xmlrpc 1.0.0RC3
-
-
sodium
extension by default in all PHP images. -
-
v1.3.0
Release date: October 25, 2021
-
--mode
option in thebuild
step determines the mode in the laterdeploy
step. Setting the mode after the deployment is no longer required. See Developer mode. -
- Fix issue starting a PHP container for mail configuration.
- Can use environment variables in INI files.
- Ensure PHP entry points do not need write permission.
-
-
v1.2.4
Release date: July 29, 2021
-
Zookeeper
container—Added a Zookeeper container to manage lock provider configuration for projects that are not deployed to Adobe Commerce on Cloud infrastructure. -
v1.2.3
Release date: June 14, 2021
-
-
-
ioncube
extension for PHP 7.4 image—Theioncube
extension has been re-added to the PHP 7.4 image after having been initially excluded from the PHP 7.3 to PHP 7.4 upgrade. Submitted by mattskr. -
manual-native
—Themanual-native
file synchronization option provides manual control over synchronization, which provides the best performance for macOS and Windows environments. Read about using themanual-native
option in Developer mode and Synchronizing data in a Docker developer environment. -
up
anddown
commands—The--volume
option was removed from thebin/magento-docker up
andbin/magento-docker down
commands, replaced by the newbin/magento-docker init
command with a data loss warning. This change helps prevent the accidental data loss. Submitted by joeshelton-wagento. -
CN
value for the generated certificate—Removed the hardcodedCN
value from the Dockerfile. This value created a certificate error (NET::ERR_CERT_INVALID
) that caused the--host
option for theece-docker build:compose
command to be ignored.