commit | e1c558deef5a2997f5a24142e86fe210842d4af3 | [log] [tgz] |
---|---|---|
author | mpriyank <priyank.maheshwari@est.tech> | Mon Sep 09 11:06:51 2024 +0100 |
committer | mpriyank <priyank.maheshwari@est.tech> | Mon Sep 09 11:06:55 2024 +0100 |
tree | feeee91023f7d14cad1ec1df8d563a0b8308d4ca | |
parent | 7c6bbfa94de91400c6ea22853b6577b1fa3524df [diff] |
[TBDMT] Fix security vulnerability - upgrade the postgres version to avoid the vulnerability Issue-ID: CPS-2342 Change-Id: I579aae082969a7a515642e22c53a3f5535aaf414 Signed-off-by: mpriyank <priyank.maheshwari@est.tech>
This service shall be used to map the erstwhile Config-DB-like REST APIs to appropriate CPS API calls. The purpose of this service is to abstract the details of (possibly multiple, and complex) XPath queries from the users of CPS. See wiki for CPS-TBDMT
Following command builds Java executable jar to target/cps-tbdmt-x.y.z-SNAPSHOT
JAR file without generating any docker images:
mvn clean install
Following command builds the JAR file and also generates the Docker image:
mvn clean package
cps-tbdmt/docker-compose/docker-compose.yml
file is provided to be run with docker-compose
tool and local image previously built.
Execute following command from cps-tbdmt/docker-compose folder to start all services:
docker-compose up