mirror of
https://github.com/phusion/baseimage-docker.git
synced 2026-03-26 20:38:58 +00:00
Compare commits
4 Commits
rel-0.9.13
...
rel-0.9.14
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4db83076bd | ||
|
|
fc74a85e5d | ||
|
|
04173bb162 | ||
|
|
715a6eebde |
@@ -1,3 +1,8 @@
|
|||||||
|
## 0.9.14 (release date: 2014-10-01)
|
||||||
|
|
||||||
|
* Installed all the latest Ubuntu security updates. This patches Shellshock, among other things.
|
||||||
|
* Some documentation updates by andreamtp.
|
||||||
|
|
||||||
## 0.9.13 (release date: 2014-08-22)
|
## 0.9.13 (release date: 2014-08-22)
|
||||||
|
|
||||||
* Fixed `my_init` not properly exiting with a non-zero exit status when Ctrl-C is pressed.
|
* Fixed `my_init` not properly exiting with a non-zero exit status when Ctrl-C is pressed.
|
||||||
|
|||||||
2
Makefile
2
Makefile
@@ -1,5 +1,5 @@
|
|||||||
NAME = phusion/baseimage
|
NAME = phusion/baseimage
|
||||||
VERSION = 0.9.13
|
VERSION = 0.9.14
|
||||||
|
|
||||||
.PHONY: all build test tag_latest release ssh
|
.PHONY: all build test tag_latest release ssh
|
||||||
|
|
||||||
|
|||||||
@@ -106,7 +106,7 @@ To look around in the image, run:
|
|||||||
|
|
||||||
docker run --rm -t -i phusion/baseimage:<VERSION> /sbin/my_init -- bash -l
|
docker run --rm -t -i phusion/baseimage:<VERSION> /sbin/my_init -- bash -l
|
||||||
|
|
||||||
where `<VERSION>` is [one of the baseimage-docker version numbers](https://github.com/phusion/baseimage-docker/blob/nsenter/Changelog.md).
|
where `<VERSION>` is [one of the baseimage-docker version numbers](https://github.com/phusion/baseimage-docker/blob/master/Changelog.md).
|
||||||
|
|
||||||
You don't have to download anything manually. The above command will automatically pull the baseimage-docker image from the Docker registry.
|
You don't have to download anything manually. The above command will automatically pull the baseimage-docker image from the Docker registry.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user