Skip to content

Commit

Permalink
Merge pull request #594 from dlion/268-stop-deleting-cache-images
Browse files Browse the repository at this point in the history
The platform won't delete cache images
  • Loading branch information
AidanDelaney committed Aug 11, 2023
1 parent 6f5a276 commit bd4002e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/app-developer-guide/using-cache-image/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -755,6 +755,13 @@ <h3 id="examples">Examples</h3>
--network host \
--publish
</code></pre><!--+- "{{execute}}"+-->
<h3 id="image-retention">Image Retention</h3>
<p>Managing the lifecycle of images should be the responsibility of the owner, as <code>the platform does not automatically clean up old images from the registry</code>.<br>
You can refer to your registry&rsquo;s documentation to learn how to accomplish this.</p>
<ul>
<li><a href="https://aws.amazon.com/ecr/">AWS ECR</a> users can find information on how to delete images in the AWS ECR documentation, specifically in the section on <a href="https://docs.aws.amazon.com/AmazonECR/latest/userguide/delete_image.html">image deletion</a>.</li>
<li><a href="https://docs.docker.com/engine/">Docker</a> users can consult the Docker documentation on <a href="https://docs.docker.com/docker-hub/image-management/">Advanced Image Management</a> to find out how to delete images.</li>
</ul>



Expand Down

0 comments on commit bd4002e

Please sign in to comment.