mirror of
/repos/baseimage-docker.git
synced 2026-02-27 17:41:59 +01:00
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
This commit is contained in:
12
image/services/syslog-ng/syslog_ng_default
Normal file
12
image/services/syslog-ng/syslog_ng_default
Normal file
@@ -0,0 +1,12 @@
|
||||
# If a variable is not set here, then the corresponding
|
||||
# parameter will not be changed.
|
||||
# If a variables is set, then every invocation of
|
||||
# syslog-ng's init script will set them using dmesg.
|
||||
|
||||
# log level of messages which should go to console
|
||||
# see syslog(3) for details
|
||||
#
|
||||
#CONSOLE_LOG_LEVEL=1
|
||||
|
||||
# Command line options to syslog-ng
|
||||
SYSLOGNG_OPTS="--no-caps"
|
||||
Reference in New Issue
Block a user