mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-15 14:02:58 +00:00
Update info about old images
This commit is contained in:
27
README.md
27
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.
|
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
|
### 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.
|
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.
|
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:
|
If you want to use older `Ubuntu` and/or `python` version, you can use following images:
|
||||||
|
|
||||||
| Build Date | Ubuntu | Python | Registry | Tag |
|
| Build Date | Ubuntu | Python | Tag |
|
||||||
| ------------ | ------ | ------ | --------- | -------------- |
|
| ------------ | ------ | ------ | -------------- |
|
||||||
| 2022-10-09 | 20.04 | 3.7 | docker.io | `1aac87eb7fa5` |
|
| 2022-10-09 | 20.04 | 3.7 | `1aac87eb7fa5` |
|
||||||
| 2022-10-09 | 20.04 | 3.8 | docker.io | `a374cab4fcb6` |
|
| 2022-10-09 | 20.04 | 3.8 | `a374cab4fcb6` |
|
||||||
| 2022-10-09 | 20.04 | 3.9 | docker.io | `5ae537728c69` |
|
| 2022-10-09 | 20.04 | 3.9 | `5ae537728c69` |
|
||||||
| 2022-10-09 | 20.04 | 3.10 | docker.io | `f3079808ca8c` |
|
| 2022-10-09 | 20.04 | 3.10 | `f3079808ca8c` |
|
||||||
| 2022-10-09 | 22.04 | 3.7 | docker.io | `b86753318aa1` |
|
| 2022-10-09 | 22.04 | 3.7 | `b86753318aa1` |
|
||||||
| 2022-10-09 | 22.04 | 3.8 | docker.io | `7285848c0a11` |
|
| 2022-10-09 | 22.04 | 3.8 | `7285848c0a11` |
|
||||||
| 2022-10-09 | 22.04 | 3.9 | docker.io | `ed2908bbb62e` |
|
| 2022-10-09 | 22.04 | 3.9 | `ed2908bbb62e` |
|
||||||
| 2023-05-30 | 22.04 | 3.10 | docker.io | `4d70cf8da953` |
|
| 2023-05-30 | 22.04 | 3.10 | `4d70cf8da953` |
|
||||||
| weekly build | 22.04 | 3.11 | quay.io | `latest` |
|
| weekly build | 22.04 | 3.11 | `latest` |
|
||||||
|
|
||||||
## Contributing
|
## Contributing
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user