Releases: nystudio107/docker-images
Releases · nystudio107/docker-images
Version 1.2.16
Changed
- Removed
USER
directive in the PHP containers, since the pool runs aswww-data
already - Fix permissions regression
Version 1.2.15
Changed
- Cleaned up the
php-dev-craft
&php-prod-craft
Dockerfile file permissions
Version 1.2.14
Added
- Added GitHub actions for automated Docker image building & pushing
Version 1.2.13
Changed
- Use the
mysql/mysql-server:8.0
image for MySQL, which is the official image from Oracle and is M1 compataible (as well as a bit smaller) (docker-library/mysql#318)
Version 1.2.12
Changed
- Run php container as the
www-data
user to avoid permissions issues
Version 1.2.11
Added
- Added support for webp to the GD PHP extension in
php-prod-base:8.0-alpine
&php-prod-base:7.4-alpine
Version 1.2.10
Added
- Added
14-alpine
image fornode-dev-base
Version 1.2.9
Added
- Added
docker-compose.yaml
& image for MySQL 8
Changed
- Use official MariaDB images
Version 1.2.8
Added
- Added
libjpeg-turbo-dev
tonode-dev-base:12-alpine
to allow ImageMin to work with Sharp
Version 1.2.7
Fixed
- Fixed iconv for Alpine 3.1.3 by pinning it to
gnu-libiconv=1.15r3
per: docker-library/php#1121