From 633084d866806027fefeb92d6938cd21d74160d0 Mon Sep 17 00:00:00 2001 From: Phil Owen <19691521+PhillipsOwen@users.noreply.github.com> Date: Mon, 25 Mar 2024 16:33:44 -0400 Subject: [PATCH] Adding more deployment details to each project. --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index a3b5e23..15334fc 100644 --- a/README.md +++ b/README.md @@ -28,4 +28,9 @@ 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 --build-arg APP_VERSION=Test -f Dockerfile -t irods-k8s-settings:latest . + - This image must be placed in a container image registry and referenced in this component's Helm scripts. + Helm/k8s charts for this product are available at: [iRODS K8s Helm](https://github.com/irods/irods_k8s/tree/main/helm/irods-supervisor-settings).