remote-cli: Update default app image to Debian

Use latest debian tag for stx-openstackclients, rather than centos

Story: 2010226
Task: 48667

Change-Id: Ia63c499066080e5df5231d3e2d9df8e304b07708
Signed-off-by: Davlet Panech <davlet.panech@windriver.com>
This commit is contained in:
Davlet Panech 2023-08-24 12:05:59 -04:00
parent a641a46448
commit 89fb637e7a
1 changed files with 1 additions and 1 deletions

View File

@ -1,2 +1,2 @@
export PLATFORM_DOCKER_IMAGE="docker.io/starlingx/stx-platformclients:stx.9.0-v1.5.11"
export APPLICATION_DOCKER_IMAGE="docker.io/starlingx/stx-openstackclients:master-centos-stable-latest"
export APPLICATION_DOCKER_IMAGE="docker.io/starlingx/stx-openstackclients:master-debian-stable-latest"