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 741afe2 commit 568e57cCopy full SHA for 568e57c
examples/custom-server.ini
@@ -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