Skip to content

Commit

Permalink
Rebase VSCode to UBI9 instread on C9S
Browse files Browse the repository at this point in the history
  • Loading branch information
atheo89 committed Nov 8, 2023
1 parent 3bccf4a commit 228278c
Show file tree
Hide file tree
Showing 16 changed files with 13 additions and 12 deletions.
9 changes: 5 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,11 @@ runtime-pytorch-ubi9-python-3.9: base-ubi9-python-3.9
runtime-cuda-tensorflow-ubi9-python-3.9: cuda-ubi9-python-3.9
$(call image,$@,runtimes/tensorflow/ubi9-python-3.9,$<)

.PHONY: codeserver-ubi9-python-3.9
codeserver-ubi9-python-3.9: base-ubi9-python-3.9
$(call image,$@,codeserver/ubi9-python-3.9,$<)


####################################### Buildchain for Python 3.9 using C9S #######################################

# Build and push base-c9s-python-3.9 image to the registry
Expand All @@ -194,10 +199,6 @@ base-c9s-python-3.9:
cuda-c9s-python-3.9: base-c9s-python-3.9
$(call image,$@,cuda/c9s-python-3.9,$<)

.PHONY: codeserver-c9s-python-3.9
codeserver-c9s-python-3.9: base-c9s-python-3.9
$(call image,$@,codeserver/c9s-python-3.9,$<)

.PHONY: rstudio-c9s-python-3.9
rstudio-c9s-python-3.9: base-c9s-python-3.9
$(call image,$@,rstudio/c9s-python-3.9,$<)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ FROM ${BASE_IMAGE}

ARG CODESERVER_VERSION=v4.16.1

LABEL name="odh-notebook-code-server-c9s-python-3.9" \
summary="Code Server (VS Code) image with python 3.9 based on CentOS Stream 9" \
description="Code Server (VS Code) image with python 3.9 based on CentOS Stream 9" \
io.k8s.display-name="Code Server (VS Code) image with python 3.9 based on CentOS Stream 9" \
io.k8s.description="Code Server (VS Code) image with python 3.9 based on CentOS Stream 9" \
LABEL name="odh-notebook-code-server-ubi9-python-3.9" \
summary="Code Server (VS Code) image with python 3.9 based on UBI 9" \
description="Code Server (VS Code) image with python 3.9 based on UBI9" \
io.k8s.display-name="Code Server (VS Code) image with python 3.9 based on UBI9" \
io.k8s.description="Code Server (VS Code) image with python 3.9 based on UBI9" \
authoritative-source-url="https://github.com/opendatahub-io/notebooks" \
io.openshift.build.commit.ref="main" \
io.openshift.build.source-location="https://github.com/opendatahub-io/notebooks/tree/main/codeserver/c9s-python-3.9" \
io.openshift.build.image="quay.io/opendatahub/workbench-images:codeserver-c9s-python-3.9"
io.openshift.build.source-location="https://github.com/opendatahub-io/notebooks/tree/main/codeserver/ubi9-python-3.9" \
io.openshift.build.image="quay.io/opendatahub/workbench-images:codeserver-ubi9-python-3.9"

USER 0

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ resources:
images:
- name: codeserver-workbench
newName: quay.io/opendatahub/workbench-images
newTag: codeserver-c9s-python-3.9
newTag: codeserver-ubi9-python-3.9
File renamed without changes.
File renamed without changes.

0 comments on commit 228278c

Please sign in to comment.