Skip to content

Commit

Permalink
examples: better explain that dockerhub images are example images
Browse files Browse the repository at this point in the history
  • Loading branch information
sgotti committed Sep 6, 2018
1 parent 0b71a27 commit f44424e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
6 changes: 5 additions & 1 deletion examples/kubernetes/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,11 @@ The sentinels and proxies will be deployed as [kubernetes deployments](https://k

## Docker image

Prebuilt images are available on the dockerhub, the images' tags are the stolon release version plus the postgresql version (for example v0.6.0-pg9.6). Additional images are available:
Prebuilt images are available on the dockerhub, the images' tags are the stolon release version plus the postgresql version (for example v0.6.0-pg9.6).

**NOTE**: These images are **example** images provided for quickly testing stolon. In production you should build your own image customized to fit your needs (adding postgres extensions, backup tools/scripts etc...).

Additional images are available:

* `master-pg9.6`: automatically built after every commit to the master branch.

Expand Down
6 changes: 5 additions & 1 deletion examples/swarm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,11 @@ We will use etcdv3 deployed in its own stack.

## Docker image

Prebuilt images are available on the dockerhub, the images' tags are the stolon release version plus the postgresql version (for example v0.10.0-pg10). Additional images are available:
Prebuilt images are available on the dockerhub, the images' tags are the stolon release version plus the postgresql version (for example v0.10.0-pg10).

**NOTE**: These images are **example** images provided for quickly testing stolon. In production you should build your own image customized to fit your needs (adding postgres extensions, backup tools/scripts etc...).

Additional images are available:

* `master-pg9.6`: automatically built after every commit to the master branch.

Expand Down

0 comments on commit f44424e

Please sign in to comment.