Skip to content

Commit 5dcac71

Browse files
committed
Update README
1 parent 9277da6 commit 5dcac71

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

README.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,34 @@ cluster is automically joined up.
1111
If the deployment is scaled *up* after the initial creation those new Pods will
1212
be automatically added. Scaling *down* does not automatically remove the Pods
1313
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.

0 commit comments

Comments
 (0)