Skip to content

Commit edc447f

Browse files
authored
Merge pull request #178046 from Blackmist/1885295-base-image
adding info on patching
2 parents fdfb675 + 71a46b0 commit edc447f

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

articles/machine-learning/concept-environments.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,18 @@ Actual cached images in your workspace ACR will have names like `azureml/azureml
110110
> [!WARNING]
111111
> The [`Environment.build`](/python/api/azureml-core/azureml.core.environment.environment#build-workspace--image-build-compute-none-) method will rebuild the cached image, with the possible side-effect of updating unpinned packages and breaking reproducibility for all environment definitions corresponding to that cached image.
112112
113+
### Image patching
114+
115+
Microsoft is responsible for patching the base images for known security vulnerabilities. Updates for supported images are released every two weeks, with a commitment of no unpatched vulnerabilities older than 30 days in the the latest version of the image. Patched images are released with a new immutable tag and the `:latest` tag is updated to the latest version of the patched image.
116+
117+
If you provide your own images, you are responsible for updating them.
118+
119+
For more information on the base images, see the following links:
120+
121+
* [Azure Machine Learning base images](https://github.com/Azure/AzureML-Containers) GitHub repository.
122+
* [Train a model using a custom image](how-to-train-with-custom-image.md).
123+
* [Deploy a TensorFlow model using a custom container](how-to-deploy-custom-container.md)
124+
113125
## Next steps
114126

115127
* Learn how to [create and use environments](how-to-use-environments.md) in Azure Machine Learning.

0 commit comments

Comments
 (0)