Sign inSign up

parasoft/datarepo

By parasoft

Updated almost 4 years ago

Parasoft Data Repository Server for SOAtest/Virtualize

Image
0

4.7K

parasoft/datarepo repository overview

Quick reference

What is Parasoft Data Repository Server for SOAtest/Virtualize?

Parasoft Data Repository Server for SOAtest/Virtualize provides storage for hierarchical data used in API testing and service virtualization. Additionally, the Data Repository Server can be registered with Parasoft Continuous Testing Platform (CTP) to enable a web-based view of test data and graphical data modeling, generation, and masking features.

How to use this image

Start the Data Repository Server as a Docker daemon container.

$ docker run --name datarepo -p 2424:2424 --env USERNAME=admin --env PASSWORD=admin -d parasoft/datarepo

Start the Data Repository Server as a Docker daemon container and register with CTP.

$ docker run --name datarepo -p 2424:2424 --env USERNAME=admin --env PASSWORD=admin --env CTP_URL=http://ctp:8080 --env CTP_USERNAME=admin --env CTP_PASSWORD=admin -d parasoft/datarepo

Start the Data Repository Server as a Docker daemon container and register with CTP using an alias.

$ docker run --name datarepo -p 2424:2424 --env USERNAME=admin --env PASSWORD=admin --env CTP_URL=http://ctp:8080 --env CTP_USERNAME=admin --env CTP_PASSWORD=admin --env ALIAS=myServer -d parasoft/datarepo

Environment Variables

  • USERNAME specifies the user that is allowed to connect to the Data Repository Server
  • PASSWORD specifies the password of the user with which to connect to the Data Repository Server
  • CTP_URL configures the Data Repository Server to register with CTP at the specified base URL
  • CTP_USERNAME configures the Data Repository Server to register with CTP as the specified user
  • CTP_PASSWORD configures the Data Repository Server to register with CTP with the specified password
  • ALIAS specifies the name that is displayed in CTP to represent the Data Repository Server

Mountable Volumes

  • /usr/local/parasoft/datarepo/repositories Test data repositories storage

Note

Docker Desktop is not supported.

License

You need to view and agree to the Parasoft End User License Agreement (EULA) for the software contained in this image.

As with all Docker images, these likely also contain other software which may be under other licenses. As for any pre-built image usage, it is the image user's responsibility to ensure that any use of this image complies with any relevant licenses for all software contained within.

Tag summary

Content type

Image

Digest

sha256:4698cab12

Size

256.7 MB

Last updated

almost 4 years ago

docker pull parasoft/datarepo