1
0
mirror of /repos/baseimage-docker.git synced 2025-12-30 08:01:31 +01:00

Note release date for 0.9.3

This commit is contained in:
Hongli Lai (Phusion) 2014-02-01 11:08:39 +01:00
parent d2d1f713a4
commit 74a4a9abf4
No known key found for this signature in database
GPG Key ID: 06A131094B6F4332

View File

@ -1,4 +1,4 @@
## 0.9.3 (release date: pending)
## 0.9.3 (release date: 2014-01-31)
* It looks like Docker changed their Ubuntu 12.04 base image, thereby breaking our Dockerfile. This has been fixed.
* The init system (`/sbin/my_init`) now supports running scripts during startup. You can put startup scripts `/etc/my_init.d`. `/etc/rc.local` is also run during startup.