Comment 1 for bug 1857349

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to root (master)

Reviewed: https://review.opendev.org/700434
Committed: https://git.openstack.org/cgit/starlingx/root/commit/?id=a6832d18711edbee61ff168a40c4c53880c8b6b3
Submitter: Zuul
Branch: master

commit a6832d18711edbee61ff168a40c4c53880c8b6b3
Author: Don Penney <email address hidden>
Date: Mon Nov 25 13:12:04 2019 -0500

    Update image build tools to handle non-shell entrypoint

    If a custom docker build file sets up a non-shell entrypoint,
    build-stx-images.sh fails during the build while trying to collect
    some information by running the newly built image.

    This update enhances the handling to check the entrypoint and ensure
    it is maintained, while using bash to run any needed commands.

    Closes-Bug: 1857349
    Change-Id: I1f798476eb4976a4c81cdd2defe5d767a4681f5b
    Signed-off-by: Don Penney <email address hidden>