-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #382 from atheo89/vs-code-on-2023b
Move vscode server imagestream and configurations to 2023b branch
- Loading branch information
Showing
4 changed files
with
67 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
--- | ||
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/notebooks/tree/main/codeserver" | ||
opendatahub.io/notebook-image-name: "Code Server" | ||
opendatahub.io/notebook-image-desc: "Code Server workbench image, allows to run Visual Studio Code (VSCode) on a remote server through the browser." | ||
opendatahub.io/notebook-image-order: "8" | ||
name: code-server-notebook | ||
spec: | ||
lookupPolicy: | ||
local: true | ||
tags: | ||
# N Version of the image | ||
- annotations: | ||
opendatahub.io/notebook-software: '[{"name":"Python","version":"v3.9"}]' | ||
opendatahub.io/notebook-python-dependencies: '[{"name":"code-sever","version":"4.16"}]' | ||
openshift.io/imported-from: quay.io/opendatahub/workbench-images | ||
opendatahub.io/workbench-image-recommended: 'true' | ||
opendatahub.io/notebook-build-commit: "c91d58c" | ||
from: | ||
kind: DockerImage | ||
name: $(odh-codeserver-notebook-n) | ||
name: "2023.2" | ||
referencePolicy: | ||
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-sever","version":"4.11"}]' | ||
openshift.io/imported-from: quay.io/opendatahub/workbench-images | ||
opendatahub.io/workbench-image-recommended: 'false' | ||
opendatahub.io/notebook-build-commit: "6332c3b" | ||
from: | ||
kind: DockerImage | ||
name: $(odh-codeserver-notebook-n-1) | ||
name: "2023.1" | ||
referencePolicy: | ||
type: Source |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters