diff --git a/docs/containers.asciidoc b/docs/containers.asciidoc index e7d0671be..c34387228 100644 --- a/docs/containers.asciidoc +++ b/docs/containers.asciidoc @@ -504,8 +504,6 @@ The crunchy-ppgadmin4 container executes the pgadmin4 web application. The pgadmin4 project is found at the following location: link:https://www.pgadmin.org/ -The crunchy-pgadmin4 container (version 1.2.2) is built using the v1.0 Beta 3 version of pgadmin4. - pgadmin4 provides a web user interface to postgresql databases. A sample screenshot is below: diff --git a/docs/install.asciidoc b/docs/install.asciidoc index 9cdee100c..043bacdb1 100644 --- a/docs/install.asciidoc +++ b/docs/install.asciidoc @@ -34,7 +34,7 @@ export GOBIN=$GOPATH/bin export PATH=$PATH:$GOBIN export CCP_BASEOS=centos7 export CCP_PGVERSION=9.5 -export CCP_IMAGE=1.2.2 +export CCP_IMAGE=1.2.3 export CCP_IMAGE_TAG=$CCP_BASEOS-$CCP_PGVERSION-$CCP_VERSION export BUILDBASE=$GOPATH/src/github.com/crunchydata/crunchy-containers .... @@ -50,7 +50,7 @@ mkdir crunchydata cd crunchydata git clone https://github.com/crunchydata/crunchy-containers cd crunchy-containers -git checkout 1.2.2 +git checkout 1.2.3 godep restore ....