Closed heyselbi closed 1 year ago
Add openvino model server ci operator config file of v2023.1 https://github.com/openshift/release/pull/43854
add build_args to ci operator file of v2023.1 https://github.com/openshift/release/pull/43854
cc @lucferbux
Fixed the image failing https://github.com/openshift/release/pull/44515
2023.1 image: quay.io/opendatahub/openvino_model_server:stable
Follow up issue: https://github.com/opendatahub-io/modelmesh-serving/issues/246
Currently OVMS we use is v2022 (see: modh image, and odh image )
These images are built in openshift-ci from this yaml file. As can be seen in this yaml file (see line 233), openshift-ci builds the image based on our downstream repo.
We need to create a new yaml file in openshift-ci that will build the v2023 version of OVMS based on the v2023 branch of our downstream repo. OpenShift-ci yaml replicates the logic/instructions of the Dockerfiles in our downstream repo (ie. Dockerfile.redhat)
Deliverable: