Skip to content

Commit

Permalink
[Update] PostgreSQL to version 9.6.14
Browse files Browse the repository at this point in the history
  • Loading branch information
samatrhea committed Jul 4, 2019
1 parent 7b8295c commit d5980dd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ This is the Git repository of the official `CDP4 Community Edition` docker image

## CDP4 Database - Community Edition

The `CDP4 Database Community Edition` image is based on the official PostgreSQL 9.6.9 image and contains the CDP4 SQL schema required to run the CDP4 Webservices Community Edition.
The `CDP4 Database Community Edition` image is based on the official PostgreSQL 9.6.14 image and contains the CDP4 SQL schema required to run the CDP4 Webservices Community Edition.

The docker image is available on [docker hub](https://hub.docker.com/r/rheagroup/cdp4-database-community-edition/)

## CDP4 Database Bare - Community Edition
The `CDP4 Database Bare - Community Edition` image is based on the official PostgreSQL 9.6.9 image. It does not contain the CDP4 SQL Schema, only the mininmal setup that is required to execute the [ECSS-E-TM-10-25 Annex C.2 Integration Test suite](https://github.com/RHEAGROUP/ecss-10-25-annexc-integration-tests).
The `CDP4 Database Bare - Community Edition` image is based on the official PostgreSQL 9.6.14 image. It does not contain the CDP4 SQL Schema, only the mininmal setup that is required to execute the [ECSS-E-TM-10-25 Annex C.2 Integration Test suite](https://github.com/RHEAGROUP/ecss-10-25-annexc-integration-tests).

## CDP4 Services Community Edition

Expand Down
2 changes: 1 addition & 1 deletion cdp4-database-bare-community-edition/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM postgres:9.6.9
FROM postgres:9.6.14
MAINTAINER [email protected]

COPY LICENSE /
Expand Down
2 changes: 1 addition & 1 deletion cdp4-database-community-edition/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM postgres:9.6.9
FROM postgres:9.6.14
MAINTAINER [email protected]

COPY LICENSE /
Expand Down

0 comments on commit d5980dd

Please sign in to comment.