File tree Expand file tree Collapse file tree 1 file changed +31
-0
lines changed Expand file tree Collapse file tree 1 file changed +31
-0
lines changed Original file line number Diff line number Diff line change @@ -11,3 +11,34 @@ cluster is automically joined up.
11
11
If the deployment is scaled * up* after the initial creation those new Pods will
12
12
be automatically added. Scaling * down* does not automatically remove the Pods
13
13
from the membership database at this time.
14
+
15
+ ## Building
16
+
17
+ ### Master
18
+
19
+ On push/merge to master, CI will automatically build and push
20
+ ` gpii/couchdb-statefulset-assembler:latest ` image.
21
+
22
+ ### Tags
23
+
24
+ Create and push git tag and CI will build and publish corresponding`
25
+ ` gpii/couchdb-statefulset-assembler:${git_tag} ` docker image.
26
+
27
+ #### Tag format
28
+
29
+ Tags should follow actual couchdb-statefulset-assembler version, suffixed by
30
+ ` -gpii.${gpii_build_number} ` , where ` gpii_build_number ` is monotonically
31
+ increasing number denoting Docker image build number, starting from ` 0 `
32
+ for each upstream version.
33
+
34
+ Example:
35
+ ```
36
+ 0.0.3-gpii.0
37
+ 0.0.3-gpii.1
38
+ ...
39
+ 0.0.4-gpii.0
40
+ ```
41
+
42
+ ### Manually
43
+
44
+ Run ` make ` to see all available steps.
You can’t perform that action at this time.
0 commit comments