Skip to content

Commit

Permalink
RHOAIENG-2003: feat(metadata/codeserver): update VSCode imagestream a…
Browse files Browse the repository at this point in the history
…nnotations with installed software
  • Loading branch information
jiridanek committed Oct 29, 2024
1 parent 4e7cb7d commit b186015
Showing 1 changed file with 41 additions and 4 deletions.
45 changes: 41 additions & 4 deletions manifests/base/code-server-notebook-imagestream.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,26 @@ spec:
tags:
# N Version of the image
- annotations:
opendatahub.io/notebook-software: '[{"name":"Python","version":"v3.11"}]'
opendatahub.io/notebook-python-dependencies: '[{"name":"code-server","version":"4.92"}]'
# language=json
opendatahub.io/notebook-software: |
[
{"name": "UBI", "version": "9"},
{"name": "code-server", "version": "4.92"},
{"name": "Python", "version": "v3.11"}
]
# language=json
opendatahub.io/notebook-python-dependencies: |
[
{"name": "Boto3", "version": "1.34"},
{"name": "Kafka-Python", "version": "2.0"},
{"name": "Matplotlib", "version": "3.8"},
{"name": "Numpy", "version": "1.26"},
{"name": "Pandas", "version": "2.2"},
{"name": "Scikit-learn", "version": "1.4"},
{"name": "Scipy", "version": "1.12"},
{"name": "Sklearn-onnx", "version": "1.16"},
{"name": "ipykernel", "version": "6.29"}
]
openshift.io/imported-from: quay.io/opendatahub/workbench-images
opendatahub.io/workbench-image-recommended: 'true'
opendatahub.io/notebook-build-commit: $(odh-codeserver-notebook-image-commit-n)
Expand All @@ -29,8 +47,27 @@ spec:
type: Source
# N-1 Version of the image
- annotations:
opendatahub.io/notebook-software: '[{"name":"Python","version":"v3.9"}]'
opendatahub.io/notebook-python-dependencies: '[{"name":"code-server","version":"4.22"}]'
# language=json
opendatahub.io/notebook-software: |
[
{"name": "UBI", "version": "9"},
{"name": "code-server", "version": "4.22"},
{"name": "Python", "version": "v3.9"}
]
# language=json
opendatahub.io/notebook-python-dependencies: |
[
{"name": "Boto3", "version": "1.34"},
{"name": "Kafka-Python", "version": "2.0"},
{"name": "Matplotlib", "version": "3.8"},
{"name": "Numpy", "version": "1.26"},
{"name": "Pandas", "version": "2.2"},
{"name": "Plotly", "version": "5.19"},
{"name": "Scikit-learn", "version": "1.4"},
{"name": "Scipy", "version": "1.12"},
{"name": "Sklearn-onnx", "version": "1.16"},
{"name": "ipykernel", "version": "6.29"}
]
openshift.io/imported-from: quay.io/opendatahub/workbench-images
opendatahub.io/workbench-image-recommended: 'false'
opendatahub.io/notebook-build-commit: $(odh-codeserver-notebook-image-commit-n-1)
Expand Down

0 comments on commit b186015

Please sign in to comment.