We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9a2cf4 commit 0c56fe3Copy full SHA for 0c56fe3
images/server/Containerfile
@@ -11,13 +11,16 @@ RUN SAMBACC_DISTNAME=latest \
11
12
FROM registry.fedoraproject.org/fedora:35
13
ARG INSTALL_PACKAGES_FROM=default
14
+ARG SAMBA_VERSION_SUFFIX=""
15
ARG SAMBA_SPECIFICS=daemon_cli_debug_output
16
17
MAINTAINER John Mulligan <[email protected]>
18
19
COPY smb.conf /etc/samba/smb.conf
20
COPY install-packages.sh /usr/local/bin/install-packages.sh
-RUN /usr/local/bin/install-packages.sh "$INSTALL_PACKAGES_FROM"
21
+RUN /usr/local/bin/install-packages.sh \
22
+ "${INSTALL_PACKAGES_FROM}" \
23
+ "${SAMBA_VERSION_SUFFIX}"
24
25
COPY --from=builder \
26
/srv/dist/latest \
0 commit comments