11= PostgreSQL Operator Build and Setup
2- v1.5, {docdate}
2+ v1.5.1 , {docdate}
33
44== Table of Contents
55
@@ -152,7 +152,7 @@ export GOBIN=$GOPATH/bin
152152export PATH=$PATH:$GOBIN
153153export COROOT=$GOPATH/src/github.com/crunchydata/postgres-operator
154154export CO_BASEOS=centos7
155- export CO_VERSION=1.5
155+ export CO_VERSION=1.5.1
156156export CO_IMAGE_TAG=$CO_BASEOS-$CO_VERSION
157157....
158158
@@ -171,16 +171,16 @@ cd postgres-operator
171171At this point if you want to avoid building the images and binary
172172from source, you can pull down the Docker images as follows:
173173....
174- docker pull crunchydata/lspvc:centos7-1.5
175- docker pull crunchydata/postgres-operator:centos7-1.5
174+ docker pull crunchydata/lspvc:centos7-1.5.1
175+ docker pull crunchydata/postgres-operator:centos7-1.5.1
176176....
177177
178178Then to get the *pgo* client, go to the Releases page and download the tar ball, uncompress
179179it into your $HOME directory:
180180....
181181cd $HOME
182- wget https://github.com/CrunchyData/postgres-operator/releases/download/v1.5 /postgres-operator.1.5.tar.gz
183- tar xvzf ./postgres-operator.1.5.tar.gz
182+ wget https://github.com/CrunchyData/postgres-operator/releases/download/1.5.1 /postgres-operator.1.5.1 .tar.gz
183+ tar xvzf ./postgres-operator.1.5.1. tar.gz
184184....
185185
186186Lastly, add the *pgo* client into your PATH.
@@ -192,8 +192,7 @@ Install a golang compiler, this can be done with either
192192your package manager or by following directions
193193from https://golang.org/dl/
194194
195- Then install the project library dependencies, starting
196- with version 1.5 the godep dependency manager is used
195+ Then install the project library dependencies, the godep dependency manager is used
197196as follows:
198197....
199198cd $COROOT
0 commit comments