## This script is to retrieve and import the docker-base image from
## local folder where the image is built on the local machine
##
## USAGE:
## ./get_docker-base.sh
set -x -e
. ./functions.sh
## [SuppressMessage("Microsoft.Security", "CS002:SecretInNextLine", Justification="Read-only link of Azure Blob storage with shared access signature (SAS)")]