Skip to content
Sam Gerené edited this page Jun 24, 2018 · 9 revisions

cdp4-database-community-edition

cdp4-test-database-community-edition

The cdp4-test-database-community-edition docker image is the image used to run the ECSS-E-TM-10-25 Annex C integration tests.

  1. Create the docker image
docker build -t cdp4-test-database-community-edition:1.2.0 .
  1. Run the image

Run the image, not that the data is stored to a temporary file system. Once the database and webservices docker image are running, the test Annex C3 zip archive needs to be posted.

docker run -p5432:5432 --tmpfs /var/lib/postgresql/data:rw -it -d --name cdp4-test-database-community-edition --net cdp4 cdp4-test-database-community-edition:1.2.0
Clone this wiki locally