Hongli Lai (Phusion)
139bc7b81e
Merge branch 'feature/16' of https://github.com/thomasleveil/baseimage-docker into thomasleveil-feature/16
2014-02-25 10:30:30 +01:00
Hongli Lai
3d5a46482f
Merge pull request #20 from thomasleveil/fix/failed-shutdown-msg
...
Fix failed shutdown message not displaying process name and PID
2014-02-24 13:23:04 +01:00
Hongli Lai
6d1a12673b
Merge pull request #21 from thomasleveil/fix/unbuffered-stdout
...
Fix log not showing messages sent to stdout by my_init
2014-02-24 13:21:43 +01:00
Thomas LÉVEIL
55efefa51b
fix log not showing messages sent to stdout by my_init
2014-02-22 17:16:55 +01:00
Thomas LÉVEIL
1443856c34
fix failed shutdown message not displaying process name and PID
2014-02-22 16:36:41 +01:00
Thomas LÉVEIL
bf35ff2bf1
allow to install the insecure key with the new --enable-insecure-key option
...
fix #16
2014-02-22 16:30:08 +01:00
Thomas LÉVEIL
7bd55402b0
do not remove already installed private keys when installing the secure key
2014-02-22 14:26:48 +01:00
Hongli Lai
1c560d073d
Merge pull request #17 from thomasleveil/master
...
Add the insecure private key in the PuTTY format
2014-02-21 01:21:26 +01:00
Thomas LÉVEIL
3eec5201da
Update README.md
...
to add the download link to the insecure private key in the PuTTY format
2014-02-21 01:10:21 +01:00
Thomas LÉVEIL
02c42206ec
Create insecure_key.ppk
...
as a convenience for PuTTY/WinSCP users
2014-02-21 01:07:52 +01:00
Hongli Lai (Phusion)
3125ec683b
Add instructions regarding disabling SSH.
2014-02-20 13:43:03 +01:00
Hongli Lai (Phusion)
829d753a88
Fix typos in the insecure key documentation
2014-02-19 17:15:48 +01:00
Hongli Lai
91a6b2d7a2
Merge pull request #13 from tomer/patch-1
...
Fix link [reap them] in README.md
2014-02-19 17:13:38 +01:00
Hongli Lai
636444612f
Merge pull request #12 from drnic/patch-1
...
Fix typo in changelog: not -> now
2014-02-19 17:11:17 +01:00
Tomer Cohen
a131b126f5
Fix link [reap them] in README.md
2014-02-19 12:10:17 +02:00
Dr Nic Williams
cb700ed590
not -> now
...
I'm just guessing... its "now much faster" rather than "not much faster" :)
2014-02-18 16:14:11 -08:00
Hongli Lai (Phusion)
0caf8692fb
Update Changelog
2014-02-17 12:01:09 +01:00
Hongli Lai (Phusion)
d8968d136a
Improve setuser: set auxilliary groups and more environment variables
2014-02-15 12:42:31 +01:00
Hongli Lai (Phusion)
b6dac86e04
Improve the init system: support skipping startup files and running a custom main command
2014-02-15 12:11:48 +01:00
Hongli Lai (Phusion)
d884118827
Add a 'make ssh' task for easily SSHing into the container
2014-02-13 15:37:35 +01:00
Hongli Lai (Phusion)
c22f8804ad
Correctly reap child processes that are adopted during invocation of init scripts.
2014-02-13 15:37:32 +01:00
Hongli Lai (Phusion)
67c6b089e3
Bump version to 0.9.6
2014-02-13 15:37:32 +01:00
Hongli Lai (Phusion)
7e35fe7f32
Update Changelog
2014-02-06 14:00:18 +01:00
Hongli Lai (Phusion)
37cd856425
Disable the insecure SSH key by default
2014-02-06 13:40:27 +01:00
Hongli Lai (Phusion)
a5f521b1b1
Change the name inside the insecure key
2014-02-06 13:06:40 +01:00
Hongli Lai (Phusion)
e833b26944
Bump version to 0.9.5
2014-02-06 13:06:23 +01:00
Hongli Lai (Phusion)
4ab0625de0
Update README
2014-02-06 12:36:06 +01:00
Hongli Lai (Phusion)
a8db7a386f
Update Changelog
2014-02-06 12:32:39 +01:00
Hongli Lai (Phusion)
f0fbe3ffc8
Use setuser instead of chpst in the memcached example for consistency. Closes GH-8
2014-02-06 12:31:07 +01:00
Hongli Lai
4a6ee64b63
Merge pull request #6 from yukonlabs/master
...
Bypass runsvdir-start in order to preserve env
2014-02-06 12:30:51 +01:00
Matt Olson
892dcc7ca4
Bypass runsvdir-start in order to preserve env
...
runsvdir-start clears the environment, which wipes out any
environment variables passed in when the container starts.
This patch bypasses runsvdir-start and calls runsvdir directly,
preserving the current environment.
2014-02-05 11:52:48 -08:00
Hongli Lai (Phusion)
c844956bab
Release 0.9.4
2014-02-03 17:07:09 +01:00
Hongli Lai (Phusion)
3e14c92e21
Bump version to 0.9.4
2014-02-03 17:03:44 +01:00
Hongli Lai (Phusion)
6786e7350d
Fixed syslog-ng startup problem
2014-02-03 17:03:39 +01:00
Hongli Lai (Phusion)
b17412ef7c
Run tests on release
2014-02-03 17:02:59 +01:00
Hongli Lai (Phusion)
1463b81942
Add unit tests
2014-02-03 17:01:11 +01:00
Hongli Lai (Phusion)
64c7d8be7c
Update README
2014-02-02 13:32:39 +01:00
Hongli Lai (Phusion)
06e46b93cf
Update README
2014-02-02 13:31:51 +01:00
Hongli Lai (Phusion)
b297ae8b42
Add table of contents to README.
2014-02-01 11:33:34 +01:00
Hongli Lai (Phusion)
017c6c22d5
Add a Changelog entry documenting the SSH host key change
2014-02-01 11:10:23 +01:00
Hongli Lai (Phusion)
74a4a9abf4
Note release date for 0.9.3
2014-02-01 11:08:39 +01:00
Hongli Lai (Phusion)
d2d1f713a4
Add forgotten file
2014-01-31 19:29:50 +01:00
Hongli Lai (Phusion)
4ee9947467
Correctly mount passenger-docker in Vagrantfile
2014-01-31 16:04:00 +01:00
Hongli Lai (Phusion)
abf75875a9
Do not save SSH host key in baseimage-docker. Instead, generate it automatically during boot.
2014-01-31 16:02:01 +01:00
Hongli Lai (Phusion)
d2b28d25a6
Bump version to 0.9.3
2014-01-31 15:46:59 +01:00
Hongli Lai (Phusion)
62859010cb
Allow running scripts during startup.
2014-01-31 15:44:50 +01:00
Hongli Lai (Phusion)
2ac41ee8ab
Fix compatibility with latest Ubuntu 12.04 base image.
2014-01-31 15:08:27 +01:00
Hongli Lai (Phusion)
4a3569a9cb
Add license
2014-01-14 20:29:45 +01:00
Hongli Lai (Phusion)
8222745ad8
Fix typo in README
2014-01-09 23:21:40 +01:00
Hongli Lai (Phusion)
009ed4bd5e
Release version 0.9.2
2013-12-11 21:56:29 +01:00