Skip to content

Commit 31f4c98

Browse files
committed
Update info about old images
1 parent 534bcda commit 31f4c98

File tree

1 file changed

+16
-11
lines changed

1 file changed

+16
-11
lines changed

README.md

Lines changed: 16 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,11 @@ and want to launch a single Jupyter Application in a container.
2525

2626
The [User Guide on ReadTheDocs](https://jupyter-docker-stacks.readthedocs.io/en/latest/) describes additional uses and features in detail.
2727

28+
```{note}
29+
Since `2023-10-20` our images are only pushed to `Quay.io` registry.
30+
Older images are available on Docker Hub, but they will no longer be updated.
31+
```
32+
2833
### Example 1
2934

3035
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
100105
This project only builds one set of images at a time.
101106
If you want to use older `Ubuntu` and/or `python` version, you can use following images:
102107

103-
| Build Date | Ubuntu | Python | Registry | Tag |
104-
| ------------ | ------ | ------ | --------- | -------------- |
105-
| 2022-10-09 | 20.04 | 3.7 | docker.io | `1aac87eb7fa5` |
106-
| 2022-10-09 | 20.04 | 3.8 | docker.io | `a374cab4fcb6` |
107-
| 2022-10-09 | 20.04 | 3.9 | docker.io | `5ae537728c69` |
108-
| 2022-10-09 | 20.04 | 3.10 | docker.io | `f3079808ca8c` |
109-
| 2022-10-09 | 22.04 | 3.7 | docker.io | `b86753318aa1` |
110-
| 2022-10-09 | 22.04 | 3.8 | docker.io | `7285848c0a11` |
111-
| 2022-10-09 | 22.04 | 3.9 | docker.io | `ed2908bbb62e` |
112-
| 2023-05-30 | 22.04 | 3.10 | docker.io | `4d70cf8da953` |
113-
| weekly build | 22.04 | 3.11 | quay.io | `latest` |
108+
| Build Date | Ubuntu | Python | Tag |
109+
| ------------ | ------ | ------ | -------------- |
110+
| 2022-10-09 | 20.04 | 3.7 | `1aac87eb7fa5` |
111+
| 2022-10-09 | 20.04 | 3.8 | `a374cab4fcb6` |
112+
| 2022-10-09 | 20.04 | 3.9 | `5ae537728c69` |
113+
| 2022-10-09 | 20.04 | 3.10 | `f3079808ca8c` |
114+
| 2022-10-09 | 22.04 | 3.7 | `b86753318aa1` |
115+
| 2022-10-09 | 22.04 | 3.8 | `7285848c0a11` |
116+
| 2022-10-09 | 22.04 | 3.9 | `ed2908bbb62e` |
117+
| 2023-05-30 | 22.04 | 3.10 | `4d70cf8da953` |
118+
| weekly build | 22.04 | 3.11 | `latest` |
114119

115120
## Contributing
116121

0 commit comments

Comments
 (0)