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


The following commit(s) were added to 
refs/heads/users/damccorm/image_cleaner_comment by this push:
     new 903896b56b0 Update build.gradle
903896b56b0 is described below

commit 903896b56b02d5135667041cd4b7d19f03a2e0d4
Author: Danny McCormick <dannymccorm...@google.com>
AuthorDate: Wed Aug 9 13:17:29 2023 -0400

    Update build.gradle
---
 runners/google-cloud-dataflow-java/arm/build.gradle | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/runners/google-cloud-dataflow-java/arm/build.gradle 
b/runners/google-cloud-dataflow-java/arm/build.gradle
index c46e4790be2..2e3bd66e47d 100644
--- a/runners/google-cloud-dataflow-java/arm/build.gradle
+++ b/runners/google-cloud-dataflow-java/arm/build.gradle
@@ -103,8 +103,9 @@ def runnerV2PipelineOptionsARM = [
 // Build and push multi-arch docker images to a container registry for use 
within tests.
 // NB: Tasks which consume docker images from the registry should depend on 
this
 // task directly ('dependsOn buildAndPushDockerJavaMultiarchContainer').
-// Note: we don't delete the multi-arch containers here because the multi-arch 
containers
-// are deleted by stale_dataflow_prebuilt_image_cleaner.sh that runs every 6 
weeks.
+// 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, multi-arch containers that are
+// older than 6 weeks old are deleted by 
stale_dataflow_prebuilt_image_cleaner.sh that runs daily.
 def buildAndPushDockerJavaMultiarchContainer = 
tasks.register("buildAndPushDockerJavaMultiarchContainer") {
   dependsOn ":sdks:java:container:${javaVer}:docker"
 }

Reply via email to