The Digital Twin Registry is a logical and architectural component of Tractus-X. The source code under this folder contains reference implementations of the SLDT Registry.
Run mvn install
to run unit tests, build and install the package.
To check whether the build was successful, you can start the resulting JAR file from the build process by running java -jar backend/target/digital-twin-registry-backend-{current-version}.jar
.
Run docker build -t registry .
In case you want to publish your image into a remote container registry, apply the tag accordingly and docker push
the image.
For detailed install instructions please refer to our INSTALL.md
Below you can find the information regarding Docker Notice for this application.
Contact the Eclipse Tractus-X developers via the developer mailing list.