Преглед изворни кода

Release of 25.0.0 (see CHANGELOG for details)

Mark Shust пре 5 година
родитељ
комит
a8c70e1c25
3 измењених фајлова са 14 додато и 4 уклоњено
  1. 10 0
      CHANGELOG.md
  2. 1 1
      compose/magento-2/docker-compose.dev.yml
  3. 3 3
      compose/magento-2/docker-compose.yml

+ 10 - 0
CHANGELOG.md

@@ -8,6 +8,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
 
 N/A
 
+## [25.0.0] - 2019-10-22
+
+### Added
+- Full parity with [Magento Cloud PHP extensions](https://devdocs.magento.com/guides/v2.3/cloud/project/project-conf-files_magento-app.html#php-extensions)
+
+### Updated
+- Optimized Dockerfile install order and layer usage for all PHP images (7.1, 7.2 & 7.3)
+- Updated few lib dependencies in Dockerfiles with new versions
+- Pegged Composer to version 1.9.0 for predictability, moved to lower layer so updating version doesn't require full rebuild of all layers
+
 ## [24.2.0] - 2019-10-18
 
 ### Fixed

+ 1 - 1
compose/magento-2/docker-compose.dev.yml

@@ -1,5 +1,5 @@
 # Mark Shust's Docker Configuration for Magento (https://github.com/markshust/docker-magento)
-# Version 24.2.0
+# Version 25.0.0
 
 version: "3"
 

+ 3 - 3
compose/magento-2/docker-compose.yml

@@ -1,5 +1,5 @@
 # Mark Shust's Docker Configuration for Magento (https://github.com/markshust/docker-magento)
-# Version 24.2.0
+# Version 25.0.0
 
 version: "3"
 
@@ -18,7 +18,7 @@ services:
       - sockdata:/sock
 
   phpfpm:
-    image: markoshust/magento-php:7.3-fpm-0
+    image: markoshust/magento-php:7.3-fpm-1
     links:
       - db
     volumes: *appvolumes
@@ -42,7 +42,7 @@ services:
 
   # Disabling cron by default as it uses higher CPU, enable if needed
   #cron:
-  #  image: markoshust/magento-php:7.3-fpm-0
+  #  image: markoshust/magento-php:7.3-fpm-1
   #  user: root
   #  command: /usr/local/bin/cronstart
   #  tty: true