Improve wording in versioning via image tags

This commit is contained in:
Ayaz Salikhov
2024-01-15 13:25:14 +04:00
parent a63a9a6fcb
commit 6e01bbabec
2 changed files with 2 additions and 2 deletions

View File

@@ -96,7 +96,7 @@ more information is available in the [documentation](https://jupyter-docker-stac
## CPU Architectures ## CPU Architectures
- We publish containers for both `x86_64` and `aarch64` platforms - 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 `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 - Starting from `2023-06-01`, we create a multi-platform `tensorflow-notebook` image as well

View File

@@ -264,7 +264,7 @@ Whenever a docker image is pushed to the container registry, it is tagged with:
```{warning} ```{warning}
- Tags before `2022-07-05` were sometimes incorrect. - Tags before `2022-07-05` were sometimes incorrect.
Please, do not rely on them. 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 For stability and reproducibility, you should either reference a date formatted