From 6837b58313abee6e867e8f199dd81f44251f39c1 Mon Sep 17 00:00:00 2001 From: Scott Koranda Date: Fri, 16 Dec 2022 11:50:30 -0600 Subject: [PATCH] container fix typo in build script (NOJIRA) --- container/build.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/container/build.sh b/container/build.sh index 28e18e1f..6bf22684 100755 --- a/container/build.sh +++ b/container/build.sh @@ -424,7 +424,7 @@ DESCRIPTION --repository image repository, default is none, - required if image_match is specified + required if image_registry is specified --rm passed to docker build if present @@ -448,7 +448,7 @@ EXAMPLES the image will have the format myorg/comanage-match:LABEL-basic-auth-1 - $0 -s 1 --image_match=server.my.org --repository=myorg + $0 -s 1 --image_registry=server.my.org --repository=myorg match basic-auth Build Match image with basic authentication, repository myorg, image match server.my.org, and tag suffix 1. @@ -522,7 +522,7 @@ function main() { gnu_getopt_out=$(/usr/bin/getopt \ --options hl:os: \ --longoptions help \ - --longoptions image_match: \ + --longoptions image_registry: \ --longoptions label: \ --longoptions no-cache \ --longoptions owner: \