mirror of
https://github.com/phusion/baseimage-docker.git
synced 2026-03-26 12:29:07 +00:00
Compare commits
5 Commits
rel-0.9.13
...
rel-0.9.15
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e54a443cca | ||
|
|
4db83076bd | ||
|
|
fc74a85e5d | ||
|
|
04173bb162 | ||
|
|
715a6eebde |
@@ -1,3 +1,12 @@
|
||||
## 0.9.15 (release date: 2014-10-03)
|
||||
|
||||
* Fixed the setuid bit on /usr/bin/sudo. This problem was caused by Docker bug #6828.
|
||||
|
||||
## 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)
|
||||
|
||||
* 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
|
||||
VERSION = 0.9.13
|
||||
VERSION = 0.9.15
|
||||
|
||||
.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
|
||||
|
||||
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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user