1
0
mirror of https://github.com/phusion/baseimage-docker.git synced 2026-03-26 04:18:46 +00:00

Added the logrotate service. Fixes GH-22.

This commit is contained in:
Hongli Lai (Phusion)
2014-02-25 11:18:25 +01:00
parent 68e4f5e8bf
commit 87698aa223
3 changed files with 6 additions and 0 deletions

View File

@@ -8,6 +8,8 @@
* Fixed an incorrectly printed message.
* The baseimage-docker image no longer EXPOSEs any ports by default. The EXPOSE entries were originally there to enable some default guest-to-host port forwarding entries, but in recent Docker versions they changed the meaning of EXPOSE, and now EXPOSE is used for linking containers. As such, we no longer have a reason to EXPOSE any ports by default. Fixes GH-15.
* Fixed syslog-ng not being able to start because of a missing afsql module. Fixes the issue described in [pull request 7](https://github.com/phusion/baseimage-docker/pull/7).
* Removed some default Ubuntu cron jobs which are not useful in Docker containers.
* Added the logrotate service. Fixes GH-22.
## 0.9.6 (release date: 2014-02-17)