Ryan Sundberg
69d1b96431
Capitalization
2017-10-31 14:21:23 -07:00
Ryan Sundberg
89389d5086
Merge branch 'syslog-shutdown' of github.com:sundbry/baseimage-docker into syslog-shutdown
2017-10-31 14:16:47 -07:00
Ryan Sundberg
70b5c73902
System logging notes in README.md
2017-10-31 14:16:27 -07:00
Travis Rowland
7c7ab1a0a6
my_init exits with 0 on SIGINT after runit is started
...
fixes #358
2017-10-30 12:04:21 -07:00
Travis Rowland
b05616332a
Merge branch 'master' into syslog-shutdown
2017-10-30 11:59:01 -07:00
Steve Kamerman
421ca4ea05
Renamed install_clean
2017-10-30 10:22:42 -04:00
Steve Kamerman
c41f837f82
Added --no-install-recommends by default
2017-10-30 10:22:42 -04:00
Steve Kamerman
fcc1283c85
Added install_clean.sh utility
2017-10-30 10:22:42 -04:00
Kingdon Barrett
ffc1f6db05
Merge pull request #444 from SConaway/patch-1
...
Update README.md
2017-10-25 12:57:17 -04:00
Steven Conaway
6a774f2f48
Update README.md
2017-10-23 18:53:46 -07:00
Travis Rowland
c7efb776b8
Merge pull request #439 from mortn/patch-1
...
Adding "more" to the first sentence.
2017-10-09 10:31:52 -07:00
Morten Abildgaard
2be1e6f407
Adding "more" to the first sentence.
...
I think this is what it's supposed to say.
2017-10-08 11:42:53 +02:00
David Hiendl
2bb9d89325
configured syslog-ng to log to stdout directly instead of using tail ( #438 )
2017-10-05 21:13:01 +02:00
Dotan J. Nahum
8d7f3abd2d
Reflect 'latest' in imagelayers.io image. ( #435 )
2017-10-05 19:51:41 +02:00
Ryan Sundberg
91363dcf37
Merge branch 'master' of https://github.com/phusion/baseimage-docker into syslog-shutdown
2017-09-28 11:26:45 -07:00
Zsolt Ero
0cf1fd05ac
removed testing artifact
2017-08-17 00:04:42 +02:00
Zsolt Ero
544511f883
bad-tag test
2017-08-16 23:58:18 +02:00
Zsolt Ero
0ad69ad848
good-tag test
2017-08-16 23:57:12 +02:00
Zsolt Ero
39ad242428
yaml quotes fix
2017-08-16 23:51:24 +02:00
Zsolt Ero
a52c8d4ae0
test_release, test_master
2017-08-16 23:41:17 +02:00
Kingdon Barrett
1bd5b85eb1
Merge pull request #432 from phusion/patch-1
...
Replaces #410
2017-08-08 13:34:30 -04:00
Travis Rowland
1a235a13e1
Update my_init
2017-07-31 21:49:57 -04:00
Jose Diaz-Gonzalez
0e15f28fb7
feat: allow users to specify an alternative init directory
...
In some existing environments, packages might already use another environment for the purpose this `/etc/my_init.d` directory serves.
2017-07-31 21:49:57 -04:00
Zsolt Ero
d6702be8c3
fix_pam_bug removed ( #431 )
2017-08-01 01:35:38 +02:00
Przemysław Dąbek
40bad74956
sanitize_shenvname returns string with [0-9a-zA-Z_] characters ( #423 )
...
* sanitize_shenvname returns string with [0-9a-zA-Z_] characters
* moved regex pattern to constant
2017-07-31 15:38:33 +02:00
Ryan Sundberg
a6bf447f9e
Start syslog-ng before runit, and stop after runit.
...
When syslog-ng is managed as an runit service, application logs may be
lost during shutdown, when the syslog-ng service stops before the app
exits.
This change uses the my_init.d directory to manage syslog-ng at a lower
runlevel than runit.
2017-07-01 15:08:08 -07:00
Travis Rowland
b57f08c71f
Merge pull request #409 from goneio/refactor/remove-unnecessary-env-layers
...
Remove 3 unnecessary layers from the layer count.
2017-05-23 14:15:51 -07:00
Matthew Baggett
a3faefd3d3
Remove 3 unnecessary layers from the layer count.
2017-05-18 13:59:29 +01:00
Travis Rowland
cd23614b27
Revert "Incrementing version to 0.9.23"
...
This reverts commit 914f0967b0 .
2017-05-17 15:14:56 -07:00
Travis Rowland
914f0967b0
Incrementing version to 0.9.23
2017-05-17 15:12:05 -07:00
Zsolt Ero
068b4534d4
prepare pre and post shudown.d folders ( #407 )
2017-05-11 17:13:49 +02:00
Zsolt Ero
2a8c9ebe38
apt-get fixes ( #406 )
...
* apt-fixes
* DEBIAN_FRONTEND teletype at the end
2017-05-09 11:39:43 +02:00
Zsolt Ero
7f77348a6b
pre and post shutdown scripts added ( #402 )
2017-05-09 10:50:59 +02:00
Zsolt Ero
9f998e1a09
more pep8 linting ( #400 )
2017-05-09 09:52:48 +02:00
Travis Rowland
59d209cbe8
Merge pull request #399 from josegonzalez/patch-1
...
Improve pep8 compliance
2017-05-08 20:46:45 -07:00
Jose Diaz-Gonzalez
7022d31858
chore: remove all E501 updates
2017-05-08 17:41:25 -06:00
Jose Diaz-Gonzalez
263b582139
feat: add newline and enforce file encoding
2017-05-08 17:23:07 -06:00
Jose Diaz-Gonzalez
f7dfb05850
refactor: improve pep8 compliance
...
This changeset fixes PEP8 issues, minus `E501 line too long (80 > 79 characters)`, as that should be more of a guideline than a strict rule, and harder to follow without silly refactoring.
Also removed two unused exception variables.
2017-05-08 17:07:48 -06:00
Travis Rowland
8f7fcfec33
Merge pull request #396 from xmjiao/patch-1
...
Suppress the status reports from "sv -w"
2017-04-22 23:46:32 -07:00
Xiangmin Jiao
b2c329af51
Suppress the status reports from "sv -w"
2017-04-22 20:46:36 -04:00
Kingdon Barrett
f012793a75
Merge pull request #395 from phusion/fix-pam-build
...
fixes the build
2017-04-19 20:21:17 -04:00
Kingdon Barrett
d3af157387
fixes the build
...
pam sources are missing (they were in main)
2017-04-19 20:11:06 -04:00
Travis Rowland
9c934771ad
Merge pull request #392 from tgranqvist/master
...
https://github.com/phusion/baseimage-docker/issues/391
2017-04-13 01:14:01 -07:00
Tom Granqvist
7f7b164d20
Merge pull request #1 from tgranqvist/tgranqvist-patch-1
...
Fixing bug in my_init.shutdown_runit_services
2017-04-13 11:09:37 +03:00
Tom Granqvist
06b065782d
Fixing bug in my_init.shutdown_runit_services
...
The os.system() call received two arguments from a typo with string formatting.
2017-04-13 11:05:39 +03:00
Travis Rowland
287e96c811
Update Makefile
...
Incrementing version for next release.
2017-04-11 01:31:10 -07:00
Travis Rowland
a6fd9f8b56
Merge pull request #389 from phusion/next
...
Release 0.9.20
2017-04-11 01:22:41 -07:00
Travis Rowland
10d2364014
Update Makefile
...
Incrementing version
2017-04-11 01:08:24 -07:00
Travis Rowland
8af7692f62
Merge pull request #388 from optimisticanshul/patch-1
...
down wait for 7 secs this will fix it.
2017-04-11 00:59:08 -07:00
Anshul Sharma
ac382d47b8
down wait for 7 secs this will fix it.
2017-04-11 08:07:32 +05:30