From 22b712caa6e5b91b967fa0a766d3afe0a01719b1 Mon Sep 17 00:00:00 2001 From: Andy Ning Date: Fri, 8 Jul 2022 14:23:46 -0400 Subject: [PATCH] Update stx-platformclients image to version stx.7.0-v1.5.8 Updated image with the new fixes since the last build Partial-Bug: 1980417 Depends-On: https://review.opendev.org/c/starlingx/root/+/849137 Signed-off-by: Andy Ning Change-Id: I276c017871757ab8919216e7840ce7e0ddb00525 --- 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 6386d25..c56b055 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.7.0-v1.5.7" +export PLATFORM_DOCKER_IMAGE="docker.io/starlingx/stx-platformclients:stx.7.0-v1.5.8" export APPLICATION_DOCKER_IMAGE="docker.io/starlingx/stx-openstackclients:master-centos-stable-latest"