From b046e803481b3e9c9333475f8067318131f8b70b Mon Sep 17 00:00:00 2001 From: Italo Lemos Date: Tue, 17 Feb 2026 10:44:09 -0300 Subject: [PATCH] Update stx-platformclients image to version stx.12.0-v1.0.4 Updated image with the new fixes for nfv_client runs OIDC auth in DC systems. Test Plan: - PASS: Execute sw-manager system-config-update-strategy show with remote cli - PASS: Execute sw-manager sw-deploy-strategy show with remote cli Closes-Bug: 2141467 Depends-On: https://review.opendev.org/c/starlingx/root/+/977087 Change-Id: Ia0e8d03d69a0343df74799268b4b29f5acea7d98 Signed-off-by: Italo Lemos --- 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 c7e07c7..f74e2f7 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.12.0-v1.0.3" +export PLATFORM_DOCKER_IMAGE="docker.io/starlingx/stx-platformclients:stx.12.0-v1.0.4" export APPLICATION_DOCKER_IMAGE="docker.io/starlingx/stx-openstackclients:stx.10.0-v1.0.0"