v1.3.6
Release date: July 31, 2023
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.
v1.2.2
Release date: April 20, 2021
-
host.docker.internal
to be platform independent—You can now create the same Docker Compose scripts for Ubuntu, Windows, and macOS. Using Xdebug on Ubuntu no longer requires a separate environment variable. Fix submitted by Igor Vitol. -
mounts
object to theMAGENTO_CLOUD_APPLICATION
environment variable. Fix submitted by Chiranjeevi. -
init-docker.sh
script with PHP 7.4 and Cloud Docker 1.2.1 versions. Fix submitted by Adarsh Manickam. -
sodium
PHP extension by default within PHP Docker images. -
custom-registry
option—Added a--custom-registry
option tophp ./vendor/bin/ece-docker build:compose
command for using your own images registry../vendor/bin/ece-docker build:compose --custom-registry=my-registry.example.com
-
-
-
opcache.validate_timestamps
—Enabled theopcache.validate_timestamps
PHP setting by default in developer mode. Enabling this setting fixed the issue where changes to the filesystem were not recognized in Docker. -
build:custom:compose
—Fixed thebuild:custom:compose
command to throw an error when files cannot be overwritten during the build process. Throwing an error prevents situations wheredocker-compose up
could be using the wrong files. -
--sync_engine="native"
option—Fixed the issue where in production mode (--mode="production"
), the--sync_engine="native"
option would not create any entries for local folders in thedocker.composer.yml
file. -
type
property in theMAGENTO_CLOUD_RELATIONSHIP
variable. Adding these versions to therelationships
variable fixed the validation errors that occurred during the deploy phase.