From 9f3b081df565995c6ca78c19cd9fd150381db616 Mon Sep 17 00:00:00 2001 From: Luiz Felipe Kina Date: Mon, 24 Oct 2022 17:53:38 -0400 Subject: [PATCH] Update stx-platformclients image to version stx.8.0-v1.5.9 Updated image with the new fixes since the last build Partial-Bug: 1995020 Depends-On: https://review.opendev.org/c/starlingx/root/+/862536 Signed-off-by: Luiz Felipe Kina Change-Id: I00f1c13b885f55936a374771a2720a482d7ee3ea --- 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 c56b055..0e514db 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.8" +export PLATFORM_DOCKER_IMAGE="docker.io/starlingx/stx-platformclient:stx.8.0-v1.5.9" export APPLICATION_DOCKER_IMAGE="docker.io/starlingx/stx-openstackclients:master-centos-stable-latest"