Hongli Lai (Phusion)
e11f2b8cfd
Bump version to 0.9.9
2014-03-25 15:49:16 +01:00
Hongli Lai (Phusion)
fa3098206d
Update Changelog
2014-03-25 15:48:05 +01:00
Hongli Lai (Phusion)
ad347d91c8
Merge branch 'amirgur1-master'
2014-03-25 15:37:18 +01:00
Hongli Lai (Phusion)
55727c2f30
Cleanup Amir Gur's patch
2014-03-25 15:36:15 +01:00
Hongli Lai (Phusion)
c8e79991b7
Merge branch 'master' of https://github.com/amirgur1/baseimage-docker into amirgur1-master
2014-03-25 15:30:00 +01:00
Hongli Lai
a03b58d94d
Merge pull request #42 from rhacker/patch-1
...
Fix typo in Makefile
2014-03-19 10:49:41 +01:00
Dung Quang
ed89f20836
Update Makefile
2014-03-19 09:14:34 +07:00
Hongli Lai (Phusion)
fd8a1273ad
Update Changelog
2014-03-17 12:59:03 +01:00
Hongli Lai
4094d20cec
Merge pull request #38 from slawo-ch/patch-1
...
properly specify location of sftp-server binary
2014-03-17 12:57:51 +01:00
Slawomir Chodnicki
585932c74c
properly specify location of sftp-server binary
...
Currently there is a symlink at /usr/lib/sftp-server to /usr/lib/openssh/sftp-server in the image. That seems to give trouble with packages like the rssh restricted shell, which will not follow a symlink to the sftp server binary for security reasons. So currently it is not possible to use this image as a basis for scp/sftp only access over ssh.
2014-03-15 18:08:28 +01:00
Hongli Lai
3366687e86
Merge pull request #35 from Laurent-Sarrazin/patch-1
...
Fix a typo
2014-03-14 11:54:15 +01:00
Laurent Sarrazin
b749352f1e
Fix a typo
2014-03-12 23:27:50 +01:00
Hongli Lai
25d9972c0b
Merge pull request #34 from felixhummel/typo
...
rw is enough for the insecure_key
2014-03-11 15:12:13 +01:00
Felix Hummel
5b1b6e8364
rw is enough for the insecure_key
2014-03-11 13:15:59 +01:00
Hongli Lai
0dab5aa4c8
Merge pull request #30 from ruphin/master
...
typo fix
2014-03-06 12:52:15 +01:00
Amir Gur
2ef5fa1659
* More Parametrization, example.
...
* All synced_folders are included.
* Vagrantfile of baseimage and passenger are nearly identical now. (I got to that when wanting to try passenger. But already had a vagrant box started from baseimage, there was no need to dup the effort, just reuse the existing single box for all. Then in end of day, may not need multiple Vagrantfiles. Passenger is a simple structure/process for managing dockers, but only needing to use baseimage once and have one VM up)
2014-03-06 02:28:27 -08:00
Goffert van Gool
17cb4cebca
typo fix
2014-03-06 02:54:37 +01:00
Amir Gur
ac7f9b0785
- Parametrized passenger-docker location
2014-03-04 14:33:57 -08:00
Amir Gur
d06b177508
- Parametrize
...
- Print docker version
- Add a d alias to docker
- Cleanup
2014-03-03 18:39:28 -08:00
Hongli Lai (Phusion)
775ded05dc
Fix permissions on test scripts
2014-02-26 11:56:19 +01:00
Hongli Lai (Phusion)
cc9847580d
Document release date
2014-02-26 11:56:10 +01:00
Hongli Lai (Phusion)
46334c7363
Bump version to 0.9.8
2014-02-26 11:44:19 +01:00
Hongli Lai (Phusion)
1684aa1448
Fix my_init not properly forcing Runit to shut down if Runit appears to refuse to respond to SIGTERM.
2014-02-25 22:49:34 +01:00
Hongli Lai (Phusion)
367cddb201
Fix a regression in my_init which causes it to delete environment variables passed from Docker.
2014-02-25 22:08:37 +01:00
Hongli Lai (Phusion)
27782aca39
Note release date in Changelog.md
2014-02-25 15:21:57 +01:00
Hongli Lai (Phusion)
4e60438c66
Fixed some warnings in 00_regen_ssh_host_keys.sh.
2014-02-25 15:18:28 +01:00
Hongli Lai (Phusion)
ec719ad255
Small documentation updates regarding environment variables
2014-02-25 13:37:55 +01:00
Hongli Lai (Phusion)
23651ad5ff
Cleanup Changelog
2014-02-25 12:48:21 +01:00
Hongli Lai (Phusion)
300adc0bf2
Store environment variables in a file, and allow init scripts to change environment variables.
...
Closes GH-23.
2014-02-25 12:47:02 +01:00
Hongli Lai (Phusion)
c0e872b3e3
Credit Dr Nic and Tomer Cohen.
2014-02-25 11:21:42 +01:00
Hongli Lai (Phusion)
87698aa223
Added the logrotate service. Fixes GH-22.
2014-02-25 11:18:25 +01:00
Hongli Lai (Phusion)
68e4f5e8bf
Removed some default Ubuntu cron jobs which are not useful in Docker containers.
2014-02-25 11:16:09 +01:00
Hongli Lai (Phusion)
8cf30f326e
Change the documented way to start a shell: run bash through my_init
2014-02-25 11:09:56 +01:00
Hongli Lai (Phusion)
9af37c0d58
Fixed syslog-ng not being able to start because of a missing afsql module.
...
Closes pull request 7.
2014-02-25 11:07:54 +01:00
Hongli Lai (Phusion)
095c1e715c
Add a Changelog entry that documents why all EXPOSEd ports are now removed.
2014-02-25 10:52:11 +01:00
Hongli Lai (Phusion)
aa46e10163
Remove all EXPOSEd ports. Fixes GH-15.
2014-02-25 10:49:08 +01:00
Hongli Lai (Phusion)
5e9f60b0ea
Update documentation regarding the insecure key.
2014-02-25 10:45:55 +01:00
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