mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-10 11:32:57 +00:00
Merge tags and create multi-platform images (#1789)
* Merge tags and create multi-platform images * Add new files :) * Provide images * Fix * Fix * Use the same naming style as python for the images * Fix docker image rmi command * Use plumbum.FG * Fix * Add missing path * Few merging fixes * Add pushing manifests * Add missing path * Add arch to apply tags * Use platform word * Remove unused step * Merge tags for tensorflow as well * Do not use print * Make merge_tags work when image doesn't exist * Add logs * Add icon * Add tensorflow-notebook workaround * Unify platform usage * Remove unused function * Fix * Update docs
This commit is contained in:
@@ -208,7 +208,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.
|
||||
- All `arm64` images have _aarch64-_ tag prefix, for example `aarch64-python-3.10.5`.
|
||||
- Single-platform images have either `aarch64` or `x86_64` tag prefixes, for example `jupyter/base-notebook:aarch64-python-3.10.5`
|
||||
```
|
||||
|
||||
For stability and reproducibility, you should either reference a date formatted
|
||||
|
Reference in New Issue
Block a user