Skip to content

Commit

Permalink
Adding more deployment details to each project.
Browse files Browse the repository at this point in the history
  • Loading branch information
PhillipsOwen committed Mar 25, 2024
1 parent b770a12 commit 065e5a4
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@ 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.

There are GitHub actions to maintain code quality in this repo:
### There are GitHub actions to maintain code quality in this repo:
- Pylint (minimum score of 10/10 to pass),
- Build/publish a Docker image.

### How to build the Docker image for this product

- docker build -f Dockerfile -t forensics . && docker run --name forensics forensics
- This image must be placed in a container image registry and referenced in the Job supervisor config DB table or using the Supervisor settings application.

0 comments on commit 065e5a4

Please sign in to comment.