Releases: nystudio107/docker-images
Releases · nystudio107/docker-images
Version 1.2.4
1.2.4 - 2021.01.06
Changed
- Broke out the
php.ini
settings intozzz-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
Added
- Added
node-dev-webpack
placeholder containers
Version 1.2.2
Changed
chown
thecms/web
directory
Version 1.2.1
Changed
- Use
yobasystems/alpine-mariadb:10.4.15
for MariaDB
Version 1.2.0
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 allapt-get install
commands
Version 1.1.1
Changed
- Have
php-dev-base
layer on top ofphp-prod-base
Version 1.1.0
Added
- Added
dh-autoreconf
to fix a build issue with gifsicle - Added PHP 7.4 images for
php-dev-base
andphp-prod-base
Version 1.0.10
Added
- Added
postgresql-client-12
to the postgres PHP containers to allow db backups to work
Version 1.0.9
Changed
- Change
mysql-client
tomariadb-client
Version 1.0.8
Added
- Add
mysql-client
in thephp-dev-craft
&php-prod-craft
MariaDB containers so we getmysqldump
Changed
- Both MariaDB and Postgres
php-prod-craft
containers should useFROM php-prod-base