Skip to content

Releases: nystudio107/docker-images

Version 1.2.4

07 Jan 19:30
Compare
Choose a tag to compare

1.2.4 - 2021.01.06

Changed

  • Broke out the php.ini settings into zzz-docker-php.ini that we copy into place
  • Synced up the various settings that contribute to the maximum uploadable file size
  • Renamed zzz-docker.cong -> zzz-docker-php-fpm.conf to make what it's for more clear

Version 1.2.3

04 Jan 16:52
Compare
Choose a tag to compare

Added

  • Added node-dev-webpack placeholder containers

Version 1.2.2

04 Jan 16:10
Compare
Choose a tag to compare

Changed

  • chown the cms/web directory

Version 1.2.1

03 Jan 23:01
Compare
Choose a tag to compare

Changed

  • Use yobasystems/alpine-mariadb:10.4.15 for MariaDB

Version 1.2.0

03 Jan 21:39
Compare
Choose a tag to compare

Added

  • Added significantly slimmer Alpine images for all containers with the -alpine tag
  • Added redis placeholder container
  • Added mariadb placeholder container
  • Added postgres placeholder container

Changed

  • Added --no-install-recommends to all apt-get install commands

Version 1.1.1

22 Dec 17:13
Compare
Choose a tag to compare

Changed

  • Have php-dev-base layer on top of php-prod-base

Version 1.1.0

22 Dec 02:11
Compare
Choose a tag to compare

Added

  • Added dh-autoreconf to fix a build issue with gifsicle
  • Added PHP 7.4 images for php-dev-base and php-prod-base

Version 1.0.10

02 Dec 03:57
Compare
Choose a tag to compare

Added

  • Added postgresql-client-12 to the postgres PHP containers to allow db backups to work

Version 1.0.9

25 Nov 18:10
Compare
Choose a tag to compare

Changed

  • Change mysql-client to mariadb-client

Version 1.0.8

25 Nov 17:45
Compare
Choose a tag to compare

Added

  • Add mysql-client in the php-dev-craft & php-prod-craft MariaDB containers so we get mysqldump

Changed

  • Both MariaDB and Postgres php-prod-craft containers should use FROM php-prod-base