Skip to content

Releases: grimzy/php-dev

PHP Version 7.4

17 Oct 07:53
Compare
Choose a tag to compare
  • Added PHP version 7.4
  • Set new latest default to PHP 7.4

PHP Version 7.3

19 Oct 18:21
aa00422
Compare
Choose a tag to compare
  • Added PHP version 7.3
  • Set new latest default to PHP 7.3

Refactor Hooks into Functions

19 Oct 06:58
a218557
Compare
Choose a tag to compare
  • Refactored Docker hook scripts into reusable functions
  • Fix issue with short tags not being pushed
  • Fixed make rm_build
  • Removed source branch image name in templates

Split PHP builds, PHP FPM, Latest tag

15 Oct 04:07
Compare
Choose a tag to compare
  • Split builds by PHP version and variant
  • Use builds Docker hooks in Makefile
  • Added fpm variant
  • Now using DOCKER_REPO and DOCKER_TAG build variables
  • Push latest tags when building latest version (checks for Semantic Version in $SOURCE_BRANCH)
  • Set latest PHP version to 7.2 and variant to CLI

Build Images with --build-args

13 Oct 23:57
Compare
Choose a tag to compare
  • Using Docker Cloud build hook to pass --build-args to our docker build command during Automated Builds
  • Using Docker Cloud pre_push hook to push our new image tags during Automated Builds
  • Only generating scripts when calling make scripts (scripts are Git ignored)
  • Updated script templates
  • Removed generated files

PHP 7.2, symlinks

16 Jun 19:07
Compare
Choose a tag to compare
  • Added PHP 7.2
  • Prepending image variant to image name
  • Added symklink alternative to copying the binaries
  • Fixed composer volume mount in readme and templates
  • Generated build files for v1.0.1

Initial Release

26 Aug 20:53
Compare
Choose a tag to compare
  • Added build generation from templates
  • Generated build files for v1.0.0
  • Initial working Docker build