Skip to content

Commit 44bc253

Browse files
committed
Readme updated
1 parent f46bd61 commit 44bc253

File tree

1 file changed

+15
-6
lines changed

1 file changed

+15
-6
lines changed

Readme.md

Lines changed: 15 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,22 +23,31 @@ On Kubernetes and Kubernetes-based environments, the image uses the k8-etcd, oth
2323
export BASEOS=rocky9
2424
export PACKAGER=dnf
2525
export CONTAINERSUITE=cybertec-pg-container
26-
export PGBACKREST_VERSION=2.51
26+
export PGBACKREST_VERSION=2.54.0
2727
export CCPROOT=$GOPATH/src/github.com/cybertec/cybertec-pg-container
28-
export PATRONI_VERSION=3.3.1
28+
export PATRONI_VERSION=3.3.2
2929
export POSTGIS_VERSION=34
30-
export PGVERSION=16
31-
export PGVERSION_FULL=16.3
32-
export OLD_PG_VERSIONS="13 14 15"
30+
export PGVERSION=17
31+
export PGVERSION_FULL=17.2
32+
export OLD_PG_VERSIONS="13 14 15 16"
3333
export BUILD=1
3434
export ARCH=amd64
3535

36+
# Also use the ENV ROOTPATH to refer to the CYBERTEC-pg-container repo on your system. Otherwise the Dockerfiles cannot be found
37+
export ROOTPATH=$(GOPATH)/src/github.com/cybertec/cybertec-pg-container
38+
3639
<p>You can build all images with make
3740
- make all
38-
- make base/postgres/pgbackrest</p>
41+
- make postgres
42+
- make postgres-gis
43+
- make pgbackrest
44+
- make pgbouncer
45+
- make exporter
46+
</p>
3947
<p>Run Images locally:</p>
4048

4149
docker run -it IMAGEPATH:IMAGETAG
50+
4251
<p>Take a look inside:</p>
4352

4453
docker exec -it CONTAINERID /bin/bash

0 commit comments

Comments
 (0)