Releases: htmlgraphic/Apache
Releases · htmlgraphic/Apache
1.7.2
Various improvements to build.
- Build container
FROM ubuntu:16.04
- Remove SSH related packages
- Moving away from tag name and going forward with version numbers
- Use
latest
tag on shippable build tests allowing any branch or tag ref Makefile
simplified- Improve overall instructions to help other developers
- Change persistent data volume from
/data
to/backup
- Container tested to work with Docker Cloud HAProxy using
EXCLUDE_PORTS=443
1.7.1
1.7.0
Various improvements to build.
- Start using specific version of Docker Compose file structure
- Run phpMyAdmin via small Docker container http://localhost:8080
- Remove persistent data container
busybox:latest
using more dynamic Docker volume linkage - .yml files use 2 spaces when tabbing
1.6.6
Various improvements to build.
- Use Official MySQL 5.7.18 build
- Bring wkhtmltox 0.12.4 into repo to decrease build time and reduce 3rd party security and potential service issues
- Enable gc_probability for session garbage collection
- Better tests for Postfix SASL ENVs
- Enable cron as a service
1.6.5
Various improvements to build.
- Move config to CicleCI 2.0
- Remove PHP dependency for
make run
copy .env file into build - Reduce container size
--no-install-recommends
1.4.3
CircleCI test build improvements:
- Move config to CicleCI 2.0
- Remove PHP dependency for
make run
copy .env file into build - Reduce container size
--no-install-recommends
1.6.4
1.6.3
1.6.2
Various improvements to build.
- Public hostname displayed on Digital Ocean deploys
- Removed NTP as the container time will be synced to host
- Add shunit2 directly into build
- Pass NODE_ENVIRONMENT env var into /etc/environment for user shell access
- Improved initial build page design
- Reduce information shared when
production
tag is used.