diff --git a/README.md b/README.md index e912dd49..f2b0b129 100644 --- a/README.md +++ b/README.md @@ -118,3 +118,19 @@ This change is tracked in the issue [#1217](https://github.com/jupyter/docker-st - We publish containers for both `x86_64` and `aarch64` platforms, except for `tensorflow-notebook`, which only supports `x86_64` for now - Single-platform images have either `aarch64` or `x86_64` tag prefixes, for example `jupyter/base-notebook:aarch64-python-3.10.5` - Starting from `2022-09-21`, we create multi-platform images + +## Using old images + +This project only builds one set of images at a time. +On `2022-10-09`, we rebuilt images with old `Ubuntu` and `python` versions for users who still need them: + +| Ubuntu | Python | Tag | +| ------ | ------ | --------------------------------------- | +| 20.04 | 3.7 | `1aac87eb7fa5` | +| 20.04 | 3.8 | `a374cab4fcb6` | +| 20.04 | 3.9 | `5ae537728c69` | +| 20.04 | 3.10 | `f3079808ca8c` | +| 22.04 | 3.7 | `b86753318aa1` | +| 22.04 | 3.8 | `7285848c0a11` | +| 22.04 | 3.9 | `ed2908bbb62e` | +| 22.04 | 3.10 | `latest` (this image is rebuilt weekly) |