Skip to content

Releases: nystudio107/docker-images

Version 1.2.24

26 Nov 23:04
Compare
Choose a tag to compare

Changed

  • Removed libressl in favor of openssl to allow Postgres to work

Version 1.2.23

05 Oct 12:31
Compare
Choose a tag to compare

Added

  • Switch php-prod-base:8.2-alpine from Alpine 3.17 to 3.18

Version 1.2.22

22 Jul 16:43
Compare
Choose a tag to compare

Added

  • Add node-20-alpine image

Version 1.2.21

19 Jul 21:49
Compare
Choose a tag to compare

Added

  • Add node-18-alpine image
  • Add php-prod-base:8.1-alpine image
  • Add php-dev-base:8.1-alpine image
  • Add php-prod-base:8.2-alpine image
  • Add php-dev-base:8.2-alpine image

Version 1.2.20

25 Nov 00:46
Compare
Choose a tag to compare

Added

  • Add node-16-alpine image

Version 1.2.19

03 Aug 01:43
Compare
Choose a tag to compare

Added

  • Add trigger-based profiling for Xdebug

Fixed

1.2.18

03 Aug 01:42
Compare
Choose a tag to compare

1.2.18 - 2021.06.26

Changed

  • Continue running the php-fpm containers as root (since php-fpm uses worker pools with the proper user/group), but switch to su-exec to ensure any craft CLI commands are run as www-data

Version 1.2.17

15 Jun 18:52
Compare
Choose a tag to compare

Fixed

  • Fixed typo in Dockerfile that would cause the PHP container to not build

Version 1.2.16

15 Jun 17:15
Compare
Choose a tag to compare

Changed

  • Removed USER directive in the PHP containers, since the pool runs as www-data already
  • Fix permissions regression

Version 1.2.15

11 Jun 21:38
Compare
Choose a tag to compare

Changed

  • Cleaned up the php-dev-craft & php-prod-craft Dockerfile file permissions