forked from opendatahub-io/odh-manifests
-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathminimal-notebook-imagestream.yaml
34 lines (34 loc) · 1.41 KB
/
minimal-notebook-imagestream.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
apiVersion: image.openshift.io/v1
kind: ImageStream
metadata:
labels:
opendatahub.io/notebook-image: "true"
annotations:
opendatahub.io/notebook-image-url: "https://github.com/thoth-station/s2i-minimal-notebook"
opendatahub.io/notebook-image-name: "Minimal Python"
opendatahub.io/notebook-image-desc: "Jupyter notebook image with minimal dependency set to start experimenting with Jupyter environment."
name: s2i-minimal-notebook
spec:
lookupPolicy:
local: true
tags:
- annotations:
opendatahub.io/notebook-software: '[{"name":"Python","version":"v3.8.6"}]'
opendatahub.io/notebook-python-dependencies: '[{"name":"JupyterLab","version": "3.0.16"}, {"name": "Notebook","version": "6.4.0"}]'
openshift.io/imported-from: quay.io/thoth-station/s2i-minimal-py38-notebook
from:
kind: DockerImage
name: quay.io/thoth-station/s2i-minimal-py38-notebook:v0.0.15
name: "v0.0.15"
referencePolicy:
type: Source
- annotations:
opendatahub.io/notebook-software: '[{"name":"Python","version":"v3.6.8"}]'
opendatahub.io/notebook-python-dependencies: '[{"name":"JupyterLab","version": "3.0.14"}, {"name": "Notebook","version": "6.3.0"}]'
openshift.io/imported-from: quay.io/thoth-station/s2i-minimal-notebook
from:
kind: DockerImage
name: quay.io/thoth-station/s2i-minimal-notebook:v0.0.15
name: "v0.0.15"
referencePolicy:
type: Source