Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Review pre-puller, update images #200

Closed
guimou opened this issue Apr 12, 2024 · 3 comments
Closed

Review pre-puller, update images #200

guimou opened this issue Apr 12, 2024 · 3 comments
Assignees

Comments

@guimou
Copy link
Collaborator

guimou commented Apr 12, 2024

No description provided.

@erwangranger erwangranger added this to the Summit milestone Apr 12, 2024
@erwangranger erwangranger self-assigned this Apr 12, 2024
@erwangranger
Copy link
Collaborator

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
Copy link
Collaborator

erwangranger commented Apr 12, 2024

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
Copy link
Collaborator

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants