rh-aiservices-bu / insurance-claim-processing

Source for "Streamlining insurance claims with OpenShift AI" Lab
https://rh-aiservices-bu.github.io/insurance-claim-processing/
MIT License
29 stars 51 forks source link

Review pre-puller, update images #200

Closed guimou closed 2 months ago

erwangranger commented 2 months ago

for future ref:

grep 'image\:'  bootstrap/ic-rhoai-configuration/images-puller.yaml | sort -u
          image: registry.redhat.io/rhel8/mariadb-103@sha256:2370ca7fd91c0d35910006c8ba40bb9651244b2a42050cb9b2dd9d5163155e15
          image: registry.redhat.io/rhods/odh-ml-pipelines-api-server-rhel8@sha256:e1a5ceff2354b5ea787838143338848727a0dba4240fe8ed84350128603399e9
          image: registry.redhat.io/rhods/odh-ml-pipelines-persistenceagent-rhel8@sha256:e87c4aab19435d4d3ded11acf53506a586127a4ec670db65bd25c72ed66c3537
          image: registry.redhat.io/rhods/odh-ml-pipelines-scheduledworkflow-rhel8@sha256:17cb168262d64409c613d09815a122958e69c29c1b78218f5f8a47af0a76b3f7
        image: image-registry.openshift-image-registry.svc:5000/redhat-ods-applications/ic-workbench-vscode:2023c
        image: image-registry.openshift-image-registry.svc:5000/redhat-ods-applications/ic-workbench:2.0.1
        image: quay.io/opendatahub/openvino_model_server@sha256:2cbe8a48ab0bc6fe7fb76919bf33253e83a6218a9c4b486b744c3dcf30679616
        image: registry.redhat.io/openshift4/ose-oauth-proxy@sha256:4bef31eb993feb6f1096b51b4876c65a6fb1f4401fee97fa4f4542b6b7c9bc46
        image: registry.redhat.io/rhods/odh-modelmesh-rhel8@sha256:2977caf3d7914f9d9c407ad3e01d78f783202c358766b70fca342560e1afe3df
        image: registry.redhat.io/rhods/odh-modelmesh-runtime-adapter-rhel8@sha256:6bba39a3ab246803a1ab6fec1629246c10934faed3ed20add59aeb0945f29883
erwangranger commented 2 months ago

and then:

oc get pods --all-namespaces -oyaml \
  | grep 'image\:' \
  | grep -E 'odh-ml-pipelines-api-server-rhel8|odh-ml-pipelines-persistenceagent|odh-ml-pipelines-scheduledworkflow|ic-workbench-vscode|ic-workbench|openvino_model_server|ose-oauth-proxy|odh-modelmesh-rhel8|odh-modelmesh-runtime-adapter-rhel8' \
  | grep '\.io' | sort -u
erwangranger commented 2 months ago

done in #205 . confirm at next dry drun, but closing for now.