Skip to content

Commit 5d983f7

Browse files
images/server: add build argument CEPH_FROM_CUSTOM
This build arg takes either `0` or `1` and defaults to 0. It can be used to disable automatically setting up ceph repos as it tells the install script that ceph repos are coming from the custom repos list. Signed-off-by: John Mulligan <[email protected]>
1 parent 03c6228 commit 5d983f7

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_REPOS=
77
ARG PACKAGE_SELECTION=
8+
ARG CEPH_FROM_CUSTOM=0
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-repos=${INSTALL_CUSTOM_REPOS}" \
24+
"--ceph-from-custom=${CEPH_FROM_CUSTOM}" \
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)