root/build-tools
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>
2020-12-07 13:09:10 +02:00
..
2018-06-27 13:04:02 -04:00
2018-09-17 16:41:31 -04:00
2018-09-17 16:41:31 -04:00
2018-06-01 07:45:23 -07:00
2020-10-27 14:33:28 -04:00
2018-09-07 14:44:37 -04:00
2018-09-07 14:44:37 -04:00
2018-09-17 16:41:31 -04:00
2020-06-08 16:54:14 +08:00