From 287813386bfa6c7f9e73ceb2283ef055de38d3a9 Mon Sep 17 00:00:00 2001 From: samatrhea Date: Sun, 10 Sep 2023 12:55:26 +0200 Subject: [PATCH] [Update] containers to make use of PostgreSQL 12.16 --- README.md | 4 ++-- cdp4-database-bare-community-edition/Dockerfile | 4 ++-- cdp4-database-bare-community-edition/LICENSE | 3 ++- cdp4-database-community-edition/Dockerfile | 4 ++-- cdp4-database-community-edition/LICENSE | 2 +- 5 files changed, 9 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index d50fcff..6ed6517 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/cdp4-database-bare-community-edition/Dockerfile b/cdp4-database-bare-community-edition/Dockerfile index c487a06..303b22f 100644 --- a/cdp4-database-bare-community-edition/Dockerfile +++ b/cdp4-database-bare-community-edition/Dockerfile @@ -1,5 +1,5 @@ -FROM postgres:12.3 -MAINTAINER s.gerene@rheagroup.com +FROM postgres:12.16 +LABEL maintainer="s.gerene@rheagroup.com" COPY LICENSE / RUN apt-get update && apt-get install -y postgresql-contrib diff --git a/cdp4-database-bare-community-edition/LICENSE b/cdp4-database-bare-community-edition/LICENSE index 57afc14..d4bbab8 100644 --- a/cdp4-database-bare-community-edition/LICENSE +++ b/cdp4-database-bare-community-edition/LICENSE @@ -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 diff --git a/cdp4-database-community-edition/Dockerfile b/cdp4-database-community-edition/Dockerfile index 94b1d39..bc94f07 100644 --- a/cdp4-database-community-edition/Dockerfile +++ b/cdp4-database-community-edition/Dockerfile @@ -1,5 +1,5 @@ -FROM postgres:12.3 -MAINTAINER s.gerene@rheagroup.com +FROM postgres:12.16 +LABEL maintainer="s.gerene@rheagroup.com" COPY LICENSE / RUN apt-get update && apt-get install -y postgresql-contrib diff --git a/cdp4-database-community-edition/LICENSE b/cdp4-database-community-edition/LICENSE index 8cde086..5adefb3 100644 --- a/cdp4-database-community-edition/LICENSE +++ b/cdp4-database-community-edition/LICENSE @@ -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