Skip to content

Releases: jsunier/php-symfony-test

v1.1.1

22 Oct 21:14

Choose a tag to compare

Features :

  • Added soap and GD extensions to all versions

v1.1.0

22 Oct 20:15

Choose a tag to compare

BREAKING CHANGES

⚠️ Default user is now symfony instead of root when running container ⚠️

If you used apt-get ... or something that require root privileges before this version, make sure to update your Dockerfile or CI script !

Features :

  • Added a Makefile to simplify the building of images
  • Added hirak/prestissimo to speed up packages installation.

v1.0.0

13 Apr 23:37

Choose a tag to compare

  • Added images for PHP 7.3
  • Replaced MAINTAINER directive by a LABEL directive
  • Added a default workdir (/app)
  • Added a default volume (/app)
  • Added a CMD directive on all images (default to /app/bin/console)