mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-17 06:52:56 +00:00
Improve wording in versioning via image tags
This commit is contained in:
@@ -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