Skip to content

Commit 280fe1f

Browse files
authored
Merge branch 'main' into runext/demo
2 parents bfe3c08 + 46eedd5 commit 280fe1f

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

content/docs/app-developer-guide/using-cache-image.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,4 +85,12 @@ pack build localhost:5000/buildpack-examples/second-cache-image-example \
8585
```
8686
<!--+- "{{execute}}"+-->
8787

88+
### Image Retention
89+
90+
Managing the lifecycle of images should be the responsibility of the owner, as `the platform does not automatically clean up old images from the registry`.
91+
You can refer to your registry's documentation to learn how to accomplish this.
92+
* [AWS ECR](https://aws.amazon.com/ecr/) users can find information on how to delete images in the AWS ECR documentation, specifically in the section on [image deletion](https://docs.aws.amazon.com/AmazonECR/latest/userguide/delete_image.html).
93+
* [Docker](https://docs.docker.com/engine/) users can consult the Docker documentation on [Advanced Image Management](https://docs.docker.com/docker-hub/image-management/) to find out how to delete images.
94+
95+
8896
[samples]: https://github.com/buildpack/samples

0 commit comments

Comments
 (0)