magento-cloud-docker
magento-cloud-docker copied to clipboard
All Submissions you make to Magento Inc. (“Magento") through GitHub are subject to the following terms and conditions: (1) You grant Magento a perpetual, worldwide, non-exclusive, no charge, royalty f...
The list of improvements, requested by Community Engineering: - [x] Merge the documentation (including `.magento.env.yaml` universal confgiruration) updates: https://github.com/magento/devdocs/pull/6975 (@shiftedreality, @meker12) - [ ] Include a bare minimum of different...
https://github.com/krakjoe/pcov Can be used like xdebug, but is a lot more lightweight. This will allow phpstorm to run code coverage reports very quickly: https://www.jetbrains.com/phpstorm/whatsnew/#ml-assisted-ranking-for-code-completion **PCOV was already added in an...
below is my yaml file and host system is windows 10 version: '2.1' services: db: hostname: db.magento2.docker image: 'mariadb:10.2' environment: - MYSQL_ROOT_PASSWORD=magento2 - MYSQL_DATABASE=magento2 - MYSQL_USER=magento2 - MYSQL_PASSWORD=magento2 ports: -...
I am using setup my local Cloud Docker https://devdocs.magento.com/cloud/docker/docker-development.html local hostname set - test.test To configure the custom host and port, add the host and port options to the build:compose...
### Preconditions 1. use docker and install magento 2.4.2 ### Steps to reproduce 1. use docker image magento/magento-cloud-docker-php:7.4-cli-1.3.2 2. run `bin/magento setup:install --cleanup-database` ### Expected result 1. succesfull setup ###...
### Preconditions 1. Generate a `docker-compose.yml` file with the following command: `./vendor/bin/ece-docker 'build:compose' --with-entrypoint --with-xdebug --set-docker-host --no-os --db='10.4' --php='7.4' --redis='6.0' --expose-db-port=3307 --mode=developer --sync-engine=native --es='7.11' --rmq='3.9''` ### Steps to reproduce 1....
### - Summary of the issue Installation and varnish test failed while module on Marketplace. ### - Information on your environment, This environment is failing: "php_version":"7.4","magento_platform":"M2","magento_edition":"ce","magento_version":"2.3.7-p3","tool":"varnish","vendor":"purplecommerce","extension":"giftcard","version":"1.0.2","platform":"m2","magento_cloud_docker":"1.3.2","status":"FAIL" "exit_code": 1 ### -...
### Description Current default.vcl file is caching responses even if they contain "no-cache" or "no-store" in Cache-Control response headers. To verify this misbehavior, run \Magento\Webapi\WsdlGenerationFromDataObjectTest in SOAP mode. Notice that:...
### Preconditions 1. Docker 20.10.12 2. Magento Cloud Docker 1.3.2 (source code) ### Steps to reproduce 1. Start in directory with [source code of Magento Cloud Docker 1.3.2](https://github.com/magento/magento-cloud-docker/releases/tag/1.3.2). 2. `cd...
### Preconditions 1. Use `--with-cron` to generate configs 2. I'm gonna assume a default Magento won't have this issue, but our installation has about 30 packages in the `composer.json`, so...