Skip to content

Commit 256d4c6

Browse files
Merge pull request #266129 from WilliamAntonRohm/ms-author-sumesh-kadam
Resolve live publish PR issue -- update ms.author metadata
2 parents 3f295e5 + f6669fa commit 256d4c6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/service-fabric/container-image-management.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
title: Azure Service Fabric container image management
33
description: How to use container image management in a service fabric cluster.
44
ms.topic: conceptual
5-
ms.author: shkadam
6-
author: shkadam
5+
ms.author: sumeshkadam
6+
author: sumeshkms
77
ms.service: service-fabric
88
services: service-fabric
99
ms.date: 06/22/2023
1010
---
1111

1212
# Container Image Management
13-
The activation path during Service Fabric containers deployment, handles the downloading of the container images to the VM on which the containers are running. Once the containers have been removed from the cluster and their application types have been unregistered, there's a cleanup cycle that deletes the container images. This container image cleanup works only if the container image has been hard coded in the service manifest. For existing Service Fabric runtime versions, the configurations supporting the cleanup of the container images are as follows -
13+
The activation path during Service Fabric containers deployment, handles the downloading of the container images to the VM on which the containers are running. Once the containers are removed from the cluster and their application types are unregistered, there's a cleanup cycle that deletes the container images. This container image cleanup works only if the container image was hard coded in the service manifest. For existing Service Fabric runtime versions, the configurations supporting the cleanup of the container images are as follows -
1414

1515
## Settings
1616

@@ -38,7 +38,7 @@ The activation path during Service Fabric containers deployment, handles the dow
3838
|CacheCleanupScanInterval |Setting in seconds determining how often the cleanup cycle runs. |
3939

4040
## Container Image Management v2
41-
Starting Service Fabric version 10.0 there's a newer version of the container image deletion flow. This flow cleans up container images irrespective of how the container images may have been defined - either hard coded or parameterized during application deployment. PruneContainerImages and ContainerImageDeletionEnabled configuration are mutually exclusive and cluster upgrade validation exists to ensure one or the other is switched on but not both. The configuration supporting this feature are as follows -
41+
Starting Service Fabric version 10.0 there's a newer version of the container image deletion flow. This flow cleans up container images irrespective of how the container images were defined - either hard coded or parameterized during application deployment. PruneContainerImages and ContainerImageDeletionEnabled configuration are mutually exclusive and cluster upgrade validation exists to ensure one or the other is switched on but not both. The configuration supporting this feature are as follows -
4242

4343
### Settings
4444

@@ -77,7 +77,7 @@ Starting Service Fabric version 10.0 there's a newer version of the container im
7777
|ContainerImageDeletionEnabled |Setting to enable or disable deletion of container images. |
7878
|ContainerImageCleanupInterval |Time interval for cleaning up unused container images. |
7979
|ContainerImageTTL |Time to live for container images once they're eligible for removal (not referenced by containers on the VM and the application is deleted(if ContainerImageDeletionOnAppInstanceDeletionEnabled is enabled)). |
80-
|ContainerImageDeletionOnAppInstanceDeletionEnabled |Setting to enable or disable deletion of expired ttl container images only after application has been deleted as well. |
80+
|ContainerImageDeletionOnAppInstanceDeletionEnabled |Setting to enable or disable deletion of expired ttl container images only after application was deleted as well. |
8181
|ContainerImagesToSkip |When set enables the container runtime to skip deleting images that match any of the set of regular expressions. The \| character separates each expression. Example: "mcr.microsoft.com/.+\|docker.io/library/alpine:latest" - this example matches everything prefixed with "mcr.microsoft.com/" and matches exactly "docker.io/library/alpine:latest". By default we don't delete the known Windows base images microsoft/windowsservercore or microsoft/nanoserver. |
8282

8383
## Next steps

0 commit comments

Comments
 (0)