Comment 16 for bug 2034255

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to app-intel-ethernet-operator (master)

Reviewed: https://review.opendev.org/c/starlingx/app-intel-ethernet-operator/+/894819
Committed: https://opendev.org/starlingx/app-intel-ethernet-operator/commit/63b6de62b5f0e5631b968cdac29cd3590f83704a
Submitter: "Zuul (22348)"
Branch: master

commit 63b6de62b5f0e5631b968cdac29cd3590f83704a
Author: Davlet Panech <email address hidden>
Date: Tue Sep 12 12:15:56 2023 -0400

    uft: set docker image tag correctly

    Docker image custom build script is always passed the expected image
    name/tag as the last argument by the master build script. This project
    was ignoring that argument and always generated an image called
    "uft:latest".

    Solution: use last command-line argument as the image name/tag to be
    generated.

    TESTS
    ======================
    * Build & push uft image via Jenkins

    Closes-Bug: 2034255
    Change-Id: Ieeea76ae9dc9b47a2c6c6875a66e0b3879baf497
    Signed-off-by: Davlet Panech <email address hidden>