A metadig-checks distribution tar file can be built with these steps:
-
Edit the build.properties file and edit the
suites
property, specifying a comma separated list of suites to include in the distribution. -
Edit the metadig-checks.version property, specifying a release version that follows the symantic versioning guidelines, for example, as detailed at https://semver.org/
-
Build the distribution using the
ant
command:ant dist
-
Deploy the distribution. For the metadig-engine running on Kubernetes, the base directory is /data/metadig. Copy this distribution tar file to this directory and extract it with a command such as tar xvf , for example
tar xvf metadig-checks-0.1.0.tar