Currently, app-intel-device-plugins uses upstream images.
As a result, bug fix patches cannot be applied and must
wait for an upstream release.
In this commit, support has been added to build the images using
the upstream source code after applying the required patches.
The following fix has been applied over the Intel Device Plugins
upstream version v0.32.1:
https://github.com/intel/intel-device-plugins-for-kubernetes/pull/2074
Note: This review only introduces the build mechanism. Other changes,
such as tagging the newly built images and updating Helm charts,
will be done in separate reviews.
TEST PLAN:
PASS: Build the images using build-stx-images.sh script successfully.
Invoked this script to build images as follows.
./build-stx-images.sh --base msheikh/stx-debian:DEV --no-pull-base \
--wheels $MY_WORKSPACE/std/build-wheels-debian-stable/stx-debian-stable-wheels.tar \
--only image_name
Story: 2011407
Task: 52420
Change-Id: Ia482ea893206a0ef6c067dbf347ea00a4d0e5190
Signed-off-by: Md Irshad Sheikh <mdirshad.sheikh@windriver.com>