Downloading the CASE bundle
Create the environment variables and save the CASE bundle file.
Procedure
- Create these environment variables with the installer image name and version.
For example, for version 3.4.0, specify the 2.4.0 bundle file:
export CASE_NAME=ibm-guardium-insights export CASE_VERSION=2.4.0 export LOCAL_CASE_DIR=$HOME/.ibm-pak/data/cases/$CASE_NAME/$CASE_VERSION export CASE_ARCHIVE=$CASE_NAME-$CASE_VERSION.tgz
Tip: The displayed versions in the output vary based on the Guardium® Insights version that you want to install and the current version on your system. - Save the CASE bundle locally:
oc ibm-pak get $CASE_NAME \ --version $CASE_VERSION \ --skip-verify
Tip: If you do not specify the CASE version, the latest CASE version downloads.Note: If you encounter an error similar to this example:No Case registries found for case ibm-cert-manager->=1.3.0 <1.3.1.tgz with the given repository URL information FAILED
You might be experiencing a temporary communication problem with the remote repository. Wait a few minutes and try again.