Skip to content

Commit

Permalink
Readme updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Schmaetz committed Dec 6, 2024
1 parent f46bd61 commit 44bc253
Showing 1 changed file with 15 additions and 6 deletions.
21 changes: 15 additions & 6 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,22 +23,31 @@ On Kubernetes and Kubernetes-based environments, the image uses the k8-etcd, oth
export BASEOS=rocky9
export PACKAGER=dnf
export CONTAINERSUITE=cybertec-pg-container
export PGBACKREST_VERSION=2.51
export PGBACKREST_VERSION=2.54.0
export CCPROOT=$GOPATH/src/github.com/cybertec/cybertec-pg-container
export PATRONI_VERSION=3.3.1
export PATRONI_VERSION=3.3.2
export POSTGIS_VERSION=34
export PGVERSION=16
export PGVERSION_FULL=16.3
export OLD_PG_VERSIONS="13 14 15"
export PGVERSION=17
export PGVERSION_FULL=17.2
export OLD_PG_VERSIONS="13 14 15 16"
export BUILD=1
export ARCH=amd64

# Also use the ENV ROOTPATH to refer to the CYBERTEC-pg-container repo on your system. Otherwise the Dockerfiles cannot be found
export ROOTPATH=$(GOPATH)/src/github.com/cybertec/cybertec-pg-container

<p>You can build all images with make
- make all
- make base/postgres/pgbackrest</p>
- make postgres
- make postgres-gis
- make pgbackrest
- make pgbouncer
- make exporter
</p>
<p>Run Images locally:</p>

docker run -it IMAGEPATH:IMAGETAG

<p>Take a look inside:</p>

docker exec -it CONTAINERID /bin/bash

0 comments on commit 44bc253

Please sign in to comment.