Skip to content

Commit

Permalink
Merge pull request jupyter-on-openshift#11 from vpavlin/feature/offic…
Browse files Browse the repository at this point in the history
…ial-ubi

Use official Python 3.6 UBI images as base
  • Loading branch information
vpavlin authored May 16, 2019
2 parents 4643748 + 8d54087 commit ae1b098
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion images-spark.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"sourceStrategy": {
"from": {
"kind": "DockerImage",
"name": "quay.io/vpavlin/python36-spark-centos7:latest"
"name": "quay.io/vpavlin/python36-spark-ubi7:latest"
}
}
},
Expand Down
2 changes: 1 addition & 1 deletion images.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"sourceStrategy": {
"from": {
"kind": "DockerImage",
"name": "centos/python-36-centos7:latest"
"name": "registry.access.redhat.com/ubi7/python-36"
}
}
},
Expand Down

0 comments on commit ae1b098

Please sign in to comment.