The iRODS-K8s Forensics workflow step microservice.
The iRODS-K8s Forensics product is a microservice used in an iRODS K8s Supervisor workflow step to analyze and summarize the results of tests performed.
- Pylint (minimum score of 10/10 to pass),
- Build/publish a Docker image.
The Docker image must be placed in a container image registry and referenced in the Job supervisor configuration database table.
docker build --build-arg APP_VERSION=<version> -f Dockerfile -t irods-forensics :latest .