diff --git a/.dockerignore b/.dockerignore index 9648c61..f8ff71d 100644 --- a/.dockerignore +++ b/.dockerignore @@ -1,2 +1,4 @@ +.git VERSION README.md +Changelog.md diff --git a/Changelog.md b/Changelog.md new file mode 100644 index 0000000..4937155 --- /dev/null +++ b/Changelog.md @@ -0,0 +1,9 @@ +# Changelog + +**latest** +- mount volume at `/var/run/postgresql` allowing the postgresql unix socket to be exposed + +**9.1** +- optimized image size by removing `/var/lib/apt/lists/*`. +- update to the sameersbn/ubuntu:12.04.20140818 baseimage +- removed use of supervisord diff --git a/README.md b/README.md index a12a4c5..42e34e3 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # Table of Contents - [Introduction](#introduction) +- [Changelog](Changelog.md) - [Reporting Issues](#reporting-issues) - [Installation](#installation) - [Quick Start](#quick-start)