StarlingX client libraries
Go to file
Thiago Miranda 2ca858a604 Change the entrypoint of the image to always use bash
To fix the kubectl version in the commit that it depends on, the
CUSTOMIZATION variable of the file
stx-platformclients.stable_docker_image had to be used.

But when we are building a new image with CUSTOMIZATION, the
build-stx-images.sh script put a CMD ["bash"] in the image, making the
old way to call commands in stx-platformclients to no longer work.

This commit solves this issue, by forcing the entrypoint to always
use bash and making all commands run as with "bash -c <command>"

Test Plan:
- Tested this change with new and old stx-platformclients versions.
  It work with the image that has the kubectl fix and the older ones.

Partial-Bug: #1955427
Depends-on: https://review.opendev.org/c/starlingx/upstream/+/822356

Signed-off-by: Thiago Miranda <ThiagoOliveira.Miranda@windriver.com>
Change-Id: Ieae227daee875bc4b4b42509cbcb78350360d02c
2021-12-20 15:18:42 -05:00
doc Switch to newer openstackdocstheme and reno versions 2020-06-04 14:05:42 +02:00
releasenotes Switch to newer openstackdocstheme and reno versions 2020-06-04 14:05:42 +02:00
remote_cli Change the entrypoint of the image to always use bash 2021-12-20 15:18:42 -05:00
.gitignore [Doc] Release Notes Management 2018-09-25 11:08:20 -05:00
.gitreview OpenDev Migration Patch 2019-04-19 19:52:37 +00:00
.zuul.yaml Tox and Zuul job for the python code scan in starlingx/clients 2020-06-29 08:24:30 +00:00
CONTRIBUTORS.wrs StarlingX open source release updates 2018-05-31 07:35:46 -07:00
LICENSE StarlingX open source release updates 2018-05-31 07:35:46 -07:00
README.rst StarlingX open source release updates 2018-05-31 07:35:46 -07:00
centos_build_layer.cfg Build layering, add layer build config file 2019-10-15 19:44:30 +08:00
centos_pkg_dirs Remove SDK Modules from StarlingX 2019-03-21 13:13:48 -04:00
debian_build_layer.cfg Add debian_build_layer.cfg file 2021-10-05 14:04:07 -04:00
test-requirements.txt Fix zuul errors due to changes in dependencies 2021-04-26 11:47:35 -04:00
tox.ini Fix zuul errors due to changes in dependencies 2021-04-15 16:06:36 -05:00

README.rst

stx-clients

StarlingX Clients