Commit Graph

506 Commits

Author SHA1 Message Date
Hongli Lai (Phusion)
9001796aa8 Upon rotating /var/log/syslog, restart syslog-forwarder 2016-07-08 20:20:25 +02:00
Hongli Lai (Phusion)
c6cc1cb8e9 Credit Ernestas Lukoševičius 2016-07-08 20:17:21 +02:00
Ernestas Lukoševičius
50db81d8be Fix incorrect runit service name for syslog tail
Closes GH-292.
2016-07-08 20:16:33 +02:00
Hongli Lai (Phusion)
82862ec7f7 Do not set the APT force-unsafe-io flag
Docker already does this for us. Closes GH-265.
2016-07-08 20:09:24 +02:00
Hongli Lai (Phusion)
3edd5d1564 Fixes a problem in PAM which may cause chpasswd and related tools to fail
This is caused by Docker bug 6345 which is already closed, but for some
reason the problem still persists. Closes GH-181. Patch contributed
by Michael Zedeler.
2016-07-08 20:00:02 +02:00
Hongli Lai (Phusion)
6d5518974f Fix typo in my_init 2016-07-08 18:50:44 +02:00
Hongli Lai (Phusion)
a81f293bfb Update Ubuntu version mentions in READMEs 2016-07-08 18:42:03 +02:00
Hongli Lai (Phusion)
c93a14391a During shutdown, repeatedly tell Runit to shutdown services
Works around a potential race condition in Runit itself.
Closes GH-315. Thanks to Chris Kite for submitting this patch.
2016-07-08 18:37:03 +02:00
Hongli Lai (Phusion)
1f39ac326f Update Changelog 2016-07-08 18:07:54 +02:00
Hongli Lai (Phusion)
823ff30f36 Merge pull request #284
Changes to upgrade this to Ubuntu-16.04
2016-07-08 18:05:58 +02:00
Pierre Jacomet
e436d1c4af Changes to upgrade this to Ubuntu-16.04 2016-04-28 19:10:08 -07:00
Hongli Lai
5f0849ba4b Merge pull request #284 from BlackGlory/patch-1
Remove the original content has been translated
2016-04-06 15:00:25 +02:00
BlackGlory
3fe0878edb Remove the original content has been translated 2016-02-05 19:10:19 +08:00
pavlobaron
ea6b0ace79 configure process kill timeouts through environment with fallbacks 2016-01-22 09:49:48 +01:00
Alexander Buddenbrock
17eadef537 Use COPY instead of ADD
While COPY and ADD are essentially interchangeable here, it is still
considered good practice to use COPY whenever possible. From the docker
docks on best practices:

"Although ADD and COPY are functionally similar, generally speaking,
COPY is preferred. That’s because it’s more transparent than ADD.
[...] For other items (files, directories) that do not require ADD’s tar
auto-extraction capability, you should always use COPY."

Additionally, ADD commands were not cached prior to 0.7.3 (which was
released on 2013-01-02).
2015-12-14 21:34:23 +01:00
Hongli Lai (Phusion)
8ec76f25ca Update Changelog 2015-12-08 12:32:52 +01:00
Hongli Lai (Phusion)
6052c7a3e7 Merge branch 'next' 2015-12-08 12:31:34 +01:00
Hongli Lai (Phusion)
bfd971a084 Fix test runner: obtain container IP with 'docker inspect' 2015-12-08 12:25:42 +01:00
Hongli Lai (Phusion)
d141556910 Bump version to 0.9.18 2015-12-08 12:01:06 +01:00
Hongli Lai (Phusion)
19d67d820c Update Changelog 2015-12-08 11:59:53 +01:00
Hongli Lai
14ec533a16 Merge pull request #235 from endersonmaia/PR-182-fix
Fixed bug introduced in PR-182
2015-07-16 09:01:32 +02:00
Hongli Lai
784d9837ee Merge pull request #236 from endersonmaia/fix-README
Fix README changed on PR-182
2015-07-15 22:44:28 +02:00
Enderson Maia
d3f2382c73 Fix README changed on PR-182
There no point in changing the build process of an image based on this
baseimage, since the services would be already installed (or note) on
the original image. The point for optional services installation is
just useful when build your own image based on this baseimage source
repository, change the `image/buildconfig` file.
2015-07-15 17:34:35 -03:00
Enderson Maia
e053f04cf6 Fixed bug introduced in PR-182
If you disable the installation of all services, you could have a != 0
output, and break the `docker build` process.
2015-07-15 17:31:01 -03:00
Hongli Lai (Phusion)
bbc639b372 Update imagelayers.io image: show size for 0.9.17 2015-07-15 22:17:08 +02:00
Hongli Lai (Phusion)
f8c4992d03 Touch README.md to refresh imagelayers.io image 2015-07-15 22:14:36 +02:00
Hongli Lai (Phusion)
567a53db24 Note 0.9.17 release date 2015-07-15 21:55:24 +02:00
Hongli Lai (Phusion)
850d7374c4 Update Changelog 2015-07-15 21:54:42 +02:00
Hongli Lai (Phusion)
c1ed635f33 Merge branch 'endersonmaia-optional-default-services' into next 2015-07-15 21:08:48 +02:00
Enderson Maia
9adbd423d0 Made services installation optional during build
You can user `ENV` directive in Dockerfile to disable the installation
for some services or change `image/buildconfig`.

The flags are :

DISABLE_SSHD
DISABLE_CRON
DISABLE_SYSLOG
2015-07-15 15:03:33 -03:00
Hongli Lai (Phusion)
7425da2825 Fix a potential hang in my_init during shutdown
Thanks to SAPikachu. Closes GH-151.
2015-07-15 17:35:45 +02:00
Hongli Lai (Phusion)
23d0a30e59 Update copyright statement 2015-07-15 17:01:34 +02:00
Hongli Lai
6ec9f8ca59 Merge pull request #234 from endersonmaia/patch-1
Provide information about image size
2015-07-15 16:25:46 +02:00
Enderson Tadeu S. Maia
6b09bb736f Provide information about image size 2015-07-15 11:20:49 -03:00
Hongli Lai (Phusion)
06b010919b Update Changelog 2015-07-15 16:18:46 +02:00
Hongli Lai (Phusion)
c56b1a332f Document the fact that 0.9.17 fixes OpenSSL CVE-2015-1793 2015-07-15 15:49:33 +02:00
Hongli Lai (Phusion)
afb0835328 Add OS upgrade instructions 2015-07-15 15:46:03 +02:00
Hongli Lai (Phusion)
a9e956d9f9 syslog-ng: do not forward messages to /dev/tty10
Closes GH-222.
2015-07-15 15:27:03 +02:00
Hongli Lai (Phusion)
43af4a393e my_init container_environment.sh: ensure that environment variable names don't include characters unsupported by Bash
Closes GH-230.
2015-07-15 15:12:18 +02:00
Hongli Lai (Phusion)
b72ef2eba3 Remove nano, replace VIM with vim-tiny
This reduces the virtual size by 42 MB.
2015-07-15 15:02:13 +02:00
Hongli Lai (Phusion)
404832ba47 Remove some unnecessary cron jobs
Closes GH-205.
2015-07-15 14:52:41 +02:00
Hongli Lai (Phusion)
ee56097511 Bump version to 0.9.17 2015-07-15 14:37:27 +02:00
Hongli Lai (Phusion)
f57320388c Get rid of default HOME environment variable
Closes GH-231.
2015-07-15 14:36:10 +02:00
Hongli Lai (Phusion)
e575443aba my_init: do not use /etc/container_environment if directory doesn't exist 2015-07-15 14:33:15 +02:00
Hongli Lai (Phusion)
9e65ebfbdc Rename /build to /bd_build for fewer AUFS layer collissions 2015-07-15 14:28:55 +02:00
Hongli Lai
68a94437d9 Merge pull request #226 from metavige/master
增加正體中文 README
2015-06-05 17:48:16 +02:00
metavige
f7beb9218c 增加正體中文 README 2015-06-05 22:46:57 +08:00
Hongli Lai
2761d369d3 Merge pull request #220 from OhCoder/revised-chinese-readme
Revised chinese readme
2015-05-26 16:32:18 +02:00
OhCoder
196d44590f fix some duplicated words 2015-05-22 01:28:21 +08:00
OhCoder
c5daad6a18 fix a worng Chinese word. 2015-05-21 23:02:52 +08:00