This is an automated email from the ASF dual-hosted git repository.

damccorm pushed a commit to branch users/damccorm/image_cleaner_comment
in repository https://gitbox.apache.org/repos/asf/beam.git

commit 37626b7bad699f88a0f2412ea390bd0256eb517b
Author: Danny McCormick <dannymccorm...@google.com>
AuthorDate: Wed Aug 9 13:16:37 2023 -0400

    Update image cleaner comment
---
 sdks/python/container/run_validatescontainer.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sdks/python/container/run_validatescontainer.sh 
b/sdks/python/container/run_validatescontainer.sh
index 31a23e498b4..c5e7866074f 100755
--- a/sdks/python/container/run_validatescontainer.sh
+++ b/sdks/python/container/run_validatescontainer.sh
@@ -106,8 +106,8 @@ function cleanup_container {
     do docker rmi $image || echo "Failed to remove prebuilt sdk container 
image"
   done
   # Note: we don't delete the multi-arch containers here because this command 
only deletes the manifest list with the tag,
-  # the associated container images can't be deleted because they are not 
tagged. However, the multi-arch containers
-  # are deleted by stale_dataflow_prebuilt_image_cleaner.sh that runs every 6 
weeks.
+  # the associated container images can't be deleted because they are not 
tagged. However, multi-arch containers that are
+  # older than 6 weeks old are deleted by 
stale_dataflow_prebuilt_image_cleaner.sh that runs daily.
   if [[ "$ARCH" == "x86" ]]; then
     gcloud --quiet container images delete $CONTAINER:$TAG || echo "Failed to 
delete container"
   fi

Reply via email to