Releases: michaelmcandrew/civicrm-buildkit-docker
Releases · michaelmcandrew/civicrm-buildkit-docker
0.9.0
New in this release:
- Default to the .localhost domain for sites (rather than .buildkit since this removes the need to edit /etc/hosts or similar)
- Revert the hard coded subnet (discover subnet in the entrypoint script instead)
- Support ImageMagick
- Use the opcache php extension
Improvements / bug fixes:
- Better restart policy:
- Do not link civicrm-buildkit image to a specific debian version
- Satisfy requirements for php gd extension
0.8.0
New in this release:
- Supports xdebug
- Hard-coded subnet for network (172.26.0.0/16)
0.7.1
Bug fix: enable apache headers module.
0.7.0
New in this release:
- Support custom builds
- Pass GID and UID as arguments to Dockerfile
0.6.0
New in this release:
- Support OSX ( / become more Docker like / less OS specific) by switching amp's
perm_type
fromlinuxAcl
tonone
and switching apache to run as thebuildkit
user.
0.5.1
Bug fix: turn on php errors so they can be passed to the Docker container.
0.5.0
New in this release:
- Automated generation of Docker files for the civicrm image
- Dockerfiles for various versions of PHP in the
publish
directory - Redirect logs to /dev/stderr so they can be handled by Docker (and for example, displayed on the host machine)
0.4.1
More documentation improvements.
0.4.0
Improvements:
- upgrade to MySQL 5.7
- home for the buildkit user is now the /builkit directory
- xterm environment variable and civicrm hostname for a more pleasant CLI experience
- bind-mound /extra for adhoc use in the container
- buildkit volume that persists across reboots (handy for tinkering with buildkit but needs to be deleted after downloading the newest civicrm docker image in order to see the latest binaries)
Minor tweaks:
- Trying to do a better job of Apache logging (not quite there yet)
- Default host for Apache to squash warnings
- Tweaked alias names
0.3.0
New in this release:
- Published image on Dockerhub: https://hub.docker.com/r/michaelmcandrew/civicrm
- Switched from nginx to apache
- Added volumes that cache downloads from various package managers
- Simplified docker-compose with more images and less builds
- Removed management page
- Just mount
buildkit/build