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 1f62332 commit 0820be4Copy full SHA for 0820be4
images/server/Containerfile.centos
@@ -5,6 +5,7 @@ ARG SAMBACC_VERSION_SUFFIX=""
5
ARG SAMBA_SPECIFICS=daemon_cli_debug_output,ctdb_leader_admin_command
6
ARG INSTALL_CUSTOM_REPO=
7
ARG PACKAGE_SELECTION=
8
+ARG CUSTOM_REPOS=
9
10
MAINTAINER John Mulligan <[email protected]>
11
@@ -20,6 +21,7 @@ RUN /usr/local/bin/install-packages.sh \
20
21
"--install-packages-from=${INSTALL_PACKAGES_FROM}" \
22
"--samba-version-suffix=${SAMBA_VERSION_SUFFIX}" \
23
"--install-custom-repo=${INSTALL_CUSTOM_REPO}" \
24
+ "--custom-repos=${CUSTOM_REPOS}" \
25
"--package-selection=${PACKAGE_SELECTION}"
26
27
# If you want to install a custom version of sambacc into this image mount
0 commit comments