From dfa8c51341c52abcd46816059fa48e1f241ad106 Mon Sep 17 00:00:00 2001 From: Eli Holmes - NOAA Date: Wed, 16 Oct 2024 14:15:44 -0700 Subject: [PATCH] Update README.md --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 8cf6f21..461471b 100644 --- a/README.md +++ b/README.md @@ -14,15 +14,17 @@ The py-rocket-base image is designed to install the Jupyter and JupyterHub envir ## Where are the images -The `.github/workflows/repo2docker.yaml` is a GitHub Action to build the image with [repo2docker-action](https://github.com/jupyterhub/repo2docker-action). It builds to GitHub packages and you will find it in the [packages for the repo](https://github.com/orgs/nmfs-opensci/packages?repo_name=py-rocket-2). The URL will look like -Your image URL in your repo will look like +The `.github/workflows/build.yaml` is a GitHub Action to build the image with [repo2docker-action](https://github.com/jupyterhub/repo2docker-action). It builds to GitHub packages and you will find it in the [packages for the repo](https://github.com/orgs/nmfs-opensci/packages?repo_name=py-rocket-base). The URL will look like +Your image URL in your repo will look like one of these ``` -ghcr.io/nmfs-opensci/container-images/py-rocket-base:latest +ghcr.io/nmfs-opensci/repo-name/image-name:latest +ghcr.io/nmfs-opensci/image-name:latest ``` +For example, for this repo the image is `ghcr.io/nmfs-opensci/py-rocket-base:latest`. ## Using this in a JupyterHub -If the JupyterHub has the **Bring your own image** feature, then you can paste in `ghcr.io/nmfs-opensci/py-rocket-2:latest` to the image and a server with your image will spin up. +If the JupyterHub has the **Bring your own image** feature, then you can paste in `ghcr.io/nmfs-opensci/py-rocket-base:latest` to the image and a server with your image will spin up. image