Skip to content

Commit 08f9631

Browse files
Domenico LucianiAidanDelaney
andauthored
Update content/docs/app-developer-guide/using-cache-image.md
Co-authored-by: Aidan Delaney <[email protected]> Signed-off-by: Domenico Luciani <[email protected]>
1 parent da7deaa commit 08f9631

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,8 @@ pack build localhost:5000/buildpack-examples/second-cache-image-example \
8989

9090
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`.
9191
You can refer to your registry's documentation to learn how to accomplish this.
92-
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).
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.
9394

9495

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

0 commit comments

Comments
 (0)