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 7d0a23a commit 1ac9ab8Copy full SHA for 1ac9ab8
launch.sh
@@ -5,6 +5,8 @@
5
SCRIPT_DIR="$(cd $(dirname $0); pwd -P)"
6
SRC_DIR="$(cd "${SCRIPT_DIR}/terraform" ; pwd -P)"
7
8
+DOCKER_IMAGE="garagecatalyst/ibm-garage-cli-tools:0.0.24"
9
+
10
helpFunction()
11
{
12
RED='\033[0;31m'
@@ -56,8 +58,6 @@ then
56
58
helpFunction "Some of the credentials values are empty. "
57
59
fi
60
-DOCKER_IMAGE="garagecatalyst/ibm-garage-cli-tools:0.0.24"
-
61
SUFFIX=$(echo $(basename ${SCRIPT_DIR}) | base64 | sed -E "s/[^a-zA-Z0-9_.-]//g" | sed -E "s/.*(.{5})/\1/g")
62
CONTAINER_NAME="ibm-garage-cli-tools-${SUFFIX}"
63
0 commit comments