Alan Chin 5c8399cd6d Update development dockerfiles to use prebuilt extensions (#2673) 2 years ago
..
Dockerfile 5c8399cd6d Update development dockerfiles to use prebuilt extensions (#2673) 2 years ago
README.md 27a771b27c Clarify build instructions (#2628) 2 years ago
requirements.txt 78723c15f8 Add support for custom requirements in Elyra container image build (#2478) 2 years ago
start-elyra.sh 2e4e03661b Update Copyright headers with current year (#2390) 2 years ago

README.md

Elyra Docker Image

Builds the Elyra image for use as standalone or with JupyterHub.

See Deploying Elyra and JupyterHub in a Kubernetes environment

Building a custom container image

To build a custom version of this container image:

  1. Clone this repository.
  2. [Optional] Add custom Python package requirements to requirements.txt in the etc/docker/elyra directory.
  3. Build the image using the Dockerfile or Dockerfile.dev:
    • (Option 1) In the repository root directory run make elyra-image TAG=3.X.X to build with Elyra version 3.X.X
    • (Option 2) In the repository root directory run make elyra-image TAG=dev to build with Elyra from your local source
  4. The container image is automatically tagged with elyra/elyra:$TAG and quay.io/elyra/elyra:$TAG