We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcc601f commit 8356dc7Copy full SHA for 8356dc7
integration-tests/src/test/resources/imagetool/build_download.sh
@@ -23,11 +23,11 @@ usage()
23
{
24
printf "\n"
25
echo 1>&2 "1. To install imagetool with the version number specified by env.IMAGE_TOOL_VERSION"
26
- echo 1>&2 "Usage: export IMAGE_TOOL_VERSION=1.8.2; $0"
+ echo 1>&2 "Usage: export IMAGE_TOOL_VERSION=1.8.3; $0"
27
echo 1>&2 "Or on Jenkins, set the version number in IMAGE_TOOL_VERSION field"
28
echo 1>&2 "2. To install imagetool with a specified version number"
29
echo 1>&2 "Usage: $0 -v <imagetool version number>"
30
- echo 1>&2 "Example: $0 -v 1.8.2"
+ echo 1>&2 "Example: $0 -v 1.8.3"
31
echo 1>&2 "3. To install latest imagetool version"
32
echo 1>&2 "Usage: $0"
33
0 commit comments