Skip to content

Commit

Permalink
Merge pull request #123 from harshad16/update-ds
Browse files Browse the repository at this point in the history
UPSTREAM:fc85880 upgrade the ds notebook base images with ubi8 updates
  • Loading branch information
anishasthana authored Jul 15, 2021
2 parents 0f2ccc3 + 68e3034 commit bdc883d
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +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":"2.2.4"}]'
openshift.io/imported-from: quay.io/thoth-station/s2i-lab-elyra
from:
kind: DockerImage
name: quay.io/thoth-station/s2i-lab-elyra:v0.0.8
name: "v0.0.8"
name: quay.io/thoth-station/s2i-lab-elyra:v0.0.9
name: "v0.0.9"
referencePolicy:
type: Source
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ spec:
tags:
- annotations:
opendatahub.io/notebook-software: '[{"name":"Python","version":"v3.8.6"}]'
opendatahub.io/notebook-python-dependencies: '[{"name":"Boto3","version":"1.17.11"},{"name":"Kafka-Python","version":"2.0.2"},{"name":"Matplotlib","version":"3.1.3"},{"name":"Numpy","version":"1.20.3"},{"name":"Pandas","version":"1.2.4"},{"name":"Scipy","version":"1.6.3"}]'
opendatahub.io/notebook-python-dependencies: '[{"name":"Boto3","version":"1.17.11"},{"name":"Kafka-Python","version":"2.0.2"},{"name":"Matplotlib","version":"3.4.2"},{"name":"Numpy","version":"1.21.0"},{"name":"Pandas","version":"1.2.5"},{"name":"Scipy","version":"1.7.0"}]'
openshift.io/imported-from: quay.io/thoth-station/s2i-generic-data-science-notebook
from:
kind: DockerImage
name: quay.io/thoth-station/s2i-generic-data-science-notebook:v0.0.4
name: "v0.0.4"
name: quay.io/thoth-station/s2i-generic-data-science-notebook:v0.0.5
name: "v0.0.5"
referencePolicy:
type: Source
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.3"}]'
opendatahub.io/notebook-python-dependencies: '[{"name":"JupyterLab","version": "3.0.14"}, {"name": "Notebook","version": "6.3.0"}]'
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.14
name: "latest"
name: quay.io/thoth-station/s2i-minimal-py38-notebook:v0.0.15
name: "v0.0.15"
referencePolicy:
type: Local
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ spec:
output:
to:
kind: ImageStreamTag
name: s2i-lab-elyra:v0.0.7
name: s2i-lab-elyra:v0.0.9
resources:
limits:
cpu: "2"
Expand All @@ -19,7 +19,7 @@ spec:
source:
git:
uri: https://github.com/opendatahub-io/s2i-lab-elyra
ref: v0.0.7
ref: v0.0.9
type: Git
strategy:
sourceStrategy:
Expand Down

0 comments on commit bdc883d

Please sign in to comment.