diff --git a/remote_cli/client_wrapper.sh b/remote_cli/client_wrapper.sh index 6700f9b..fd8b4ee 100755 --- a/remote_cli/client_wrapper.sh +++ b/remote_cli/client_wrapper.sh @@ -1,7 +1,7 @@ #!/bin/bash # -# Copyright (c) 2019 Wind River Systems, Inc. +# Copyright (c) 2019,2025 Wind River Systems, Inc. # # SPDX-License-Identifier: Apache-2.0 # @@ -40,6 +40,9 @@ OS_AUTH_URL OS_USERNAME OS_INTERFACE OS_PROJECT_DOMAIN_NAME OS_AUTH_TYPE OS_CACERT EOF +# Append CLI-specific environment variables +EXPORTS+=" CLI_CONFIRMATIONS" + # We initialize the environment variable list with the OS_ENDPOINT_TYPE set # "publicURL" because dcmanager defaults to "internalURL" if not overridden # by a parameter to the command itself or by the environment variable. diff --git a/remote_cli/docker_image_version.sh b/remote_cli/docker_image_version.sh index 9bc0fab..727c7b6 100644 --- a/remote_cli/docker_image_version.sh +++ b/remote_cli/docker_image_version.sh @@ -1,2 +1,2 @@ -export PLATFORM_DOCKER_IMAGE="docker.io/starlingx/stx-platformclients:stx.10.0-v1.5.18" +export PLATFORM_DOCKER_IMAGE="docker.io/starlingx/stx-platformclients:stx.11.0-v1.0.0" export APPLICATION_DOCKER_IMAGE="docker.io/starlingx/stx-openstackclients:stx.10.0-v1.0.0"