Skip to content

Commit

Permalink
Update content/docs/app-developer-guide/using-cache-image.md
Browse files Browse the repository at this point in the history
Co-authored-by: Aidan Delaney <aidan.delaney@gmail.com>
Signed-off-by: Domenico Luciani <dluciani@vmware.com>
  • Loading branch information
Domenico Luciani and AidanDelaney committed Jul 25, 2023
1 parent da7deaa commit 08f9631
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion content/docs/app-developer-guide/using-cache-image.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,8 @@ pack build localhost:5000/buildpack-examples/second-cache-image-example \

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`.
You can refer to your registry's documentation to learn how to accomplish this.
For example, if you are using [AWS ECR](https://aws.amazon.com/ecr/), you 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).
* [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).
* [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.


[samples]: https://github.com/buildpack/samples

0 comments on commit 08f9631

Please sign in to comment.