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

Add a Changelog entry that documents why all EXPOSEd ports are now removed.

This commit is contained in:
Hongli Lai (Phusion) 2014-02-25 10:52:11 +01:00
parent aa46e10163
commit 095c1e715c
No known key found for this signature in database
GPG Key ID: 06A131094B6F4332
2 changed files with 2 additions and 1 deletions

View File

@ -6,6 +6,7 @@
* It is now possible to enable the insecure key by passing `--enable-insecure-key` to `my_init`. This allows users to easily enable the insecure key for convenience reasons, without having the insecure key enabled permanently in the image.
* Fixed a bug that causes it not to print messages to stdout when there is no pseudo terminal. This is because Python buffers stdout by default.
* 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.
## 0.9.6 (release date: 2014-02-17)

View File

@ -1,5 +1,5 @@
NAME = phusion/baseimage
VERSION = 0.9.6
VERSION = 0.9.7
.PHONY: all build test tag_latest release ssh