Skip to content

Releases: graycoreio/mage2docker

Mailhog Support

06 Nov 16:57
v3.3.0
cf8a7c8
Compare
Choose a tag to compare

This release adds some minor DevX Improvements + a mailhog integration for easier email testing.

Magento v2.4

17 Sep 21:39
v3.2.0
74ca35b
Compare
Choose a tag to compare

This release adds support for configuring the necessary pieces of Magento v2.4.

PHP 7.3 and PHP 7.4

09 Aug 16:48
v3.1.0
654b927
Compare
Choose a tag to compare

This release creates a new set of docker images, both alpine, each with a develop variant that utilizes php-7.3 and php-7.4.

Composable Docker Compose Configurations

05 Jul 14:06
v3.0.0
0029a8e
Compare
Choose a tag to compare

⚠ BREAKING CHANGES

  • all: dependents will have to update their env files to the new path

Features

  • all: move yaml files into a compose directory split by intended behavior (875b8c0)
  • magento: use develop image when using local sync (cb18ae1)
  • nginx: bump docker-compose nginx version to v1.18 (d9f6353)
  • php: add GNU patch to alpine develop image for applying patches (273ad23)
  • sync: remove useless volume from fullsync (36299e7)

Better Sync Support + TLS

04 Jun 20:42
v2.0.0
039229b
Compare
Choose a tag to compare

This release provides better support for full-system syncing on Linux and WSL environments. It also provides a method for adding valid TLS certificates for working locally.

In addition, it adds a Nginx v1.18 image that is backwards compat with the v1.17 image.

Magento v2.3.4 Support

25 Feb 15:44
v1.4.0
1a4aa9f
Compare
Choose a tag to compare
v1.4.0

chore(release): 1.4.0

v1.3.0

25 Sep 21:07
v1.3.0
b3a9aa9
Compare
Choose a tag to compare

1.3.0 (2019-09-25)

Features

  • docker: revert alpine-develop to app user (9450ccc)

v1.2.0

25 Sep 19:20
v1.2.0
0bbaf82
Compare
Choose a tag to compare

1.2.0 (2019-09-25)

Bug Fixes

  • alpine-develop: remove poor image tag reference in develop docker-compose (019bd14)

Features

  • php-alpine-develop: remove app user, run as root in development mode (27e36ac)

v1.1.1

25 Sep 17:48
v1.1.1
fb1ed6a
Compare
Choose a tag to compare

1.1.1 (2019-09-25)

Bug Fixes

  • alpine, alpine-develop: fix permissions of html and vendor directories (df4f828)

Build System

  • all: add commit signing to releases (b52ef26)
  • all: auto publish images as new releases are added to the repo (d3b5c2a)