Skip to content

Commit 0820be4

Browse files
phlogistonjohnmergify[bot]
authored andcommitted
server: pass custom repos build arg in container file
Signed-off-by: John Mulligan <[email protected]>
1 parent 1f62332 commit 0820be4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

images/server/Containerfile.centos

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ ARG SAMBACC_VERSION_SUFFIX=""
55
ARG SAMBA_SPECIFICS=daemon_cli_debug_output,ctdb_leader_admin_command
66
ARG INSTALL_CUSTOM_REPO=
77
ARG PACKAGE_SELECTION=
8+
ARG CUSTOM_REPOS=
89

910
MAINTAINER John Mulligan <[email protected]>
1011

@@ -20,6 +21,7 @@ RUN /usr/local/bin/install-packages.sh \
2021
"--install-packages-from=${INSTALL_PACKAGES_FROM}" \
2122
"--samba-version-suffix=${SAMBA_VERSION_SUFFIX}" \
2223
"--install-custom-repo=${INSTALL_CUSTOM_REPO}" \
24+
"--custom-repos=${CUSTOM_REPOS}" \
2325
"--package-selection=${PACKAGE_SELECTION}"
2426

2527
# If you want to install a custom version of sambacc into this image mount

0 commit comments

Comments
 (0)