Dan Voiculeasa
c72f796e17
Fix incorrect entrypoint for updated image
Modify update-stx-image.sh to format the original CMD and ENTRYPOINT as an array of tokens. For example ["token1", "token2"] or [""]. This way `docker commit --change` behaves as expected. Tested on: ORIG_CMD=/bin/bash ORIG_ENTRYPOINT= ORIG_CMD='/bin/bash -c' ORIG_ENTRYPOINT=/bin/bash Change-Id: If6fbe61adf15d9987dfade536a9c886ad1732580 Closes-Bug: 1906914 Signed-off-by: Dan Voiculeasa <dan.voiculeasa@windriver.com>
Description
StarlingX build source tree root
Languages
Python
62%
Shell
36.9%
BitBake
0.6%
Dockerfile
0.5%