Releases: grimzy/php-dev
Releases · grimzy/php-dev
PHP Version 7.4
PHP Version 7.3
- Added PHP version 7.3
- Set new latest default to PHP 7.3
Refactor Hooks into Functions
- 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
- Split builds by PHP version and variant
- Use builds Docker hooks in Makefile
- Added
fpm
variant - Now using
DOCKER_REPO
andDOCKER_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
- Using Docker Cloud
build
hook to pass--build-args
to ourdocker 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
- 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
- Added build generation from templates
- Generated build files for
v1.0.0
- Initial working Docker build