1
0
mirror of https://github.com/phusion/baseimage-docker.git synced 2026-03-26 12:29:07 +00:00

Compare commits

..

5 Commits

Author SHA1 Message Date
Hongli Lai (Phusion)
e54a443cca Fix setuid bit on /usr/bin/sudo, bump version to 0.9.15.
Closes GH-148.
2014-10-03 12:37:00 +02:00
Hongli Lai (Phusion)
4db83076bd Bump version to 0.9.14 2014-10-01 11:00:21 +02:00
Hongli Lai (Phusion)
fc74a85e5d Update Changelog 2014-10-01 11:00:04 +02:00
Hongli Lai
04173bb162 Merge pull request #142 from andreamtp/patch-1
Update README.md
2014-09-20 14:47:39 +02:00
andreamtp
715a6eebde Update README.md
updated link to the Changelog of the master branch instead of nsenter
2014-09-20 14:42:09 +02:00
3 changed files with 11 additions and 2 deletions

View File

@@ -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) ## 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.

View File

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

View File

@@ -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.