https://github.com/stariongroup/comet-docker
Docker Configuration for the different COMET Components
https://github.com/stariongroup/comet-docker
ecss-e-tm-10-25 modeltopia
Last synced: 6 months ago
JSON representation
Docker Configuration for the different COMET Components
- Host: GitHub
- URL: https://github.com/stariongroup/comet-docker
- Owner: STARIONGROUP
- License: agpl-3.0
- Created: 2017-11-14T09:27:39.000Z (over 8 years ago)
- Default Branch: development
- Last Pushed: 2025-09-28T13:32:42.000Z (6 months ago)
- Last Synced: 2025-09-28T15:25:06.002Z (6 months ago)
- Topics: ecss-e-tm-10-25, modeltopia
- Language: PLpgSQL
- Homepage: https://www.stariongroup.eu
- Size: 14.3 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Citation: CITATION.cff
Awesome Lists containing this project
README

# Introduction
This is the Git repository of the official `CDP4-COMET Community Edition` database docker images.
## CDP4-COMET Database - Community Edition
The `CDP4-COMET Database Community Edition` image is based on the official PostgreSQL **17-alpine** image and contains the CDP4-COMET SQL schema required to run the CDP4-COMET Webservices Community Edition.
The docker image is available on [docker hub](https://hub.docker.com/r/stariongroup/cdp4-database-community-edition/)
## CDP4-COMET Database Bare - Community Edition
The `CDP4-COMET Database Bare - Community Edition` image is based on the official PostgreSQL **17-** image. It containss a mimimal test CDP4-COMET SQL Schema that is required to execute the [ECSS-E-TM-10-25 Annex C.2 Integration Test suite](https://github.com/STARIONGROUP/ecss-10-25-annexc-integration-tests).
## CDP4-COMET Services Community Edition
The **Dockerfile** of the [CDP4-COMET Services Community Edition](https://github.com/STARIONGROUP/COMET-WebServices-Community-Edition) is maintained [here](https://github.com/STARIONGROUP/COMET-WebServices-Community-Edition/blob/master/Dockerfile).
## License
The CDP4-COMET Web Services Community Edition is licensed under the [AGPL license](LICENSE). Each docker container grants additional permission under GNU GPL version 3 section 7. See the license files in the image specific folders.
## Release Script
The repository contains a `release.bat` file intended for pushing new containers to DockerHub.
**NOTE**: In order to push the images to the registry you have to login by running `docker login` command and providing your DockerHub credentials. Owner privileges on the registry are required.
Usage:
```cmd
release.bat [version] [dry]
```
- **version** (required) - the version tag of the images. Should be in the form `x.y.z`.
- **dry** (optional) - specify the word `dry` to make a dry-run of just building the images without pushing to the registry.