From 1d362299aa3f0370652278079d806c91f07a50dc Mon Sep 17 00:00:00 2001 From: iionez Date: Fri, 19 Mar 2021 10:48:57 -0400 Subject: [PATCH 1/3] pet-image-detection imagestream --- .../notebook-images/kustomization.yaml | 1 + .../notebook-images/pet-image-detection.yaml | 26 +++++++++++++++++++ 2 files changed, 27 insertions(+) create mode 100644 odh/base/jupyterhub/notebook-images/pet-image-detection.yaml diff --git a/odh/base/jupyterhub/notebook-images/kustomization.yaml b/odh/base/jupyterhub/notebook-images/kustomization.yaml index d0ba0ed25..8c45b48e6 100644 --- a/odh/base/jupyterhub/notebook-images/kustomization.yaml +++ b/odh/base/jupyterhub/notebook-images/kustomization.yaml @@ -11,5 +11,6 @@ resources: - ml-prague-workshop.yaml - ocp-ci-analysis.yaml - openshift-anomaly-detection.yaml + - pet-image-detection.yaml - ray-ml-notebook.yaml - time-series.yaml diff --git a/odh/base/jupyterhub/notebook-images/pet-image-detection.yaml b/odh/base/jupyterhub/notebook-images/pet-image-detection.yaml new file mode 100644 index 000000000..2ee155c6c --- /dev/null +++ b/odh/base/jupyterhub/notebook-images/pet-image-detection.yaml @@ -0,0 +1,26 @@ +--- +apiVersion: image.openshift.io/v1 +kind: ImageStream +metadata: + labels: + opendatahub.io/notebook-image: "true" + annotations: + opendatahub.io/notebook-image-url: + "https://github.com/aicoe-aiops/pet-image-detection" + opendatahub.io/notebook-image-name: + "Image Detection Notebook Image" + opendatahub.io/notebook-image-desc: + "Image with jupyter notebooks for image detection exploration" + name: pet-image-detection +spec: + lookupPolicy: + local: true + tags: + - annotations: + openshift.io/imported-from: quay.io/aicoe/pet-image-detection + from: + kind: DockerImage + name: quay.io/aicoe/pet-image-detection:latest + importPolicy: + scheduled: true + name: "latest" \ No newline at end of file From 53a2b2de3772cc9499aefca0f7b51ba80de7b28b Mon Sep 17 00:00:00 2001 From: Isabel Zimmerman <54685329+isabelizimm@users.noreply.github.com> Date: Fri, 19 Mar 2021 11:50:05 -0400 Subject: [PATCH 2/3] Update pet-image-detection.yaml --- odh/base/jupyterhub/notebook-images/pet-image-detection.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/odh/base/jupyterhub/notebook-images/pet-image-detection.yaml b/odh/base/jupyterhub/notebook-images/pet-image-detection.yaml index 2ee155c6c..7860ee1f7 100644 --- a/odh/base/jupyterhub/notebook-images/pet-image-detection.yaml +++ b/odh/base/jupyterhub/notebook-images/pet-image-detection.yaml @@ -23,4 +23,5 @@ spec: name: quay.io/aicoe/pet-image-detection:latest importPolicy: scheduled: true - name: "latest" \ No newline at end of file + name: "latest" + From 97e67495005c58dbab7728fc59e6e4effc8ae0ba Mon Sep 17 00:00:00 2001 From: iionez Date: Fri, 19 Mar 2021 12:22:35 -0400 Subject: [PATCH 3/3] updating pet-image-detection.yaml to pass pre-commit checks --- odh/base/jupyterhub/notebook-images/pet-image-detection.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/odh/base/jupyterhub/notebook-images/pet-image-detection.yaml b/odh/base/jupyterhub/notebook-images/pet-image-detection.yaml index 7860ee1f7..bc686e83b 100644 --- a/odh/base/jupyterhub/notebook-images/pet-image-detection.yaml +++ b/odh/base/jupyterhub/notebook-images/pet-image-detection.yaml @@ -24,4 +24,3 @@ spec: importPolicy: scheduled: true name: "latest" -