From 19e87afefa96b475ad1dc65d99f16e969a97cd9b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20Jord=C3=A3o=20Jardim?= Date: Tue, 20 Apr 2021 12:30:53 -0400 Subject: [PATCH] Update stx-platformclients tag to stx.5.0-v1.4.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This commit updates the image with the updated clients cgts-client and distributed-cloud-client to execute both in python2 and python3. Story: 2007106 Task: 42315 Depends-On: https://review.opendev.org/c/starlingx/root/+/787269 Signed-off-by: Rafael Jordão Jardim Change-Id: Ifae4abe3a062c793cb2f7ced35994974519b17ab --- 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 451f1bb..773cb22 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.5.0-v1.4.1" +export PLATFORM_DOCKER_IMAGE="docker.io/starlingx/stx-platformclients:stx.5.0-v1.4.2" export APPLICATION_DOCKER_IMAGE="docker.io/starlingx/stx-openstackclients:master-centos-stable-latest"