snuyanzin commented on code in PR #29243:
URL: https://github.com/apache/flink/pull/29243#discussion_r4054161884


##########
tools/ci/free_disk_space.sh:
##########
@@ -77,6 +82,6 @@ echo "Pruning preloaded Docker images"
 # Flink restores its cached testcontainers images later in the pipeline, so the
 # preloaded base images shipped with the runner image can be removed here.
 if command -v docker >/dev/null 2>&1; then
-  sudo docker image prune --all --force || true
+  sudo docker system prune --all --force || true

Review Comment:
   this will prune caches as well



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to