Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
container fix typo in build script (NOJIRA)
skoranda committed Dec 16, 2022
1 parent 4aa34e7 commit 6837b58
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions 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: \

0 comments on commit 6837b58

Please sign in to comment.