From 31f4c98405c9dea535f017344014061d510cb53c Mon Sep 17 00:00:00 2001 From: Ayaz Salikhov Date: Wed, 15 Nov 2023 12:36:59 +0100 Subject: [PATCH] Update info about old images --- README.md | 27 ++++++++++++++++----------- 1 file changed, 16 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 03354f36..c3b92935 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,11 @@ and want to launch a single Jupyter Application in a container. The [User Guide on ReadTheDocs](https://jupyter-docker-stacks.readthedocs.io/en/latest/) describes additional uses and features in detail. +```{note} +Since `2023-10-20` our images are only pushed to `Quay.io` registry. +Older images are available on Docker Hub, but they will no longer be updated. +``` + ### Example 1 This command pulls the `jupyter/scipy-notebook` image tagged `2023-10-31` from Quay.io if it is not already present on the local host. @@ -100,17 +105,17 @@ more information is available in the [documentation](https://jupyter-docker-stac This project only builds one set of images at a time. If you want to use older `Ubuntu` and/or `python` version, you can use following images: -| Build Date | Ubuntu | Python | Registry | Tag | -| ------------ | ------ | ------ | --------- | -------------- | -| 2022-10-09 | 20.04 | 3.7 | docker.io | `1aac87eb7fa5` | -| 2022-10-09 | 20.04 | 3.8 | docker.io | `a374cab4fcb6` | -| 2022-10-09 | 20.04 | 3.9 | docker.io | `5ae537728c69` | -| 2022-10-09 | 20.04 | 3.10 | docker.io | `f3079808ca8c` | -| 2022-10-09 | 22.04 | 3.7 | docker.io | `b86753318aa1` | -| 2022-10-09 | 22.04 | 3.8 | docker.io | `7285848c0a11` | -| 2022-10-09 | 22.04 | 3.9 | docker.io | `ed2908bbb62e` | -| 2023-05-30 | 22.04 | 3.10 | docker.io | `4d70cf8da953` | -| weekly build | 22.04 | 3.11 | quay.io | `latest` | +| Build Date | Ubuntu | Python | Tag | +| ------------ | ------ | ------ | -------------- | +| 2022-10-09 | 20.04 | 3.7 | `1aac87eb7fa5` | +| 2022-10-09 | 20.04 | 3.8 | `a374cab4fcb6` | +| 2022-10-09 | 20.04 | 3.9 | `5ae537728c69` | +| 2022-10-09 | 20.04 | 3.10 | `f3079808ca8c` | +| 2022-10-09 | 22.04 | 3.7 | `b86753318aa1` | +| 2022-10-09 | 22.04 | 3.8 | `7285848c0a11` | +| 2022-10-09 | 22.04 | 3.9 | `ed2908bbb62e` | +| 2023-05-30 | 22.04 | 3.10 | `4d70cf8da953` | +| weekly build | 22.04 | 3.11 | `latest` | ## Contributing