Skip to content

Commit

Permalink
[Update] containers to make use of PostgreSQL 12.16
Browse files Browse the repository at this point in the history
  • Loading branch information
samatrhea committed Sep 10, 2023
1 parent 6cafe7f commit 2878133
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 8 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ This is the Git repository of the official `COMET Community Edition` database do

## COMET Database - Community Edition

The `COMET Database Community Edition` image is based on the official PostgreSQL 12.3 image and contains the COMET SQL schema required to run the COMET Webservices Community Edition.
The `COMET Database Community Edition` image is based on the official PostgreSQL 12.16 image and contains the COMET SQL schema required to run the COMET Webservices Community Edition.

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

## COMET Database Bare - Community Edition

The `COMET Database Bare - Community Edition` image is based on the official PostgreSQL 12.3 image. It does not contain the COMET SQL Schema, only the minimal 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 `COMET Database Bare - Community Edition` image is based on the official PostgreSQL 12.16 image. It containss a mimimal test COMET SQL Schema 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).

## COMET Services Community Edition

Expand Down
4 changes: 2 additions & 2 deletions cdp4-database-bare-community-edition/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM postgres:12.3
MAINTAINER [email protected]
FROM postgres:12.16
LABEL maintainer="[email protected]"

COPY LICENSE /
RUN apt-get update && apt-get install -y postgresql-contrib
Expand Down
3 changes: 2 additions & 1 deletion cdp4-database-bare-community-edition/LICENSE
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
The CDP4 Test Database Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A data store used for integration testing
Copyright (C) 2017 RHEA System S.A.

Copyright (C) 2017-2023 RHEA System S.A.

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as
Expand Down
4 changes: 2 additions & 2 deletions cdp4-database-community-edition/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM postgres:12.3
MAINTAINER [email protected]
FROM postgres:12.16
LABEL maintainer="[email protected]"

COPY LICENSE /
RUN apt-get update && apt-get install -y postgresql-contrib
Expand Down
2 changes: 1 addition & 1 deletion cdp4-database-community-edition/LICENSE
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
The CDP4 Database Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A data store.
Copyright (C) 2017 RHEA System S.A.
Copyright (C) 2017-2023 RHEA System S.A.

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as
Expand Down

0 comments on commit 2878133

Please sign in to comment.