Skip to content

Commit c196db2

Browse files
examples: example custom config file
Signed-off-by: John Mulligan <[email protected]>
1 parent 6f39dfe commit c196db2

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

examples/custom-server.ini

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Example config file for passing to hack/build-image `-C` option.
2+
# Use this as a template to create customized images using work
3+
# in progress branches of sambacc or custom builds of samba/ceph/etc
4+
# packages.
5+
6+
[image]
7+
custom_repos =
8+
http://my.rpmserver.example.org/foo/bar/samba/config.repo
9+
http://my.rpmserver.exampel.org/foo/bar/ceph/config.repo
10+
package_selection = forcedevbuilds
11+
ceph_from_custom = 1
12+
extra_arguments = --cache-ttl=1h
13+
14+
[sambacc]
15+
#base_image = sambacc:ci
16+
sambacc_repo = https://github.com/samba-in-kubernetes/sambacc
17+
sambacc_ver = my-branch
18+
distname = latest
19+

0 commit comments

Comments
 (0)