An open API service indexing awesome lists of open source software.

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

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.