Skip to content

Releases: nystudio107/docker-images

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

Version 1.2.14

11 Jun 16:57
Compare
Choose a tag to compare

Added

  • Added GitHub actions for automated Docker image building & pushing

Version 1.2.13

24 May 13:14
Compare
Choose a tag to compare

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

23 May 20:08
Compare
Choose a tag to compare

Changed

  • Run php container as the www-data user to avoid permissions issues

Version 1.2.11

29 Mar 16:10
Compare
Choose a tag to compare

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

14 Mar 17:46
Compare
Choose a tag to compare

Added

  • Added 14-alpine image for node-dev-base

Version 1.2.9

07 Mar 21:04
Compare
Choose a tag to compare

Added

  • Added docker-compose.yaml & image for MySQL 8

Changed

  • Use official MariaDB images

Version 1.2.8

22 Feb 01:29
Compare
Choose a tag to compare

Added

  • Added libjpeg-turbo-dev to node-dev-base:12-alpine to allow ImageMin to work with Sharp

Version 1.2.7

10 Feb 03:37
Compare
Choose a tag to compare

Fixed