Skip to content

Commit b61e54c

Browse files
anoopcs9mergify[bot]
authored andcommitted
images/ad-server: Send debug output to standard output
/usr/sbin/samba also comes with a similar option as others to print logs to standard output. Make use of `SAMBA_SPECIFICS` argument to specify required value to finally run with '--debug-stdout' option. Signed-off-by: Anoop C S <[email protected]>
1 parent fc83619 commit b61e54c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

images/ad-server/Containerfile.centos

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM quay.io/centos/centos:stream9
22
ARG INSTALL_PACKAGES_FROM=default
33
ARG SAMBA_VERSION_SUFFIX=""
44
ARG SAMBACC_VERSION_SUFFIX=""
5-
ARG SAMBA_SPECIFICS=
5+
ARG SAMBA_SPECIFICS=daemon_cli_debug_output
66
ARG INSTALL_CUSTOM_REPO=
77

88
MAINTAINER John Mulligan <[email protected]>

images/ad-server/Containerfile.fedora

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM registry.fedoraproject.org/fedora:39
22
ARG INSTALL_PACKAGES_FROM=default
33
ARG SAMBA_VERSION_SUFFIX=""
44
ARG SAMBACC_VERSION_SUFFIX=""
5-
ARG SAMBA_SPECIFICS=
5+
ARG SAMBA_SPECIFICS=daemon_cli_debug_output
66
ARG INSTALL_CUSTOM_REPO=
77

88
MAINTAINER John Mulligan <[email protected]>

images/ad-server/Containerfile.opensuse

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
# OBS doesn't allow a fully qualified image registry name for the offline build
88
FROM opensuse/tumbleweed
9-
ARG SAMBA_SPECIFICS=
9+
ARG SAMBA_SPECIFICS=daemon_cli_debug_output
1010

1111
MAINTAINER David Mulder <[email protected]>
1212

0 commit comments

Comments
 (0)