From 08e3b5372740cf7264b6a901570d60f2057bc108 Mon Sep 17 00:00:00 2001 From: Sabyasachi Nayak Date: Mon, 2 Jun 2025 12:13:43 -0400 Subject: [PATCH] Update stx-platformclients image to stx.11.0-v1.0.1 Commands used during testing: - ca-certificate-install - ca-certificate-uninstall Test Plan: The following test cases were executed after the remote client was successfully set up: 1. Verified that when the CLI_CONFIRMATIONS environment variable is unset,executing above command proceeds without prompting for user confirmation. 2. Exported CLI_CONFIRMATIONS=enabled and confirmed that running above commands prompts for user confirmation. Depends-On: https://review.opendev.org/c/starlingx/root/+/951567 Story: 2011240 Task: 52104 Change-Id: Iaf84100cb71595e1246521d02c51004fcc0f700e Signed-off-by: Sabyasachi Nayak --- remote_cli/docker_image_version.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/remote_cli/docker_image_version.sh b/remote_cli/docker_image_version.sh index 727c7b6..0e1d6e8 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.11.0-v1.0.0" +export PLATFORM_DOCKER_IMAGE="docker.io/starlingx/stx-platformclients:stx.11.0-v1.0.1" export APPLICATION_DOCKER_IMAGE="docker.io/starlingx/stx-openstackclients:stx.10.0-v1.0.0"