The CDP4-COMET Database Community Edition is the Starion Group CD PostgreSQL container.
1.0K
4.2.0 Dockerfile - uses postgres:17.6-alpine3.22CDP4-COMET Community Edition is the Starion Group Concurrent Design Solution that allows a team of engineers to perform Concurrent Design. CDP4-COMET is an implementation of ECSS-E-TM-10-25A Annex A and C. ECSS-E-TM-10-25A Annex A is the so-called master model that is expressed in UML. ECSS-E-TM-10-25A Annex C describes the REST API.
This repository contains the PostgreSQL image used by the cdp4-comet-services-community-edition docker image.
It is highly recommended to use this image together with docker-compose. More information here.
This image should be used in combination with cdp4-services-community-edition docker image in a docker network. To make the link between the containers easier it is suggested to create a docker network:
Note: -e POSTGRES_PASSWORD=pass is necessary for postgres v12.3 and up (2.0.0+ of this image).
docker network create cdp4-comet
docker run -p 5432:5432 -it -d --name cdp4-database-community-edition --net cdp4-comet -e POSTGRES_PASSWORD=pass stariongroup/cdp4-database-community-edition:4.2.0 -c max_locks_per_transaction=2048 -c statement_timeout=3000
Content type
Image
Digest
sha256:59abcc72f…
Size
112.8 MB
Last updated
10 months ago
docker pull stariongroup/cdp4-database-community-edition:5.0.0