Skip to content
This repository has been archived by the owner on Mar 17, 2023. It is now read-only.

Commit

Permalink
Update Python version to 3.8
Browse files Browse the repository at this point in the history
Also switch the base image in the Dockerfile to ubi8,
and the base image in .aicoe-ci.yaml to ubi8
  • Loading branch information
tmckayus committed Sep 2, 2021
1 parent d7bf9e8 commit 32188f8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .aicoe-ci.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
check:
- thoth-build
build:
base-image: "registry.access.redhat.com/ubi7/python-36"
base-image: "registry.access.redhat.com/ubi8/python-38"
build-stratergy: "Source"
registry: "quay.io"
registry-org: "odh-jupyterhub"
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM centos/python-36-centos7:latest
FROM registry.access.redhat.com/ubi8/python-38

LABEL io.k8s.display-name="JupyterHub" \
io.k8s.description="JupyterHub." \
Expand Down
5 changes: 2 additions & 3 deletions build-configs/jupyterhub.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,16 +38,15 @@
"source": {
"type": "Git",
"git": {
"uri": "https://github.com/jupyter-on-openshift/jupyterhub-quickstart.git",
"ref": "3.4.0"
"uri": "https://github.com/opendatahub-io/jupyterhub-quickstart.git"
}
},
"strategy": {
"type": "Source",
"sourceStrategy": {
"from": {
"kind": "ImageStreamTag",
"name": "python:3.6",
"name": "python:3.8",
"namespace": "openshift"
}
}
Expand Down

0 comments on commit 32188f8

Please sign in to comment.