Fix sriov-fec-daemon docker build issue

- Replace commit ID with latest commit ID from the upstream source.

Test Status:

- PASS: Build all the SRIOV FEC Operator docker images using
  build-stx-images.sh script.

Closes-Bug: 2064532

Story: 2010975
Task: 50030

Signed-off-by: Nidhi Shivashankara Belur <nidhi.shivashankara.belur@intel.com>
Change-Id: I692632c54717aaa4d7663d4fc009245492808675
This commit is contained in:
Nidhi Shivashankara Belur 2024-05-02 15:59:29 -07:00
parent 1ef93c0a5c
commit 48aec685a7
3 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
BUILDER=script
LABEL=sriov-fec-daemon
SOURCE_REPO=https://github.com/smart-edge-open/sriov-fec-operator.git
SOURCE_REF=02565627335dc5f55a12f648182de7a29282b93e
SOURCE_REF=f6f601ebc36cc519f5e44f0a906370d01e227b31
SOURCE_PATCHES="../files/0001-Add-image-pull-secrets-for-stx-builds.patch"
COMMAND=bash
SCRIPT=build-sriov-fec-operator-image.sh

View File

@ -1,7 +1,7 @@
BUILDER=script
LABEL=sriov-fec-labeler
SOURCE_REPO=https://github.com/smart-edge-open/sriov-fec-operator.git
SOURCE_REF=02565627335dc5f55a12f648182de7a29282b93e
SOURCE_REF=f6f601ebc36cc519f5e44f0a906370d01e227b31
SOURCE_PATCHES="../files/0001-Add-image-pull-secrets-for-stx-builds.patch"
COMMAND=bash
SCRIPT=build-sriov-fec-operator-image.sh

View File

@ -1,7 +1,7 @@
BUILDER=script
LABEL=sriov-fec-operator
SOURCE_REPO=https://github.com/smart-edge-open/sriov-fec-operator.git
SOURCE_REF=02565627335dc5f55a12f648182de7a29282b93e
SOURCE_REF=f6f601ebc36cc519f5e44f0a906370d01e227b31
SOURCE_PATCHES="../files/0001-Add-image-pull-secrets-for-stx-builds.patch"
COMMAND=bash
SCRIPT=build-sriov-fec-operator-image.sh