From f9d47f0e5f5ee2e16394d0caab80c0fd634def76 Mon Sep 17 00:00:00 2001 From: Patrick Titzler Date: Mon, 10 Oct 2022 12:03:36 -0700 Subject: [PATCH 1/2] Upgrade Jupyter base image to v1.5 --- etc/docker/kubeflow/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/docker/kubeflow/Dockerfile b/etc/docker/kubeflow/Dockerfile index 5ea0d7bad..ddbd1dda5 100644 --- a/etc/docker/kubeflow/Dockerfile +++ b/etc/docker/kubeflow/Dockerfile @@ -17,7 +17,7 @@ # Ubuntu 20.04.2 LTS (Focal Fossa) # Repository: https://gallery.ecr.aws/j1r0q0g6/notebooks/notebook-servers/jupyter -FROM public.ecr.aws/j1r0q0g6/notebooks/notebook-servers/jupyter:v1.4 +FROM public.ecr.aws/j1r0q0g6/notebooks/notebook-servers/jupyter:v1.5.0 ARG TAG="dev" ARG ELYRA_VERSION From 40279d40e15434598e3014e9c2245e2afd94a24c Mon Sep 17 00:00:00 2001 From: Patrick Titzler Date: Tue, 11 Oct 2022 09:05:53 -0700 Subject: [PATCH 2/2] Update instructions --- etc/docker/kubeflow/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/etc/docker/kubeflow/README.md b/etc/docker/kubeflow/README.md index d3c4103f2..b05bbc2bb 100644 --- a/etc/docker/kubeflow/README.md +++ b/etc/docker/kubeflow/README.md @@ -27,7 +27,7 @@ Refer to [the documentation](https://elyra.readthedocs.io/en/latest/recipes/usin To build a custom version of this container image: 1. Clone this repository -2. Build the image using the `Dockerfile` or `Dockerfile.dev`: - - (Option 1) In the repository root directory run `make kf-notebook-image TAG=3.X.X` to build with Elyra version `3.X.X` - - (Option 2) In the repository root directory run `make kf-notebook-image TAG=dev` to build with Elyra from your local source +2. Build the container image: + - (Option 1) Build from official distributables: In the repository root directory run `make kf-notebook-image TAG=3.X.X` to create an image using the 3.X.X release from PyPI. + - (Option 2) Build from local source: In the repository root directory run `make kf-notebook-image TAG=dev` _after_ running `make install` to build Elyra locally. 3. The container image is automatically tagged with `elyra/kf-notebook:$TAG` and `quay.io/elyra/kf-notebook:$TAG`