Skip to content
This repository was archived by the owner on Apr 11, 2025. It is now read-only.

Commit ca49904

Browse files
committed
chore(release): 6.0.0-alpha.4
1 parent a77b64a commit ca49904

9 files changed

Lines changed: 18 additions & 11 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [6.0.0-alpha.4](https://github.com/graycoreio/mage2docker/compare/v6.0.0-alpha.3...v6.0.0-alpha.4) (2022-08-17)
6+
7+
8+
### Features
9+
10+
* add patch to base cli and fpm images ([#78](https://github.com/graycoreio/mage2docker/issues/78)) ([a77b64a](https://github.com/graycoreio/mage2docker/commit/a77b64a981bb7f9edef1d02ef01fb554a50d4d2f))
11+
512
## [6.0.0-alpha.3](https://github.com/graycoreio/mage2docker/compare/v5.0.0...v6.0.0-alpha.3) (2022-08-07)
613

714

compose/base/2.3.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ services:
44
extends:
55
file: ./compose/base/base.yml
66
service: ingress
7-
image: graycore/magento-nginx:1.18-alpine-develop-v6.0.0-alpha.3
7+
image: graycore/magento-nginx:1.18-alpine-develop-v6.0.0-alpha.4
88
depends_on:
99
- magento2
1010
magento2:
1111
extends:
1212
file: ./compose/base/base.yml
1313
service: magento2
14-
image: graycore/magento-php:7.4-fpm-alpine-dolphin-v6.0.0-alpha.3
14+
image: graycore/magento-php:7.4-fpm-alpine-dolphin-v6.0.0-alpha.4
1515
environment:
1616
- CONFIG__DEFAULT__CATALOG__SEARCH__ELASTICSEARCH6_SERVER_HOSTNAME=elasticsearch
1717
- CONFIG__DEFAULT__CATALOG__SEARCH__ENGINE=elasticsearch6

compose/base/2.4.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ services:
44
extends:
55
file: ./compose/base/base.yml
66
service: ingress
7-
image: graycore/magento-nginx:1.18-alpine-develop-v6.0.0-alpha.3
7+
image: graycore/magento-nginx:1.18-alpine-develop-v6.0.0-alpha.4
88
depends_on:
99
- magento2
1010
magento2:
1111
extends:
1212
file: ./compose/base/base.yml
1313
service: magento2
14-
image: graycore/magento-php:7.4-fpm-alpine-dolphin-v6.0.0-alpha.3
14+
image: graycore/magento-php:7.4-fpm-alpine-dolphin-v6.0.0-alpha.4
1515
environment:
1616
- CONFIG__DEFAULT__CATALOG__SEARCH__ELASTICSEARCH7_SERVER_HOSTNAME=elasticsearch
1717
- CONFIG__DEFAULT__CATALOG__SEARCH__ENGINE=elasticsearch7

compose/php/7.2/7.2-dolphin.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: "3"
22
services:
33
magento2:
4-
image: graycore/magento-php:7.2-fpm-alpine-dolphin-v6.0.0-alpha.3
4+
image: graycore/magento-php:7.2-fpm-alpine-dolphin-v6.0.0-alpha.4
55
environment:
66
XDEBUG_REMOTE_PORT: "9002"
77
XDEBUG_REMOTE_HOST: localhost

compose/php/7.3/7.3-dolphin.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: "3"
22
services:
33
magento2:
4-
image: graycore/magento-php:7.3-fpm-alpine-dolphin-v6.0.0-alpha.3
4+
image: graycore/magento-php:7.3-fpm-alpine-dolphin-v6.0.0-alpha.4
55
environment:
66
XDEBUG_CLIENT_PORT: "9003"
77
XDEBUG_CLIENT_HOST: localhost

compose/php/7.4/7.4-dolphin.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: "3"
22
services:
33
magento2:
4-
image: graycore/magento-php:7.4-fpm-alpine-dolphin-v6.0.0-alpha.3
4+
image: graycore/magento-php:7.4-fpm-alpine-dolphin-v6.0.0-alpha.4
55
environment:
66
XDEBUG_CLIENT_PORT: "9003"
77
XDEBUG_CLIENT_HOST: localhost

compose/php/8.1/8.1-dolphin.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: "3"
22
services:
33
magento2:
4-
image: graycore/magento-php:8.1-fpm-alpine-dolphin-v6.0.0-alpha.3
4+
image: graycore/magento-php:8.1-fpm-alpine-dolphin-v6.0.0-alpha.4
55
environment:
66
XDEBUG_CLIENT_PORT: "9003"
77
XDEBUG_CLIENT_HOST: localhost

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mage2docker",
3-
"version": "6.0.0-alpha.3",
3+
"version": "6.0.0-alpha.4",
44
"description": "A performant, replicable, and production-like Magento 2 local development environment that leverages Docker.",
55
"main": "index.js",
66
"directories": {

0 commit comments

Comments
 (0)