From 8ebe466438d7c5e5a5e1613da0c47dfef64d1828 Mon Sep 17 00:00:00 2001 From: Georgiana Dolocan Date: Mon, 31 Jul 2023 11:43:13 +0300 Subject: [PATCH] Add step about creating a new public quay.io repo --- docs/howto/custom-jupyterhub-image.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/howto/custom-jupyterhub-image.md b/docs/howto/custom-jupyterhub-image.md index 045d2c8e4..ae85cf7a4 100644 --- a/docs/howto/custom-jupyterhub-image.md +++ b/docs/howto/custom-jupyterhub-image.md @@ -55,6 +55,8 @@ flowchart TD dockerfilePath: images/hub/Dockerfile ``` +3. Go to https://quay.io/new/ and create a new _public_ repository using your `2i2c` organizational account. Name it the same with the suffix of the name set under `imageName` from `chartpress.yaml`. In this example is `new-experiment`. + ## How to install an unreleased version of a package in an experimental hub image To install an unreleased package, we will need to install directly from GitHub and not from PyPI: