diff --git a/scripts/build.sh b/scripts/build.sh index fcc55d2..d049fd8 100755 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -13,9 +13,9 @@ fi DEV_IMAGE_NAME="devbuild" VERSION=${BUILD_VERSION-$DEV_IMAGE_NAME} -contiv_version=${CONTIV_VERSION:-"1.1.1"} +contiv_version=${CONTIV_VERSION:-"1.1.2"} pull_images=${CONTIV_CI_HOST:-"false"} -aci_gw_version=${CONTIV_ACI_GW_VERSION:-"latest"} +aci_gw_version=${CONTIV_ACI_GW_VERSION:-"08-04-2017.2.2_2j"} ansible_image_version=${CONTIV_ANSIBLE_IMAGE_VERSION:-$contiv_version} auth_proxy_version=${CONTIV_API_PROXY_VERSION:-$contiv_version} docker_version=${CONTIV_DOCKER_VERSION:-1.12.6} @@ -26,7 +26,7 @@ etcd_version=${CONTIV_ETCD_VERSION:-v2.3.8} # because of this, the default value for this variable will become the latest # version that is available in the Docker Store and should be considered # independent of $contiv_version above. -v2plugin_version=${CONTIV_V2PLUGIN_VERSION:-"1.1.1"} +v2plugin_version=${CONTIV_V2PLUGIN_VERSION:-"1.1.2"} function usage() { echo "Usage:"