From 4e96f48943d03766d8f83e0d8eef5f3ba5bf4d32 Mon Sep 17 00:00:00 2001 From: Luiz Felipe Kina Date: Mon, 5 Dec 2022 10:01:04 -0500 Subject: [PATCH] Fix typo for stx-platformclients There was a typo on the last review for the updated image tag for stx-platformclients, changing it to be the same between the tarball and docker hub. Closes-bug: 1998955 Signed-off-by: Luiz Felipe Kina Change-Id: I2fadb392013b72e7f10d3421633ab7823ca88c51 --- 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 0e514db..10d76e9 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-platformclient:stx.8.0-v1.5.9" +export PLATFORM_DOCKER_IMAGE="docker.io/starlingx/stx-platformclients:stx.8.0-v1.5.9" export APPLICATION_DOCKER_IMAGE="docker.io/starlingx/stx-openstackclients:master-centos-stable-latest"