Skip to content
This repository has been archived by the owner on Jan 31, 2024. It is now read-only.

Add "additional" notebook images overlay #721

Merged
merged 1 commit into from
Feb 6, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ spec:
local: true
tags:
- annotations:
opendatahub.io/notebook-software: '[{"name":"Python","version":"v3.8.6"}]'
opendatahub.io/notebook-python-dependencies: '[{"name":"elyra","version":"3.10.1"}]'
opendatahub.io/notebook-software: '[{"name":"Python","version":"v3.8.12"}]'
opendatahub.io/notebook-python-dependencies: '[{"name":"elyra","version":"3.12.0"}]'
openshift.io/imported-from: quay.io/thoth-station/s2i-lab-elyra
from:
kind: DockerImage
name: quay.io/thoth-station/s2i-lab-elyra:v0.1.5
name: "v0.1.5"
name: quay.io/thoth-station/s2i-lab-elyra:v0.2.1
name: "v0.2.1"
referencePolicy:
type: Source
7 changes: 7 additions & 0 deletions notebook-images/OWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Fetched from https://github.com/opendatahub-io/notebooks root OWNERS
reviewers:
- atheo89
- VaishnaviHire
approvers:
- atheo89
- VaishnaviHire
9 changes: 9 additions & 0 deletions notebook-images/overlays/additional/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
Open Data Hub Tier 1 Notebooks
===

All of the notebooks in this repo are supported by the ODH Community as a Tier 1 component but not part of the ODH Core deployment.
The source build files for any notebook in this repo must exist under the [opendatahub-io](https://github.com/opendatahub-io) organization

Notebooks:
===
* [Elyra Notebook](https://github.com/opendatahub-io/s2i-lab-elyra) - Jupyter notebook image with Elyra-AI installed
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
apiVersion: image.openshift.io/v1
kind: ImageStream
metadata:
labels:
opendatahub.io/notebook-image: "true"
annotations:
opendatahub.io/notebook-image-url: "https://github.com/opendatahub-io/s2i-lab-elyra"
opendatahub.io/notebook-image-name: "Elyra Notebook Image"
opendatahub.io/notebook-image-desc: "Jupyter notebook image with Elyra-AI installed"
name: s2i-lab-elyra
spec:
lookupPolicy:
local: true
tags:
- annotations:
opendatahub.io/notebook-software: '[{"name":"Python","version":"v3.8.12"}]'
opendatahub.io/notebook-python-dependencies: '[{"name":"elyra","version":"3.12.0"}]'
openshift.io/imported-from: quay.io/thoth-station/s2i-lab-elyra
from:
kind: DockerImage
name: quay.io/thoth-station/s2i-lab-elyra:v0.2.1
name: "v0.2.1"
referencePolicy:
type: Source
9 changes: 9 additions & 0 deletions notebook-images/overlays/additional/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
bases:
- ../base
resources:
- elyra-notebook-imagestream.yaml
commonLabels:
opendatahub.io/component: "true"
component.opendatahub.io/name: notebooks