mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-17 23:12:56 +00:00
Improve wording in versioning via image tags
This commit is contained in:
@@ -96,7 +96,7 @@ more information is available in the [documentation](https://jupyter-docker-stac
|
||||
## CPU Architectures
|
||||
|
||||
- We publish containers for both `x86_64` and `aarch64` platforms
|
||||
- Single-platform images have either `aarch64-` or `x86_64-` tag prefixes, for example, `quay.io/jupyter/base-notebook:aarch64-python-3.10.5`
|
||||
- Single-platform images have either `aarch64-` or `x86_64-` tag prefixes, for example, `quay.io/jupyter/base-notebook:aarch64-python-3.11.6`
|
||||
- Starting from `2022-09-21`, we create multi-platform images (except `tensorflow-notebook`)
|
||||
- Starting from `2023-06-01`, we create a multi-platform `tensorflow-notebook` image as well
|
||||
|
||||
|
@@ -264,7 +264,7 @@ Whenever a docker image is pushed to the container registry, it is tagged with:
|
||||
```{warning}
|
||||
- Tags before `2022-07-05` were sometimes incorrect.
|
||||
Please, do not rely on them.
|
||||
- Single-platform images have either `aarch64` or `x86_64` tag prefixes, for example, `jupyter/base-notebook:aarch64-python-3.10.5`
|
||||
- Single-platform images have either `aarch64-` or `x86_64-` tag prefixes, for example, `quay.io/jupyter/base-notebook:aarch64-python-3.11.6`
|
||||
```
|
||||
|
||||
For stability and reproducibility, you should either reference a date formatted
|
||||
|
Reference in New Issue
Block a user